body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: verdana,Helvetica,Arial,sans-serif;
    margin: 0 0.2em; padding: 0em;
  }
div#Seite{
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    /* width: 770px; */
    padding: 0em;
    }
html>body div#Seite{
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }
.border {border: 1pt solid #D5D5D5;
    -moz-border-radius: 0.5em;
  }

div#Navigation {
    font-size: 0.7em;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    float: left; width: 13em;
    margin: 0.7em 0 1em; padding: 0.2em;
    clear: both;

  }
div#Navigation ul,li {
    list-style: none;
    margin: 0; padding: 0.2em;
  }
div#Navigation h2 {
    font-size: 1em;
    margin: 0em 0 0;
    padding: 0.1em;
    background-color: #9ABDF1;
  }
div#Navigation a {
    display: block;
    padding: 0.1em;
    font-weight: normal;
  }
div#Navigation a:link {
    color: black; background-color: #eee;
    text-decoration: none;
  }
div#Navigation a:visited {
    color: black; background-color: #eee;
    text-decoration: none;
  }
div#Navigation a:hover {
    color: black; background-color: #9ABDF1;
  }
div#Navigation a:active {
    color: white; background-color: #9ABDF1;
  }

 /* top */

div#Datum {
    margin: 0em; padding: 0em;
    font-size: 0.6em;
  }

ul#Topnav {
    text-align: right;
    margin-top: -1.2em; padding: 0;
   }

ul#Topnav li {
    list-style: none;
    display: inline;
    margin: 0em; padding: 0em;
  }

ul#Topnav a:link {
    text-decoration: none;
    color: #000000;
  }
ul#Topnav a:visited {
    text-decoration: none;
    color: #666;
  }
ul#Topnav a:active {
    text-decoration: none;
    background: #9ABDF1;
    color: #000000;
}
ul#Topnav a:hover {
    text-decoration: none;
    background: #9ABDF1;
    color: #000000;
  }

ul#liste {
    margin: 0em; padding: 0em;
   }

ul#liste li {
    list-style: none;
    margin: 0em; padding: 0.1em;
  }

ul#liste a:link {
    text-decoration: none;
    color: #000000;
  }
ul#liste a:visited {
    text-decoration: none;
    color: #666;
  }
ul#liste a:active {
    text-decoration: none;
    background: #9ABDF1;
    color: #000000;
}
ul#liste a:hover {
    text-decoration: none;
    background: #9ABDF1;
    color: #000000;
  }

ul#navtop {
    margin: 0.5em 1em; padding: 0em;
    font-size: 1em;
    white-space: nowrap;
  }
  ul#navtop li {
    list-style: none;
    display: inline;
    margin: 0em; padding: 0em;
    white-space: nowrap;
  }

  ul#navtop a, ul#navtop span {
    -moz-border-radius-topright: 1em;
    padding: 0.2em 0.5em;
    text-decoration: none;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: black; background-color: pink;
  }
  * html ul#navtop a, * html ul#navtop span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    width: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#navtop a:hover, ul#navtop span {
    border-color: #ffffff;
    border: 1px solid #ffffff;
    border-left-color: #000000; border-top-color: #000000;
    color: #ffffff; background-color: #ff0000;
  }

div#Topline {
    background-image:url(../img/underline.gif);
    /* background-repeat:repeat; */
    margin-top: -1em;
    padding: 0.2em;
  }

div#Toplang {
    text-align: right;
    margin-top: -1.3em; padding: 0;
  }

/* rechte seite */

  div#Info {
    float: right; width: 9em;
    margin: 0.5em 0 0 0; padding: 0;
  }
  div#Info h1{
    font-size: 0.8em;
  }
  div#Info h2{
    font-size: 0.7em;
  }
  div#Info p {
    font-size: 0.7em;
  }

  div#rechts {
    margin: 0 0 0.3em 0; padding: 0;
    text-align: center;

  }

  /* Inhalt */

  div#Inhalt {
    margin: 0.7em 13.5em 0.3em 14em;
    padding: 0 0.5em;
    font-size: 0.7em;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  div#Inhalt p {
     margin-top: 0.5em;
     margin-bottom: 0.5em;
  }

  div#Inhalt h1 {
     font-size: 1.2em;
  }
  div#Inhalt h2 {
     font-size: 1em;
     margin: 0em;
     text-align: left;
  }
  div#Inhalt h3 {
     font-size: 0.8em;
  }

  div#Inhalt ul {
    list-style: disc;
  }

  div#Inhalt input, select, button {
    background-color:#FEFFA9;
    font-size: 0.9em;
    border: 1pt solid #D5D5D5;
    -moz-border-radius: 0.5em;
  }

  div#Inhalt textarea {
    background-color:#FEFFA9;
    border: 1pt solid #D5D5D5;
    -moz-border-radius: 0.5em;
    width: 30em;
  }

  div#Inhalt iframe {
    background-color:#FEFFA9;
    width: 35em;
  }

   /* admin style */

  div#admin {

    border: 1pt solid red;
    -moz-border-radius: 0.5em;
    font-size: 0.8em;
    margin: 0 0 0.2em 0; padding: 0.1em;
    color: #ff0000;
    clear: both;

  }

  div#admin input, select{
  margin: 0; padding: 0.1em;
  }
  div#admin h2 {
    font-size: 1em;
  }
  div#admin h3 {
    font-size: 0.5em;
  }
  p#Fusszeile {
    font-size: 0.7em;
    margin: 0.5em 0em 0.5em 0em; padding: 0.2em;
    text-align: center;
    clear: both;
  }
.errortext {
    font-size: 0.8em;
    color: #ff0000;
  }