  body {
        font: normal 95% Helvetica, Arial, sans-serif;
        color: #43321b;
        background-color: #F0E8D9;
}

table#Basic {
        border: #43321b;
        border-left: 1px outset #43321b;
        border-right: 1px outset #43321b;
        border-bottom: none;
        border-top: none;
        border-height: 700px;
}

  h1 {
        font-size: 50px;
        text-decoration: none;
        font-weight: bold;
        font-style : italic;
}
  div#Bild01 {
        position: static;
        top: -20px;
}

div#Logo {
        top:80px;
        margin-left: 80px;
        position: absolute;
}

  div#Rahmen {
        width: 750px;
        top: 210px;
        padding: 5px;
        background-color: #a38981;
        position : absolute;
}
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 750px;
    w\idth: 740px;
        top: 210px;
  }
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
        margin: 0; padding: 0;
        text-align: center;
}
  ul#Navigation li {
  list-style: none;
        float: left;
        /* ohne width - nach CSS 2.1 erlaubt */
        position: relative;
        margin: 3px;
        padding: 0;
}
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -3px;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -1px;
  }

  ul#Navigation li ul {
    margin: 0; padding: 2px;
    position: absolute;
    top: 27px; left: -5px;
        background-color: #a38981;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -2px;
    lef\t: -1px;
  }
  *:first-child+html ul#Navigation ul {
        /* Workaround fuer den IE 7 */
        background-color: #a38981;
        padding-bottom:3px;
}
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 3px;
  }

  ul#Navigation a, ul#Navigation span {
        display: block;
        width: 137px;
        /* Breite den in li enthaltenen Elementen zuweisen */
        padding: 4px 2px;
        text-decoration: none;
        font-weight: bold;
        border: 1px solid black;
        border-left-color: #F0E8D9;
        border-top-color: #F0E8D9;
        color: #553e21;
        background-color: #AA9F8A;
}
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
   border: 1px solid black;
   border-left-color: #F0E8D9;
   border-top-color: #F0E8D9;
   background-color: #AA9F8A;
   color: #F0E8D9;
  }


  div#Inhalt {
    margin-left: 5px;
        margin-top: 100px;
        position: static;
        width: 700px;
        height:550px;
}

 div#Inhalt a {
   color: #bb8a5f;
        text-decoration: none;
        font-style: italic;
        font-weight: bold;
}

div#Inhalt a:hover {
        color: #af2940;
}

div#Inhalt span#dunkelrot {
        color: #af2940;
        font-style: italic;
        font-weight: bold;
        text-decoration: underline;
}
/*
div#Unten {
        top: 530px;
        position: absolute;
}
*/

  ul#Navigation span, li a#aktuell {
   border: 1px solid black;
   border-left-color: #F0E8D9;
   border-top-color: #F0E8D9;
   background-color: #F0E8D9;
   color: #553e21;
  }

  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: #a38981;
  }