* {
	margin:0; 
	padding:0;
	list-style-type:none;
}

html,body {
     font-family:Verdana, Arial, Helvetica, sans-serif;
     font-size:0.9em;
     color:#666666;
     background:#333333;
	 background-image: url(bg.jpg);
}

p {	
	margin-bottom:0.4em;
	line-height:1.2em;
}

h1 {	
	margin-bottom:0.4em;
	font-size:1.0em;
}

.schatten{
	-moz-box-shadow: 5px 5px 5px #555;
    -webkit-box-shadow: 5px 5px 5px #555;
    box-shadow: 5px 5px 5px #555;
}
.downlink{background-color:#888;padding:5px;color:#FFF;}

/*---------------------------------------------*/

div#wrapper{
     position: relative;
     width: 1000px;
	 height: 800px;
     margin: 0 auto;
	 background:#FFF4D8;
	 border-radius: 18px;
}

div#kopf{
    margin-top:20px;
}

div#navileiste{
     height:38px;    
     margin-top:20px;
}   

div#inhalt{
     float:left;
     height:400px;
     width:300px;
     margin-top:30px;
	 margin-left:75px;
}

div#inhalt-2, div#karte{
     height:400px;
     width:540px;
     margin-left:420px;
     margin-top:30px;
}

div#footer  {
	 position:absolute;
	 width:1000px;
	 height: 25px;
     bottom:0px ;
	 text-align:center ;
	 padding-top:5px;
	 border-top: 3px solid #666666;
}

/*---------------------------------------------*/

#start #inhalt li{
	color:#725343;
	font-size:1.9em;
	font-weight:bold;
	line-height:2em;
}

#impressum #inhalt-2 {
	font-size:0.8em;
	text-align:justify;
	height: 450px;
}


/*---------------------------------------------*/

#navileiste li{                                  
     list-style-type:none;
     text-align:center;
	}

#navileiste a{                            
     float:left;                 /*weisst Blockeigensch. zu, wichtig für Höhe-Breite und für das Nebeneinander*/
     width:200px;                /*Größe der Kästchen*/
     height:27px;                /*Größe der Kästchen*/
     padding-top:8px;            /*Die Beschriftung soll nicht oben anstossen*/
     text-decoration: none;
     border-bottom: 3px solid #666666;
	 color:#666666;
}

#navileiste .aktiv {
     float:left;
     width:200px;                /*Größe der Kästchen*/
     height:27px;                /*Größe der Kästchen*/
     padding-top:8px;            /*Die Beschriftung soll nicht oben anstossen*/
     color:#FF9900;
	 border-bottom: 3px solid #FF9900;
}

#navileiste a:hover{
	color:#FF9900;
   	border-bottom: 3px solid #FF9900;
}




