@import url("../subnav_horizontal.css");
body {
	padding:0;
	margin:0;
	text-align:center;
	background-color:#DDEAE5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	background-image:url(bg_body.png);
	background-repeat:repeat-x;
	}
	
#container-seite {
	text-align:left;
	margin:0px auto;
	width:770px;
	position:relative;
	}
	
#kopf {
	padding-top:0px;
	height:275px;
	padding:25px 0 0 10px;
	color:#FFFFFF;
	background-image:url(bg_kopf.png);
	background-repeat:no-repeat;
	}

#container-seitenkoerper {
	position:relative;
	width:100%;
	background-image:url(bg_inhalt.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	}		

#navigation {
	position:relative;
	margin-top:-200px;
	width:190px;
	float:right;
	color:#FFFFFF;
	}	

#subnavigation {
	margin:0;
	}
	
#container-inhalt {
	margin:0
	}
		
#inhalt {
	float:left;
	width:580px;
	}	
	
#infobereich {
	float:right;
	width:190px;
	color:#FFFFFF;
	}	
	
#fuss {
	height:60px;
	clear:both;
	background-image:url(bg_fuss.gif);
	background-repeat:no-repeat; 
	}
	
#navigation ul, #infobereich ul {	
	list-style-type:none;	
	margin:0;
	padding:5px;
	}
	
#navigation a {
	display:block;
	width:150px;
	height:22px;
	padding-left:25px;
	padding-top:0.3em;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	background-image:  url(stern.gif);
	background-repeat:no-repeat;
	background-position:3px;
	border-bottom:1px solid #FFFFFF;
	}	
	
#navigation a:hover {
	background-image:  url(stern_over.gif);
	}		

#subnavigation ul {
	list-style-type:none;	
	margin:0 0 10px 3px;
	padding:0px;
	width:560px;
	height:27px;
	border-bottom:1px solid #CCCCCC;
	}	
	
#subnavigation li {
	width:123px;
	float:left;
	text-align:center;
	}
	
#subnavigation a {
	display:block;
	width:123px;
	text-decoration:none;
	font-family:Arial, Verdana, sans serif;
	font-size:15px;
	font-weight:bold;
	color:#003366;
	background-image:  url(tab.png);
	background-repeat:no-repeat;
	padding:5px 0;
	margin:0;
	}	

#subnavigation a:hover {
	background-image:  url(tab_over.png);
	background-repeat:no-repeat;
	color:#006633;
	}		

#subnavigation p {clear:both}

#infobereich a {color:#FFFFFF}

p, h1, h2, h3 {
	padding:5px;
	margin:0px;
	}

h1 {font-size:1.3em;}
h2 {font-size:1.3em; font-weight:normal}
	
.antifloat {clear:both; height:0; font-size:0;}	