  
body {
 background-color: #AEE173;
 /* #C5E977 */
 width: 100%;
 color: #2F3726;
  font-size: 1em;
 font-family: arial, verdana, sans-serif; 
 
 /* 197        233        119    */
 }
 #back{
  position:absolute; 
  top: 40px; 
  left: 40px;
 }
 
 h1{
 color: #000000;
 font-size: 1.8em;
 font-style: italic;
 text-align: center; 
  }
  
 h2{
 color: #000000;
 font-size: 1.6em;
 font-style: italic;
 text-align: center; 
  }
  #tabheadline{
  font-size: 2.5em;
  text-align: center; 
  }
 #headbox {
	  position:absolute;
	  top: 1%;
	  left: 220px;
	  width: 800px;
	  color: #82850C;
	  font-size: 2.6em;
	  font-weight: bold;
	  font-style: italic;
}

 #feat{
	  font-size: 0.6em;
	}
 #logo {
	  position: absolute;
	  left: 18px;
	  top: 25px;
	  border: 0; 
		}
		


#counter {
	  position: fixed;
	  left: 40px;
	  bottom: 5%;
	  font-size: 1em;
	  font-weight: bold;
	  color: #2F3726;;
	  letter-spacing: 0.15em;
 		}
.counterback { background-color:#99D675; }		
		
 #titelbild {
	  position: absolute;
	  left: 300px;
	  top: 170px;
	}
	
#menu {
 position: fixed;
 left:10px; 
 top:200px; 
 width:160px; 
 height:300px; 
 background-color:transparent;
 font-size:1.1em;
 /*color:#589025; */
 text-align: center; 
 }
/*          ----------------------        */


 a.navi:link
 {
  text-decoration:none; font-weight:bold;
    color:#000000;
 }
 
  a.navi:visited
 {
  text-decoration:none; font-weight:bold;
  color:#000000;
 }
 
 a.navi:hover
 {
  text-decoration:none; font-weight:bold;
  color:#00b400;
 }
 a.navi:active
 {
  text-decoration:none; font-weight:bold;
  color:#00ff00;
 }

	a.navi-privat:link
 {
  text-decoration:none; font-weight:bold;
  color:#ff0000;
 }
 
 a.navi-privat:visited
 {
  text-decoration:none; font-weight:bold;
  color:#ff0000;
 }
 
 a.navi-privat:hover
 {
  text-decoration:none; font-weight:bold;
  color:#ff00ff;
 }
 a.navi-privat:active
 {
  text-decoration:none; font-weight:bold;
  color:#ff0000;
 }
	
	
	
	
	
	
	
	
	