body,html{
	background-color:#FFFFFF;
	/* 
	repeat-y => Wiederholung in Senkrechter Richtung
	50% => Zentriert in Mitte
	*/
	background: url(bilder/navigation/background.gif) repeat-y 50%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:0;
	padding:0;
	margin:auto;
	margin-left:auto;
	margin-right:auto;

}

#container{
	background-color:#FFFFFF;
	width:990px;
	min-height:420px;
	height:auto;
	height:420px;
	margin:0px auto;	/*Abstände zwischen div Boxen*/
	/*margin-top:10px;		Abstand von Bildschirm oben*/
	margin-bottom:3px;
}

#top{
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:left;
	background-position:top;
	height:164px;
	width:990px;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:5px;
	border-style:solid;
	border-color:#0066CC;
}

#left
{
	background-color:#FFFFFF;
	width:165px;
	min-height:200px;
	height:200px;	/*Für IE wichtig...*/
	height:auto;
	float:left;
}

#lefttop{
	background-color:#FFFFFF;
	min-height:20px;
	height:20px;	/*Für IE wichtig...*/
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
}


/*Für die Logos selbst, damit diese als Link gebraucht werden können*/
#leftbottom{
	background-color:#FFFFFF;
	min-height:200px;
	height:200px;	/*Für IE wichtig...*/
	height:auto;
	border-top:5px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border-style:solid;
	border-color:#0066CC;
	padding-top:20px;
	padding-left:0px;
	padding-bottom:20px;
	
}

#inhalt
{
	float:left;
	width:654px;
	background-color:#FFFFFF;
}

#inhalttop{
	background-color:#FFFFFF;
	width:654px;	/*evtl. +20 wegen padding max 654px*/
	min-height:250px;
	height:250px;		/*Für IE wichtig...*/
	height:auto; 		/*Braucht es beim Mozilla, IE funktioniert das nicht...*/
	float:left;
	border-left:3px;
	border-right:3px;
	border-top:0px;
	border-bottom:5px;
	border-style:solid;
	border-color:#0066CC;
}

/*Hauptausgabe der Texte
width+2*margin=628px totalbreite
*/
#inhaltbottom{
	background-color:#FFFFFF;
	width:634px;
	min-height:400px;
	height:100%;		/*Für IE wichtig...*/
	height:auto; 		/*Braucht es beim Mozilla, IE funktioniert das nicht...*/
	float:left;
	padding:10px;
	border-left:3px;
	border-right:3px;
	border-top:0px;
	border-bottom:0px;
	border-style:solid;
	border-color:#0066CC;
	

}

#right{
	background-color:#FFFFFF;
	float:right;
	width:165px;
	min-height:200px;
	height:200px;		/*Für IE wichtig...*/
	height:auto;

}

#righttop
{
	background-color:#FFFFFF;
	float:right;
	width:165px;
	min-height:20px;
	height:20px;		/*Für IE wichtig...*/
	height:auto;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:5px;
	border-style:solid;
	border-color:#0066CC;
	padding-top:20px;
	padding-bottom:20px;

}

#rightmiddle
{
	background-color:#FFFFFF;
	float:right;
	width:165px;
	min-height:200px;
	height:200px;		/*Für IE wichtig...*/
	height:auto;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:3px;
	border-style:solid;
	border-color:#0066CC;
	padding-top:20px;
	padding-bottom:20px;	

}

#rightbottom
{
	background-color:#FFFFFF;
	float:right;
	width:165px;
	min-height:200px;
	height:200px;		/*Für IE wichtig...*/
	height:auto;
	border-left:0px;
	border:0px;
	/*padding-top:20px;*/
	padding-bottom:20px;	
}


#footer
{
	clear:both;							/*weil in main ein float anweisung ist, sonst geht div nicht runter!*/
	background-color:#FFFFFF;
	height:15px;
	min-height:15px;
	height:auto;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
	/*
	padding-top:40px;
	padding-bottom:30px;
	
	padding-left:5px;
	
	border-top:1px;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	border-top-color:#0066CC;
	border-style:solid;
	*/
}


/*Sponsorenlogos auf Haupseite*/
#left ul{
margin:0;
padding:20px;
list-style:none;

}
/*Sponsorenlogos auf Haupseite*/
#left li {
margin: 0 0 0 0;
}



/*Diverses*/


/*horizontaler querbalken, zwischen sponsorlogos*/
.hrleft
{
	margin-top:20px;
	margin-bottom:30px;
	margin-left:0px;
	margin-right:0px;
	/*
	width:100%;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:3px;
	border-style:solid;	
	border-color:#0066CC;
	*/
}


/*horizontaler querbalken, zwischen sponsorlogos*/
.hrleftsponsor
{
	margin-top:20px;
	margin-bottom:30px;
	margin-left:0px;
	margin-right:0px;
	/**/
	width:100%;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:3px;
	border-style:solid;	
	border-color:#0066CC;
	
}


.hrnews
{
	margin-top:15px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	width:100%;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:1px;
	border-style:solid;	
	border-color:#0066CC;
}

/*allgemeiner horizontaler querbalken */
#hr
{
	margin-top:15px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	width:100%;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:1px;
	border-style:solid;	
	border-color:#0066CC;
}




/*IE Hacks, div Tag passt sich dem Inhalt an*/
* html #inhalt { 
}

* html #inhalttop { 
	height:20px;
}

* html #inhaltbottom { 
	/*height:850px;*/
	height:400px;
}

* html #left { 
	height:200px; 
}

* html #lefttop { 
	height:20px; 
}
* html #leftbottom { 
	height:200px; 
}
* html #right { 
	height:200px; 
}

* html #righttop { 
	height:20px; 
}
* html #rightmiddle { 
	height:200px; 
}
* html #rightbottom { 
	height:200px; 
}
* html #footer
{
height:15px;
}
* html #footer1
{
height:15px;
}
