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

hr {border: 0; height: 1px; width: 99%; color: #ccc  } 

.black {font-size: 0.83em; color: #000 } 

 div#Header {
    font-size: 1em;
    color: #fff;
    margin: 0 0 1em 0; 
    padding: 1em;
    text-align: center;
    background-color: #666666;
    border-bottom: 5px solid #FF0099;
  }
 div#Header a {
    font-weight: normal;
    text-decoration:none;
    padding: 0.1em;
  }
 div#Header a:link {
    color: #fff;
  }
 div#Header a:visited {
    color: #fff;
  }
 div#Header a:hover {
    color: #666666;
    background-color: #fff;
  }
 div#Header a:active {
    color: #fff;
  }
 div#Header a.selected {
    font-weight: normal;
    text-decoration:none;
    padding: 0.1em;
  }
 div#Header a.selected:link {
    color: #666666;
    background-color: #fff;
  }
 div#Header a.selected:visited {
    color: #666666;
    background-color: #fff;
  }
 div#Header a.selected:hover {
    color: #666666;
    background-color: #fff;
  }
 div#Header a.selected:active {
    color: #666666;
    background-color: #fff;
  }


  div#Left {
    font-size: 0.83em;
    float: left;
    width: 15em;
    margin: 0 0 0.7em;
    padding: 0.5em;
    background-color: #fff;
    border: 0px dashed #666666;
  }

  div#Left ul {
    list-style: none;
    margin: 0 0 0.5em;
    padding: 0;
    display: block;
  }

  div#Left li {
    padding: 0.2em 0;
  }

  div#Left a.inaktiv {
    font-weight: normal;
    text-decoration:none;
    padding: 0.2em;
  }
  div#Left a.inaktiv:link {
    color: #666666;
  }
  div#Left a.inaktiv:visited {
    color: #666666;
  }
  div#Left a.inaktiv:hover {
    color: #fff;
    background-color: #666666;
  }
  div#Left a.inaktiv:active {
    color: #fff;
    background-color: #666666;
  }

 div#Left a.aktiv:link {
    color: #fff;
    background-color: #FF0099;
    text-decoration:none;
    padding: 0.2em;
  }

 div#Left a.aktiv:visited {
    color: #fff;
    background-color: #FF0099;
    text-decoration:none;
    padding: 0.2em;
  }

 div#Left a.aktiv:hover {
    color: #fff;
    background-color: #666666;
    text-decoration:none;
    padding: 0.2em;
  }

  div#Left hr {border: 0; height: 1px; width: 100%; color: #ccc  }

  div#Left a {
    font-weight: normal;
    text-decoration: underline;
  }

  div#Left a:link {
    color: #FF0099;
  }
  div#Left a:visited {
    color: #FF0099;
  }
  div#Left a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #FF0099;
  }
  div#Left a:active {
    color: #FF0099;
  }


  div#Inhalt {
    margin: 0 0 1em 14em;
    padding: 1em;
    border: 0px dashed #666666;
    background-color: #fff;
  }
  * html div#Inhalt {
    height: 3em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  div#Inhalt h1 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }


  div#Inhalt h3 {
    font-size: 1em;
    margin: 1em 0;
    color: #FF0099;
  }

  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  div#Inhalt .black {font-size: 0.83em; color: #000 } 

  div#Inhalt .bildtext {font-size: 0.83em; color: #000; line-height: 120% } 

  div#Inhalt .lila {color: #9900FF } 


  div#Inhalt a {
    font-weight: normal;
    text-decoration: underline;
  }

  div#Inhalt a:link {
    color: #FF0099;
  }
  div#Inhalt a:visited {
    color: #FF0099;
  }
  div#Inhalt a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #FF0099;
  }
  div#Inhalt a:active {
    color: #FF0099;
  }




  p#Fusszeile {
    clear: both;
    color: #fff;
    font-size: 0.83em;
    margin:  1em 0 0 0;
    padding: 0.2em 0  0.4em 0;
    text-align: center;
    background-color: #666666; 
    border-top: 5px solid #FF0099;
  }
  p#Fusszeile a {
    font-weight: normal;
    text-decoration:none;
    padding: 0.1em;
  }
  p#Fusszeile a:link {
    color: #fff;
  }
  p#Fusszeile a:visited {
    color: #fff;
  }
  p#Fusszeile a:hover {
    color: #666666;
    background-color: #fff;
  }
  p#Fusszeile a:active {
    color: #fff;
  }