<style type="text/css">
a:link { text-decoration:none; font-weight:bold; color:#e00000; }
a:visited { text-decoration:none; font-weight:bold; color:#800000; }
a:hover { text-decoration:none; font-weight:bold; background-color:#ff0; }
a:active { text-decoration:none; font-weight:bold; background-color:#cff; }
a:focus { text-decoration:none; font-weight:bold; background-color:#080; }


  body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: auto;
    padding: 0;
    background: silver; /* Hintergrundfarbe der Navigations- und Inhaltsspalte */
  }

  hr {
     size: 10px;
     color: #FF0000;
  }

  ol#AGB {
         font-size: 80%;
         font-weight: bold;
  }

table { width:100%; }
td { border:0px solid #000; vertical-align:middle; overflow:hidden; }


  h1 {
    height: 100px;            /* Höhe der Kopfzeile */
    font-size: 1.5em;
    margin: 0; padding: 0.3em;
    text-align: center;
    background: url(Bilder/kopfzeile.jpg) no-repeat;         /* Bild für die Kopfzeile */
    border-bottom: 5px solid red;                    /* unterer Rahmen der Kopfzeile */
  }

  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 200px;
    margin: 0 0 1.2em; padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }

  ul#Navigation span {
    font-style: italic;
    text-decoration: none; font-weight: bold;
  }

  ul#Navigation a:link {
    color: black; background-color: white;
  }
  ul#Navigation a:visited {
    color: #666; background-color: white;
  }
  ul#Navigation a:hover {
    color: black; background-color: #eee;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }

  div#Inhalt {
    margin: 0 0 1em 220px;
    padding: 0 1em;
    border-left: 5px solid red;
    border-bottom: 5px solid red;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0em 0;
    color: navy;
  }


  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.50em;
    margin: 0; padding: 0.0em;
    text-align: center;
    background-color: silver;
    /* border-top: 1px solid red; */
  }