 body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family:Helvetica,Arial,sans-serif;
	font-style:italic;
    
    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: 950px;
    padding: 0;
    background: #EFEBE0;
    border: 2px solid silver;
  
  }

  h1 {
    font-size: 20px;
   font-weight: 900;
 
    margin: 0; padding:0.5em;
    text-align: center;
  color:#339900;
  
    background-color:  #EFEBE0;
    
  }

  ul#Navigation {
    font-size: 0.83em;
    float: left; 
    margin: 6px ; padding: 8px; width: 190px;
 border-top:2px solid silver;
   border-right:2px solid silver; border-left:2px solid silver; border-bottom:2px solid silver;
  }

 ul#Navigation li {line-height:1.2em;
    list-style: none; 
font-family: Helvetica,Arial,sans-serif;
  font-color: #339900;font-size:20px; font-style: normal;  weight: bold 
     margin: 0; padding: 0.1em;}
ul#Navigation p {font-family: Helvetica,Arial,sans-serif;
   color: darkslategray;font-size:18px; font-style: italic;  weight: bold
     margin: 0; padding: 0.1em;}
  
ul#Navigation a {
    
    padding: 0.1em;
    font-weight: bold;
  }
  ul#Navigation a:link { 
    color: "#339900"; 
  }
 
 ul#Navigation a:hover {
    color: black; 
  }
 ul#Navigation a:active {
    color: white; 
  }

div#Aktuell {  border-top:2px solid red;
   border-right:2px solid red; border-left:2px solid red; border-bottom:2px solid red; }


  div#Inhalt { font-family: Helvetica,Arial,sans-serif;
  
 width: 600px;
  font-size: 1.1em;
   margin-left:0.2em;
    padding: 0.1em; 
    
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
div#Inhalt h2 { color: #ffa500; font-size: 30px; font-family: "bradley hand itc", Helvetica, Arial, sans-serif; margin: 0em 0; weight: bolder }
div#Inhalt h3 {text-decoration:underline; color:#339900; font-size: 28px; font-family: Helvetica, Arial, sans-serif; margin: 0em 0; weight: bolder }
div#Inhalt h4 {text-decoration:underline; font-size: 20px; font-style: italic; font-family: Helvetica, Arial, sans-serif; margin: 0em 0; weight: bolder;color:#339900; }

div#Inhalt p {font-family:Helvetica,Arial,sans-serif;
    color: darkslategray;
    font-style: normal;
    font-size:20 px ;
    margin: 1em 0;
  }
p#Fusszeile {
    clear: both;
    font-size: 0.83em;
  border-top:2px solid silver;
   border-right:2px solid silver; border-left:2px solid silver; border-bottom:2px solid silver;
    margin: 10px; padding: 0.0em;
    text-align: left;
    background-color:#EFEBE0; 
    }
   p#Fusszeile i {font-family: Helvetica, Arial, sans-serif; margin: 0em 0; font-size: 1.0em; weight: bolder} 
    
  }

  
  
