html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#897A76;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size:13px;
}  
#pagewidth{ 
 width:999px; 
 text-align:left; 
 margin-top:15px; 
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:150px; 
 background:url(../images/banner.gif) no-repeat top left;
  background-color:#000000; 
 width:100%;
} 
#header h1{
	display:block;
	font-style:oblique;
}
 
#inhalt{
background-color: #FFFFFF; 
min-height:500px;   
width:999px;
padding: 0;
margin:0; 
 }
 #inhalt a {
 	font-style:italic;
	font-weight: bold;
	font-variant:small-caps;
	color: #6b170b;
 }
 #inhalt ul{
 	list-style:none;
 }
#inhalt li{
	margin-top:10px;
}

 #inhalt p {
 	padding: 0px 10px 3px 20px;
 }
 #inhalt table{
 	margin: 0px 10px 3px 20px;
	padding:5px;
 }
 #inhalt th{
 	padding:3px;
 }
 #inhalt td{
	padding: 5px;
}
 #inhalt h3{
 	font-size:14px;
	padding:10px 10px 0px 20px;
	font-weight:bold;
 }
 #inhalt h4{
 	text-align: center;
	font-style: italic;
	font-size: 13px;
 }
 #inhalt h2{
 	font-size:20px;
	font-weight:bold;
	font-style: italic;
	font-variant: normal;
	text-align:center;
	color:#6b170f;
 }
 #rechts {
 	float:right;
	width: 60px;
	clear:both;
	padding: 5px;
 }
 #rechts ul {
 	list-style: none;
 }
 #rechts li{
 	padding-top: 30px;
	border:none;
 }
 #rechts a{
 	text-decoration: none;
	padding-top:30px;
 }
 #rechts img{
 	border: none;
 }
#footer{
margin-left:auto;
margin-right:auto;
text-align: center;
 height:80px; 
 width:999px;
 background: url(../images/footer.gif) no-repeat bottom ;
  background-color:#161616; 
   } 

