body {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-color: #DDDDDD;
  }

table {
  font-size:12px;
}

table#bild_table td {
 padding-top:10px;
 padding-bottom:10px;
}

table#k_table td {
  vertical-align:top;
  padding-bottom:15px;
}

  div#Rahmen {
    width: 49.1em;
    padding: 0.0em;
    border: 0px solid black;
    background-color: #DDDDDD;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 50.7em;
    w\idth: 49.1em;
  }
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
    background-color:#DDDDDD;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.0em;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: 0.0em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.0em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0px; 
    position: absolute;
    top: 1.6em; left: -0.0em;
    padding-top: 0px; padding-bottom:0px;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;

  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:#DDDDDD;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.0em;
    background-color:#DDDDDD;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 8.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding-bottom:3px;
    padding-top:3px;
    text-decoration: none; font-weight: bold;
    border: 0px solid black;
    border-left-color: white; border-top-color: white;
    color: #000000; background-color: #DDDDDD;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 10.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 8.4em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #57AD40;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #000000; background-color: #DDDDDD;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: #57AD40;
  }

 ul#unavi {
  background-color:#DDDDDD;
  border-width:0px;
 }

 ul#unavi li {
  background-color:#DDDDDD;
  border-width:0px;
 }

 ul#unavi li a {
  font-size:10px;
  width: 11em;
  background-color:#DDDDDD;
  padding:0px;
padding-top: 4px; padding-bottom: 4px;
  border-width:0px;
 }

 li#trli a:hover {
  background-color:#DDDDDD;
}

pre {
  font-size:12px;
  font-family:Verdana;
}

.ulaus {
  list-style-type:square;
}

a {
  text-decoration:none;
  color: #000000;
}

a:hover {
  text-decoration:underline;
}

a:visited {
  color:#000000;
}

a:active {
  color: #57AD40;
}

.logintable{
   font-size:10px;
}

.logintable td {
  padding:10px;
}


input {
 font: normal 100.01% Helvetica, Arial, sans-serif; 
 font-size:12px;
}

textarea {
  font: normal 100.01% Helvetica, Arial, sans-serif; 
  font-size:12px;
}
