	body {
		  background-color:#E8DCB0;
		  color:black;
		  font-family:verdana;
		  margin:0px;
		  font-size:10pt;
		  line-height:16px;
		 }
	
	h1, h2, strong {
					color: #5A8700;
				   }
	h1 { 
		font-size:14pt;
	   }
	h2 {
		font-size:12pt;
	   }
	
	a:link, a:visited {
					   color:#5A8700;
					  }
	.wrapper {
			  background-color:#FFFFFF;
			  background-image: url(img/bg.gif);
			  background-repeat:repeat-y;
			  width:782px;
			  margin:0px;
			  text-align:left;
			 }
	.nav {
		   float:left;
		   line-height:14pt;
		   margin: 10px 10px 0 0;
		  }
	
	.header {
		  background-color:#FFFFFF;
		  background-image: url(img/header.gif);
		  background-repeat:no-repeat;
		  height:112px;
		 }
	
	.inhalt {
			 text-align:left;
			 padding: 0 31px 0 31px;
				  
		 }
	.footer {
		  width:782px;
		  text-align:center;
		  padding:10px 0 10px 0;
		  bottom:15px;
		  clear:both;
		 }
