body,html {
margin: 0;
padding: 0;
font-family: verdana, arial, sans-serif;
font-size: 11px;
text-align: center;
color: #000000;
background: #dddddd repeat; 
background-attachment: fixed;	
}

#container {
width: 800px;

border: 1px solid black;
margin: 10px;
margin-left: auto;
margin-right: auto;
padding: 0px;
background:#888c91 url() repeat; background-attachment: fixed;
}
	

#top {
height: 204px;
background:  url(../bilder/top_logo.jpg) no-repeat left top;
}

#inner_container {
float: right;
width: 780px;
text-align: center;
padding: 10px;
background:#ffffff url(../bilder/kollage.jpg) no-repeat right top;
}


#menu {border-bottom: 1px solid black; position:relative; top:179px;}
#menu ul{padding: 0.5em 0; margin: 0;}
#menu li{margin-right: 0.2em; display: inline; list-style: none;}
#menu li a{text-decoration: none; padding: 0.5em 1em; margin-left: 0; background: #dddddd; font-weight: bold; border-left: 1px solid black; border-top: 1px solid black; border-right: 1px solid black;}
#menu a:link{color: #000000;}
#menu a:visited{color: #000000;}
#menu a:hover{background: #ffffff;}
#menu a#current{background: #ffffff; border-bottom: 1px solid #ffffff; border-left: 1px solid #000; border-top: 1px solid #000; border-right: 1px solid #000; color: #000000;}


#bottom {
clear: both;
padding: 0px;
background-color:#ffffff;
}



