html {
color:#232c2d;
height:100%;
font-family:Calibri,Arial;
	}

a {position: relative} 

body {
margin:0px;
padding:0px;
background-color:#94aeb1;
background-image:url(../img/bg.jpg);
background-repeat:no-repeat;
}

#banner{
background-image:url(../img/banner.jpg);
width:950px;
height:111px;
background-repeat:no-repeat;
margin-top:18px;
margin-left:16px;
}

#menu_bar{
background-image:url(../img/menu_bar.jpg);
width:950px;
height:26px;
background-repeat:no-repeat;
margin-left:16px;
}

#content{
background-image:url(../img/content.png);
width:950px;
height:100%;
background-repeat:y-repeat;
margin-left:16px;
padding-top:15px;

}

#inhalt{
margin-left:30px;
margin-right:30px;
padding-top:15px;
padding-bottom:30px;
}

#bottom{
background-image:url(../img/bottom.png);
width:950px;
height:29px;
background-repeat:no-repeat;
margin-left:16px;
padding-top:4px
}


a#menu_link:link, a#menu_link:visited, a#menu_link:active,  a#menu_link:focus {	
	color:#c3c7c7;
	text-decoration:none;
	outline:none;
	margin-left:0px;
}

a#drop_link:link, a#drop_link:visited, a#drop_link:active,  a#drop_link:focus {	
	color:#232c2d;
	text-decoration:none;
	outline:none;
	margin-left:0px;
}

a#bottom_link:link, a#bottom_link:visited, a#bottom_link:active,  a#bottom_link:focus {	
	color:#232c2d;
	outline:none;
	margin-right:30px;
}

#navi { 
height:21px; 
position:absolute;
top:130px; 
  } 

#navi_hover { 
height:21px; 
width:196px;
overflow:hidden; 
position:absolute;
left:130px;
top:130px;
background-image:url(../img/drop.png);
padding-left:5px;
padding-right:5px;
background-repeat:no-repeat;
  } 


#navi_hover:hover { 
height:208px; 
overflow:visible; 
position:absolute;
left:130px;
top:130px;
padding-left:5px;
padding-right:5px;
} 






