  body {
    font: normal 10pt Arial, sans-serif;
    color: #333333; background-color: #ffffff;
  }

  p {
  	font: normal 10pt Arial, sans-serif;
	letter-spacing: 0; 
	font-weight: normal;
	display:block;
	margin: 0px 0px 10px 18px;
   }
  
  h1 {
  	font: normal 11pt Arial, sans-serif;
	letter-spacing: 0px; 
	margin-top: 10px;
	color: #71B251; 
	font-weight: bold;
	margin: 0px 0px 10px 18px;
   } 
   
   h2 {
  	font: normal 8pt Arial, sans-serif;
	letter-spacing: 0px; 
	color: #71B251; 
	font-weight: bold;
	margin: 0px 20px 0px 0px;
   } 
   
  A:link { 
  	color: #666666; text-decoration: none; 
	} 
  A:visited { 
  	color : #666666; text-decoration: none; 
	} 
  A:hover {
  	color: #666666;text-decoration: none;
	} 
  A:active {
  	color: #666666; text-decoration: none;
	}
	
  .A:link { 
  	color: #71B251; text-decoration: none; font-weight: bold;
	} 
  .A:visited { 
  	color : #71B251; text-decoration: none; font-weight: bold;
	} 
  .A:hover {
  	color: #71B251;text-decoration: none; font-weight: bold;
	} 
  .A:active {
  	color: #71B251; text-decoration: none; font-weight: bold;
	}
	
  .li1 {
     background-color: #71B251;
  }

  ul#Navigation {
    font: normal 8pt Arial, sans-serif;
    margin: 0; padding: 0;
    border: 1px solid #71B251;
    background-color: #FFFFFF;
  }
  
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    padding-left: 0;
    padd\ing-left: 0;
  }
  
  ul {
  	font: normal 8pt Arial, sans-serif;
	letter-spacing: 0; 
	font-weight: normal;
	display:block;
	margin: 0px 0px 10px 18px;
	}

  * html ul {  /* Korrekturen fuer IE 5.x */
    padding-left: 18px;
    padd\ing-left: 18px;
  }
  
  ul#Navigation li {
    width: 100%;
	list-style: none;
    margin: 0; padding: 0;
  }

  ul#Navigation li ul {
    margin: 0px 0px 0px 0px; 
	padding: 0;
	background-color: #FFFFFF;
  }
  ul#Navigation li ul li {
    width: 100%;
	padding-left: 0;
	margin: 0px 0px 0px 0px;
	list-style: none;
  }
  * html ul#Navigation li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 1em;
    ma\rgin-left: 0;
  }

  ul#Navigation a {
    display:block;
    padding: 4px;
    text-decoration: none; font-weight: bold;
    color: #666666; 
  }
  * html ul#Navigation a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 13em;  /* Breitenangabe fuer IE 6 */
  }
  * html ul#Navigation li ul li a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 13em;  /* Breitenangabe fuer IE 6 */
  }
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #666666;
  }
  
  dl.meImgRight {
  	font: normal 10pt Arial, sans-serif;
	letter-spacing: 0; 
	font-weight: normal; 
 	margin: 0px 0px 10px 18px; } 
  
  dl.meImgRight dt { margin-bottom: 0; } 
  // verhindert das Einrücken und 
  // den Abstand nach oben 
  dl.meImgRight dd { margin: 0; } 