body 
{
font-family : Verdana, Arial, Helv;
font-size : 10pt;
color:#000000;

}

body, textarea { 
    scrollbar-base-color:#ffffff;
    scrollbar-3dlight-color:#FFFFFF;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-darkshadow-color:#000000;
    scrollbar-face-color:#9e9972;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#000000;
    scrollbar-track-color:#ffffff;
  }


  body {
    color: black; background-color: #9e9972;
    font-size: 100.01%;
    font-family: Verdana, Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 750px;
    padding: 0.0em;		/* padding: 0.5em;	 */
	background: #ffffff url(background.gif) repeat-y;

  }
  
  

  ul#Navigation {
    font-size: 0.91em;
    float: left; width: 150px; /* float: left; width: 12em;  */
    margin: 0; padding: 0;
	color: #000000; 
	background-color: #decfb7;
	
	
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
	color: #000000; 
	background-image:url(gruen.jpg);background-repeat:no-repeat;

  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
	color: #000000; 
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: black; background-color: #decfb7;
  }
  ul#Navigation a:visited {
    color: #000000; background-color: #decfb7;
  }
  ul#Navigation a:hover {
    color : #6d7319; background-color: #decfb7;
	text-decoration : none;
  }
  ul#Navigation a:active {
    color: white; background-color: #decfb7;
  }
  
  
  
/* SEITENINHALT WEISSER HINTERGRUND */ 


  div#Inhalt {
    margin-left: 150px; /*  margin-left: 14em;  */
	font : 10pt Verdana, Arial, Helvetica;
    padding: 0 1em;
    border: 0px dashed silver;
	background-color: #ffffff;
  }
  div#Inhalt h1 {
    
    /* margin: 0 0 1em;*/
	font : 12pt Verdana, Arial, Helvetica;
	text-decoration : none;
	font-weight : bold;
	line-height:2pt;
	text-indent : 0px;
	font-family : Verdana, Arial;
	color : #373d0d;
  }
  

  
  div#Inhalt h2 {
    /*font-size: 1.2em;
    margin: 0 0 1em;
	background-color: #ffffff;*/
	font : 10pt Verdana, Arial, Helvetica;
	text-decoration : none;
	font-weight : bold;
	line-height:2pt;
	text-indent : 0px;
	font-family : Verdana, Arial;
	color : #373d0d;
	
  }
  


  
  div#Inhalt p {
 
    /*margin: 1em 0;*/
	font : 10pt Verdana, Arial, Helvetica;
	text-decoration : none;
	font-weight : bold;
	line-height:2pt;
	text-indent : 0px;
	font-family : Verdana, Arial;
	background-color: #ffffff;
  }
  

a:link  {
    font : 10pt Verdana, Arial, Helvetica;
	text-decoration : none;
	font-weight : bold;
	text-indent : 0px;
	font-family : Verdana, Arial;
	color : #6d7319;
}

a:visited  {
    font : 10pt Verdana, Arial, Helvetica;
	text-decoration : none;
	font-weight : bold;
	text-indent : 0px;
	font-family : Verdana, Arial;
	color : #6d7319;
}

a:active  {
    font : 10pt Verdana, Arial, Helvetica;
	text-decoration : none;
	text-indent : 0px;
	font-family : Verdana, Arial;
	font-weight : bold;
	color : #6d7319;
}
A:Hover  {
	font : 10pt Verdana, Arial, Helvetica;
	text-decoration:underline;
	background:#ffffff;
	font-family : Verdana, Arial;
	font-weight:bold; 
	color : #6d7319;
}

  /* FUSSZEILE */ 

   p#Fusszeile {
    clear: both;
    font-size : 7pt;font-weight : bold;
	font-family : Verdana, Arial, Helv;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #373d0d; border: 0px solid silver;
	color : #ffffff;
  }

