  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 */
  }

  div#Start {
    text-align: center;
    }

  div#Start td {
    text-align: left;
    font-size: 0.8em;
    }

  div#Start h2 {
    text-align: center;
    }

  div#Start a:link {
   color:#990033;
   font-weight: normal;
   text-decoration: none;
  }

   div#Start a:visited  {
   color:#CC9900;
   font-weight: normal;
   text-decoration:none;
  }

   div#Start a:hover  {
   color:#CC9900;
   font-style: italic;
   text-decoration:none;
   }

   div#Start a:active  {
   color:#CC3300;
   font-style: italic;
   text-decoration:none;
   }

   div#Start table {
   margin-left:auto;
   margin-right:auto;
   }
   
  div#Logo {
    background-image:url(logo.jpg);
    background-repeat:no-repeat;
    /*background-position:30px 20px;*/
    }

  h1#Kopf {
    font-size: 1.2em;
    color: white;
    margin: 0 0 0.7em; padding: 0.3em;
    text-align: center;
  }

  h1#Kopf a:link {
   color:#990033;
   font-weight: bold;
   text-decoration: none;
  }

   h1#Kopf a:visited  {
   color:#CC9900;
   font-weight: normal;
   text-decoration:none;
  }

   h1#Kopf a:hover  {
   color:#CC9900;
   font-style: italic;
   text-decoration:none;
   }

   h1#Kopf a:active  {
   color:#CC3300;
   font-style: italic;
   text-decoration:none;
   }


    ul#Navigation {
    font-size: 0.83em;
    float: left; width: 12em;
    margin: 0 0 1.2em; padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: black;
    text-decoration:none;
  }
  ul#Navigation a:visited {
    color: #666;
    text-decoration:none;
  }
  ul#Navigation a:hover {
    color: black;
    background-color: #EFEFEF;
    text-decoration:none;
  }
  ul#Navigation a:active {
    color: black;
    text-decoration:none;
  }


  div#Info {
    font-size: 0.9em;
    float: right; width: 12em;
    margin: 0 0 1.1em; padding: 0;
  }
  div#Info h2 {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }

  div#Inhalt {
    margin: 0 12em 1em 12em;
    padding: 0 1em;
  }
  * 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;
    text-align: left;
  }
   div#Inhalt p {
    margin: 1em 0;
  }

   div#Inhalt a:link {
   color:#990033;
   font-weight: normal;
   text-decoration: none;
  }

   div#Inhalt a:visited  {
   color:#CC9900;
   font-weight: normal;
   text-decoration:none;
  }

   div#Inhalt a:hover  {
   color:#CC9900;
   font-style: italic;
   text-decoration:none;
   }

   div#Inhalt a:active  {
   color:#CC3300;
   font-style: italic;
   text-decoration:none;
   }

   div#Inhalt td {
    text-align: left;
    font-size: 0.8em;
    margin: 1em 0;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
  }

  p#Fusszeile a:link {
   color:#990033;
   font-weight: normal;
   text-decoration: none;
  }

   p#Fusszeile a:visited  {
   color:#CC9900;
   font-weight: normal;
   text-decoration:none;
  }

   p#Fusszeile a:hover  {
   color:#CC9900;
   font-style: italic;
   text-decoration:none;
   }

   p#Fusszeile a:active  {
   color:#CC3300;
   font-style: italic;
   text-decoration:none;
   }