
  body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 0em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  #heading {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 6em;
    background-color: #1c5b2b;
  }

  html>body #heading {
    position: fixed;
  }

  h1 {
    padding-top: 0.5em;
    font-size: 1.7em;
    width= 100%;
    height= 8em;
    text-align: center;
    color: #faed7c;

  }


  ul#Navigation {
    margin: 0; padding: 0em;
    text-align: center;
    background-color: #1c5b2b;
    padding: 0.5em 0 0.5em 0;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    padding: 0.4em;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    color: #faed7c; background-color: #1c5b2b;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
    color: #C0C0C0;  background-color: #1c5b2b;
  }


  div#Inhalt {
    padding-top: 8em;
    border-bottom: 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-top: 0.5em; margin-left: 30px;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 0.5em 30px 2em; 30px;
  }


  div#Inhalt table {
    font-size: 80%;
    margin-bottom: 1em;
  }

  div#Inhalt form {
    margin: 1em 30px 1.5em 30px;
  }



  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin-top: 3;
    text-align: center;
  }