  body {
    color: white; background-color: black;
    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 */
  }

  h1 {
    font-size: 12px;
  //  margin: 0 0 0em; padding: 0em;
    text-align: center;
    border: 0px ridge silver;
  }
  html>body h1 {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }

  ul#Navigation {
    margin: 0; padding: 0.6em;
    text-align: center;
    font-size: 10px;
    border: 1px inset white;
    background-color: #666;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.2em; padding: 0;
  }
  ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: #110088; background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    width: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #999;
  }

  ul#SubNavigation {
    margin: 0; padding: 0.6em;
    text-align: center;
    font-size: 10px;
    border: 1px inset white;
    background-color: #333;
  }
  ul#SubNavigation li {
    list-style: none;
    display: inline;
    margin: 0.2em; padding: 0;
  }
  ul#SubNavigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: #110088; background-color: #aaa;
  }
  * html ul#SubNavigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    width: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#SubNavigation a:hover, ul#SubNavigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #666;
  }
  div#Info {
    color: #fff;
    margin: 0.3em 0 0.3em 0;
    padding: 0;
    font-size: 12px;
    float: right; width: 225px;
    background-color: #333; border: 1px inset silver;
    min-height: 9.5em;
  }


  div#Info a {
    font-size: 1em;:text-decoration:none;
    link: text-decoration:none; color:#C0C0C0;
    visited: text-decoration:none; color:#808080;
    hover: text-decoration:underline; color:#CCCCFF;
    active: text-decoration:none; color:#CCCCFF;
  }
  div#Info h2 {
    font-size: 12px;
    font-variant: small-caps;
    margin: 0.5em;
  }
  div#Info p {
    font-size: 12px;
    margin: 0.5em;       
    color: #fff;
  }



  div#Inhalt {
    margin: 0.3em 14.5em 0.3em 0;
    background-image: url(./images/middlebackground2.jpg);
    background-color: #D9E3E5;
    color: black;
    border: 1px inset silver;
    padding-bottom: 1.5em;
    min-height: 8em;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  div#Inhalt h2 {
    font-size: 12px;
    font-variant: small-caps;
    padding-bottom: 1em;
    margin: 0.5em;
  }
  div#Inhalt p {
    font-size: 12px;
    margin: 0.5em;
  }
  
    div#Inhalt a {
    font-size:1em;:text-decoration:none;
    link: text-decoration:none; color:#110088;
    visited: text-decoration:none; color:#110088;
    hover: text-decoration:underline; color:#110088;
    active: text-decoration:none; color:#110088;
  }

  form {
    color: black;
    font-size: 12px; 
    margin: 0.5em;
  }

  table {
    font-size: 12px;  
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.6em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #444; border: 1px inset white;
  }