  body {
    color: black; background-color: #eee;
    font: 12pt/14pt;
    font-family: arial,helvetica,sans-serif;
    min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  div.Navigation {
    font-size: 0.82em;
    width: 150px;
    height: 1000pt;
    position: absolute; left: 20px; top: 20px;
  }
  div.Navigation p {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  div.Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: normal;
    text-decoration:none;
  }
  div.Navigation a:link {
    color: black; background-color: #eee;
  }
  div.Navigation a:visited {
    color: black; background-color: #eee;
  }
  div.Navigation a:hover {
    color: black; background-color: white;
  }




  div.Strich0 {
    font-size: 0.7em; height: 5pt;
    margin-left: 180px;
    background-color: #999999;
    border:1px solid #999999;
  }


  div.Kopf {
    font-size: 0.7em; height: 20pt;
    text-align: left;
    margin-left: 180px;
    background-color: #999999;
    border:1px solid #999999;
  }

  div.Strich1 {
    font-size: 0.7em; height: 45pt;
    margin-left: 180px;
    background-color: #999999;
    border:1px solid #999999;
  }

  div.Strich2 {
    font-size: 0.7em; height: 10pt;
    margin-left: 180px;
    background-color: #999999;
    border:1px solid #999999;
  }

  div.Strich3 {
    font-size: 0.7em; height: 30pt;
    margin-left: 180px;
    background-color: #eee;
    border:1px solid #eee;
  }

  div.Inhalt {
    font-size: 0.8em; min-height: 500pt;   
    margin-left: 180px;
    padding: 0 1em;
  }
  div.Inhalt h1 {
    font-size: 1.3em; font-weight: normal;
    margin: 0 0 0.5em;
  }
  div.Inhalt h2 {
    font-size: 1.1em; font-weight: normal;
    margin: 0.2em 0;
  }
  div.Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  div.Inhalt a:link {
    color: black; background-color: #eee;
  }
  div.Inhalt a:visited {
    color: black; background-color: #eee;
  }
  div.Inhalt a:hover {
    color: black; background-color: white;
  }


  div.Strich4 {
    font-size: 0.6em; height: 30pt;
    margin-left: 180px;
    background-color: #eee;
    border:1px solid #eee;
  }

  div.Strich5 {
    font-size: 0.6em; height: 10pt;
    margin-left: 180px;
    background-color: #999999;
    border:1px solid #999999;
  }

  div.Fuss {
    font-size: 0.6em; height: 50pt;
    text-align: center;
    margin-left: 180px;
    background-color: #999999;
    border:1px solid #999999;
  }