/*
	Hier werden nur die Tags ohne Klassen oder ID's definiert!
*/
*
{
	margin:0; 
	padding:0;
}
/*table 
{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td 
{
	text-align: left;
	vertical-align: top;
	padding:0.1em;
	
}
caption 
{
	text-align: left;
}
*/
img 
{
    border:none;
}
/*
	Hier werden s?mtliche Tag's auf Standardwerte festgelegt, 
	z.B. Abst?nde oder Bordereigenschaften f?r Tabellen und Bilder!
*/

html, body {  /* TH: erg?nzt, um Scrollbalken unten zu vermeiden */
	margin: 5px;
	margin-top: 0px;
}

body 
{
	background-color:#eee; /* TH: ge?ndert */
	background-image: url(../../../images/bg_verlauf.jpg); /* TH: erg?nzt */
	background-repeat: repeat-x; /* TH: erg?nzt */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:0.8em;
}
/*--Text--*/
h1
{
	display:block;
	position:absolute;
	left:-3000px;
}
h2 
{
	font-size:1.5em;
	font-weight:bold;
	color:#cc0000;
	color:#0073b7;
	border-bottom: 1px solid #cc0000;
	border-bottom: 1px solid #0073b7;
}
h3
{ 
	font-size:1.3em;
	font-weight:bold;
	color:#000000;
/*	margin-bottom:15px; */
	margin-top:1.0em;
	background-color: #eaeaea;
	background-color: #dddddd;
	padding-left: 5px;
}
h4 
{ 
	font-size:1.1em;
	font-weight:bold;
	color:#555555;
}
h5, h6 
{ 
	font-size:1.0em;
	font-weight:bold;
	color:#555555;
}
h1, h2, h3, h4, h5, h6 /* TH: erg?nzt */
{
	margin-bottom: 0.6em;	
}

p 
{
	margin-bottom: 0.6em; /* TH: erg?nzt */
}
strong 
{

}
em
{

}
blockquote
{
	color: #555555;
	font-size: 0.85em;
	margin: 0 30px 0 20px;
}
/*--Tabellen--*/
table {
	border: 1px solid #333333;
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	font-size: 1.1em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-align: left;
	padding: 3px 5px 3px 5px;
}
td, th {
	text-align: left;
	vertical-align: top;
	border: 1px solid #333333;
	padding: 3px 5px 3px 5px;
}
th {
	color: #fff;
	background: #555;
}
tfoot td {
	color: #fff;
	background: #555;
	font-size:0.85em;
	padding: 2px 5px 2px 5px;
}
table.kibeco {
	background: #eaeaea;
	width: 80%;
}
table 
{

}
caption 
{
	
}
thead 
{

}
tbody 
{

}
tfoot 
{

}
tr 
{

}
th 
{

}
td 
{

}
/*--Listen--*/
ol 
{

}
ul 
{

}
dl 
{

}
li 
{

}
dd
{

}
dt
{

}
/*--Formular--*/
form
{
	margin-bottom:10px;
}
fieldset
{
	border:none;
	background-color:#ededed;
}

legend
{

}
label
{
	width:150px;
	border:0px dotted red;
	display:block;
	float:left;
}
fieldset fieldset label
{
	width:150px;
	border:0px dotted blue;
	display:block;
	float:left;
}

select
{
	width:200px;
	border:solid 1px #000000;
	font-size: 1em;
}
option
{

}
button
{
	width:200px;
	border:solid 1px #000000;
	font-size: 1em;
}
input
{
	width:200px;
	border:solid 1px #000000;
	font-size: 1em;
}
textarea
{
	width:200px;
	height:100px;
	border:solid 1px #000000;
	font-size: 1em;
}
input:focus,
textarea:focus,
select:focus
{
	background-color: #dddddd;
}


/*--Links--*/



abbr {
	cursor: help;
	border-bottom: #000066 1px dotted;
	background-color: #f5f5f5;
}
acronym {
	cursor: help;
	border-bottom: #000066 1px dotted;
	background-color: #f5f5f5;
}
cite {
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
}

table tr th abbr {
	cursor: help;
	border-bottom: #ffffff 1px dotted;
	background-color: #777777;
}
table tr th acronym {
	cursor: help;
	border-bottom: #ffffff 1px dotted;
	background-color: #777777;
}
table tr th cite {
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
}

