
 body {
    color: black; background-color: white;
    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 */
  }

  div#kopf {

    margin: 0 0 0em; padding: 0em;
    float: left; width: 22em;
    text-align: right;
    background-color: white;

  }

  div#kopf-rechts {
  float: right;  width: 23em;
  margin: 0; padding: 0em;
  text-align: left;
       font-size: 0.79em;
          background-color: white;
  }

   div#kopf-rechts
   a:link { text-decoration:none; font-weight:bold; color: orange; background-color: white;}
 div#kopf-rechts a:visited { color:#2665A4; text-decoration:none; font-weight:bold; }
 div#kopf-rechts a:focus { color:#eeAA00; background-color:#97Cccc; font-weight:bold; }
 div#kopf-rechts a:hover { color: orange; text-decoration:none; background-color:#97Cccc; font-weight:bold; }
 div#kopf-rechts a:active { color:#2665A4; background-color:white; font-weight:bold; }

 p#blauezeile {
    clear: both;
    font-size: 0.9em;
    margin: 0em ; padding: 0.8em;
    text-align: center;
    background-color: #97Cccc;

  }

  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 16em;
    margin: 0 0 1.0em; padding: 0;
    border: 0px dashed silver;
  }
  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: orange; background-color: #eee;
  }
  ul#Navigation a:visited {
    color: #666; background-color: #eee;
  }
  ul#Navigation a:hover {
    color: black; background-color: white;
  }
  ul#Navigation a:active {
    color:#2665A4; background-color: orange;
  }

  div#Info {
    font-size: 0.9em;
    float: right; width: 18em;
    margin: 0 0 1.0em; padding: 0;
    background-color: #eee;
  }
  div#Info h2 {
    font-size: 1.0em;
    margin: 0.2em 0.5em;
  }
  div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }

    div#Info  a:link{ text-decoration:underline; font-weight:bold; color:orange}
    div#Info a:hover {color:orange; text-decoration:none; background-color:#2665A4; font-weight:bold; }

    div#Info a:visited { color:#2665A4; text-decoration:none; font-weight:bold; background-color:#eee}
    div#Info a:focus { color:#aaAA00; background-color:#2665A4; font-weight:bold; }

    div#Info a:active { color:#2665A4; background-color:white; font-weight:bold; }




  div#Inhalt {
    margin: 0 16em 1em 13em;
    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.0em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 0.95em;
    margin: 1em 0;
  }

  div#Inhalt a:link{
    color:orange; text-decoration: underline;}
  div#Inhalt a:hover{
    color: #2665A4; text-decoration: none;
    background: orange;}
 div#Inhalt a:active{
    color: #2665A4;  text-decoration:none;
    background: orange;}

    div#Inhalt a:focus{
    color: #2665A4;
    background: orange;}

    div#Inhalt a:visited{
    color: #2665A4;  text-decoration: underline;
    background: white;}

     div#Inhalt h3{
    color: orange;  }

  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: orange;
    border: 1px solid silver;
  }