

* {
	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:#b64e1d;
}

div#seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 810px;
}

a {
  color:#990000;
  text-decoration:none;
  font-weight:bold;  
} 
a:hover {
  color:#fff;
  background-color:#ff8400;
} 
#kopf {
  width:810px;
  height:304px;
  background-image:url(images/kopf.jpg);
  background-repeat: no-repeat;
}
#rechts {
	width:500px;
	padding-top:40px;
	margin-left:270px;
	line-height:180%;	
	margin-right:20px;

}
#inhalt {
	background-image:url(images/inhalt.jpg);
	background-repeat:repeat-y;
}
#fuss {
  clear:both;
  height:59px;
  background-image:url(images/fuss.jpg);
  background-repeat: no-repeat;
  margin:0px;
  padding:0px;
}
#links {
	width:220px;
	float:left;
	padding-top:20px;
	line-height:150%;
}
#sprache {
  	margin-left:40px;
	margin-bottom:20px;	
}	
#links div ul {
	text-align:left;
	padding:0px;
	margin:0px;
  	margin-left:40px;	
}

#navi1 {
	padding:0px;
	margin:0px;

} 
#links li {
  line-height:250%;
  list-style:none;
  border-bottom:1px solid #ffddb4;
	color:ff8400;  

}  

#links li.aktiv {
	color:ff8400;
	list-style:square;
}  

#links li.aktiv a {
  color:#fff;
  background-color:#ff8400;
} 

#navi1 a {
	font-size:14px;
}  

div#links p#adresse {
  color:#666666;
  text-align:left;
  font-size:11px;
  margin-top:20px;  
  margin-left:40px;

}

#adresse a {

}

#navi2 {
  margin-top:20px;
}  

#links #navi2 li {
  line-height:180%;
  list-style:none;
}  

#navi2 a {
  font-size:11px;
}  





