BODY {
	padding: 0px;
	margin: 0px;
	font-size: 100.01%;
	font-family : verdana, arial, sans-serif;
	text-align: left;
	background-color : #AF9D8C;
	color: #000000;
	background-image : url(../image/schwarz300.jpg);
	background-position : left;
	background-repeat : repeat-y;
	}
	
	

/*Angabe wegen Skalierbarkeit im IE */
table, th, caption {font-size:100%; }

div {
	font-size: 1.0em;
	
}



.small {
font-size: 0.7em;
}

span {
}

h3 {
font-size: 1.2em;
}


.ergebnisliste {
margin: 30 auto;
text-align: center;
width: 100%;
}

p {
line-height:1.3em;
}

tr, td {
padding: 5px 15px 5px 5px;
margin: 0px;
text-align: left;
vertical-align: top;
line-height: 1.4em;
}

tt{
font-size: 1.1em;
font-family : verdana, arial, sans-serif;
font-weight: normal;
font-style: italic;
}

/*----------------------------class----------------------*/

.unsichtbar {
display: none;
}

.pseudounsichtbar {
color: #99ccff;
}

.mini {
font-size: 0.75em;
}

.spacersmall {
width: 20px;
height: 1px;

}

.spacer {
height: 85px;
width: 10px;
}

.spacerbig {
height: 50px;
width: auto;
}

.fett {
font-weight: bold;
}

.mittig {
text-align: center;
}

.rechts {
text-align: right;
}

.blau {
color: #3366cc;
}

img.logo {
border: 1px solid #000000;
}

/*----------------------------class Layout----------------------*/

.bildlinks{
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 100%;
	vertical-align: bottom;
	background-image : url(../image/hochgern.jpg);
	background-position : bottom;
	
	background-repeat : no-repeat;
	background-color : #99ccff;
	float: left;
}



.ueberschrift{
	float: left;
	width: 50%;
	height: 100px;
	margin: 20 20 0 20;
	border: 1px solid #000000;
	background-color : #99ccff;
	padding: 0px;
	background-image : url(../image/tite.jpg);
	background-position : top;
	background-repeat : no-repeat;
	text-align: center;
	vertical-align: bottom;
	font-size: 12px;
	font-family: verdana, arial;
}

.textcontainer{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color : #C7BFB7;
	margin: 20 20 20 20;
	float: left;
	width: 50%;
	overflow: visible;
	height: auto;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

.navigationsleiste{
	border-top: 1px solid #000000;
	border-bottom: 1px dotted #000000;
	background-color : #99CCFF;
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-weight: bold;
	font-size: 0.9em;
}



.kontaktleiste{
	border-top: 1px dotted #000000;
	border-bottom: 1px solid #000000;
	background-color : #99ccff;
	width: auto;
	height: auto;
	font-size: 0.8em;
	
	text-align: right;
	
	padding: 5px;
}

.text{
	margin: 0px;
	padding: 10px;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.6em; 
}

.innertext {
	margin: 10px;
	padding: 10px;
	text-align: center;
	
}

.sponsor {
	clear: both;
	margin: 0 20 20 320;
	width: 50%;
	
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

/*----------------------------id----------------------*/
/*---------------------------- ausschreibung ---------------------*/
.linkespalte{
background-color: #99ccff;
border: 1px solid blue;
float: left;
}

.rechtespalte {
border: 1px solid blue;
clear: left;
}
.einrueck{
margin-left: 20px;
}

/*---------------------------- links ---------------------*/
a:link.wolke { color: #000000; text-decoration:none; }
a:visited.wolke { color: #000000; text-decoration:none; }
a:hover.wolke { color:#FFFFFF; text-decoration:none;  }
a:focus.wolke { color:#ffffff; text-decoration:none; }

a:link.normal { color: #000000; text-decoration:none; }
a:visited.normal { color: #000000; text-decoration:none; }
a:hover.normal { color:#000000; text-decoration:none;  }
a:focus.normal { color:#000000; text-decoration:none; }

.weiss{
color: #ffffff;
}


/*---------------------------- formular ----------------------*/
.fehler {
text-align: center;
border: 1px dotted #ff9900;
background-color: #ffcc99;
font-size: 0.9em;
padding: 10px;
}

.mittig {
text-align: center;
}

.eingabe {
width: 250px;
height: auto;
}

.eingabetext {
width: 250px;
height: 100px;
white-space:normal;

}

#sende{
margin-top: 20px;
text-align: center;
margin-bottom: 20px;
}

#form{
	
	

}

input:focus { background-color : #ffffcc;} 

fieldset {
padding: 10px;
border: 1px solid #666666;
margin: 10px;
}

legend {
color: #666666;
font-size: 0.8em;
}