

* {
	margin:0px;
	padding:0px;
	border:0px;
}	

body {
    font-size: 90%;
    font-family: Helvetica,Arial,sans-serif;
    text-align: center;  /* Zentrierung im Internet Explorer */


    background-color:#93b9a4;
}

div#seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
}

a {
  color:#35653e;
  text-decoration:none;
  font-weight:bold;  
} 
a:hover {
  color:#FFF;
  background-color:#35653e;
} 
#kopf {
  width:800px;
  height:345px;
  background-image:url(images/kopf.jpg);
  background-repeat: no-repeat;
}
#mitte {
	width:370px;
	padding-top:20px;
	margin-left:240px;
	line-height:180%;	
	margin-right:20px;
  	color:#666666;
	font-size:13px;

}
#inhalt {
	background-image:url(images/inhalt.gif);
	background-repeat:repeat-y;
}
#fuss {
  clear:both;
  height:59px;
  background-image:url(images/fuss.gif);
  background-repeat: no-repeat;
  margin:0px;
  padding:0px;
}
#links {
	width:220px;
	float:left;
	padding-top:20px;
	line-height:150%;

}

#rechts {
	width:160px;
	float:right;
	padding-top:20px;
	line-height:150%;
  	color:#666666;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:15px;

}

#rechts ul, #rechts p, #rechts li {
  	color:#666666;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:15px;
	line-height:150%;	

}



#sprache {
  	margin-left:20px;
	margin-bottom:20px;	
}	
#links div ul {
	text-align:left;
	padding:0px;
	margin:0px;
  	margin-left:20px;	
	list-style:none;
}

#navi1 {
	padding:0px;
	margin:0px;

} 
#links li {
  line-height:250%;
  list-style:none;

}  

#links li#aktiv {
	color:ff8400;

}  

#links li#aktiv a {
  color:#FFF;
  background-color:#35653e;
} 

#navi1 a {
	font-size:14px;
}  

div#links p#adresse {
  color:#666666;
  text-align:left;
  font-size:11px;
  margin-top:20px;  
  margin-left:20px;

}

#adresse a {

}

#navi2 {
  margin-top:20px;
}  

#links #navi2 li {
  line-height:180%;
  list-style:none;
}  

#navi2 a {
  font-size:11px;
}  


#navi3 {
  margin-top:50px;
}  

#links #navi3 li {
  line-height:180%;
  list-style:none;
}  

#navi3 a {
  font-size:9px;
}  





