/* CSS-Eigenschaften Boxenmodell für Homepage und Navi  */

#rahmen {
width						: 800px;
margin					: 0 auto;
padding					: 0;
background-image     : url("../images/aufbau/bg.jpg");
overflow					: hidden;
}

#logo {
width						: 800px;	
height					: 100px;
background-image		: url("../images/aufbau/logo.jpg");
background-repeat		: no-repeat;
border-right			: 3px solid;
border-left				: 3px solid;
border-color			: #003d64;
}


#banner {
width						: 600px;	
height					: 150px;
/*background-image		: url("../images/aufbau/banner.jpg");*/
border-bottom			: 3px solid;
border-top				: 3px solid;
border-color			: #003d64; 
overflow					: hidden;
float						: left;
padding: 0;
margin: 0;
}

#infobox {
width: 200px;
height: 150px;
border-bottom			: 3px solid;
border-top				: 3px solid;
border-color			: #003d64;
overflow					: hidden;
padding: 0;
margin: 0;
float: left;
/*background-color:  #003d64;*/
}

#container_banner {
width						: 800px;
/*padding-top			: 8px;*/
}

#container {
width						: 800px;
clear: both;
/*padding-top			: 8px;*/
}

#navi {
padding-top				: 0px;
width						: 185px;
overflow					: hidden;
float						: left;
}  

#content {
padding-top				: 8px;
padding-left			: 10px;
width						: 600px;
overflow					: hidden;
min-height				:340px;
}

#footer {
float						: left;
width						: 800px;
height					: 15px;
background-color		: #003d64;
color						: #ffffff;
font-size				: 11px;
text-align				: center;
}



/* Eigenschaften für Topnavi */

.banner_top {
line-height		 : 20px;
margin		 	 : 0px;
font-family      : Verdana;
font-size		 : 8pt;
color			 : #FFFFFF;
text-align		 : left;
vertical-align	 : middle;
padding			 : 0px 5px 0px 10px;}

.banner_top li {
list-style		 : none;
display			 : inline;
}

.banner_top li a {
text-decoration	 : none;
color			 : #FFFFFF;
}

.banner_top li a:visited {
text-decoration	 : none;
color			 : #FFFFFF;
}

.banner_top li a:hover  {
text-decoration	 : underline;
color			 : #FFFFFF;
}

