<style type="text/css">

  body {
    color: black; 
    background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

/************  ALLGEMEINE H1 UEBERSCHRIFT **************/

  h1 {
    font-size: 1.5em;
    margin: 3em 0 0.7em; padding: 0.3em;
    text-align: center;
//    background-color: #fed;
//    border: 2px ridge silver;
  }


/************  NAVIGATION **************/

  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 10em;
    margin: 0 0 1.2em; padding: 0;
    border: 1px dashed silver;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.2em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    text-decoration: none;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: #5e825e; 
  }
  ul#Navigation a:visited {
    color: #666; 
  }
  ul#Navigation a:hover {
  text-decoration:underline;
  }
  ul#Navigation a:active {
    color: white; 
  }


/************  INHALT **************/

  div#Inhalt {
    width: 30em;
    margin: 0 auto;
    padding: 0 1em;
    border: 1px dashed silver;
  }
  * html div#Inhalt {
  *     height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  div#Inhalt a {
    text-decoration: none;
  }

  div#Inhalt a:link {
    color: #004600; //#5e825e; 
  }
  
  div#Inhalt a:visited {
    color: #666; background-color: white;
  }
  
  div#Inhalt a:hover {
    color: black; 
    text-decoration:underline;
    background-color: white;
  }
  
  div#Inhalt a:active {
    color: white; 
  }

/************  ALLGEMEINE TABELLE **************/
  table {
  font-size:0.7em;
  border: 0;
  font-family: arial;  
  }

/************  FUSSZEILE **************/
  p#Fusszeile {
    clear: both;
    font-size: 0.6em;
    margin: 13em 0 0 0; 
    padding: 0.1em;
    text-align: center;
  }
  
    p#Fusszeile a {
    text-decoration: none;

  }

  p#Fusszeile a:link {
    color: #004600; //#5e825e; 
  }
  
  p#Fusszeile a:visited {
    color: #666; background-color: white;
  }
  
  p#Fusszeile a:hover {
    color: black; 
    text-decoration:underline;
    background-color: white;
  }
  
  p#Fusszeile a:active {
    color: white; 
  }

  
</style>

