.ds1 {
font-family: "Comic Sans MS";
}

.ds3 {
font-size: 22px;
font-family: "Comic Sans MS";
}

.ds4 {
font-family: "Comic Sans MS";
}

.ds5 {
font-size: 22px;
font-family: "Comic Sans MS";
}

.ds9 {
font-size: 22px;
font-family: "Comic Sans MS";
font-weight: bold;
}

.ds11 {
font-size: 14px;
font-family: "Comic Sans MS";
}
body {
background-color: #b18648;
}

  div#Hauptrahmen {
    top: 220px;
    width: 900px;
    padding: 40px;
    border: 0px;
    background-color: #b18648;
  }

  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 48.7em;
    w\idth: 47.1em;
  }
  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: 0.4em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.6em; left: -0.4em;
    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:#b18648;
    padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a {
    display: block;
    width: 6.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid black;
    border-left-color: white;
    border-top-color: white;
    color: black; /*schriftfarbe butto*/
    background-color: #d7a65f;
  }
  * html ul#Navigation a {
    width: 6.4em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation ul a:hover,{
    border-color: white;
    border-left-color: black;
    border-top-color: black;
    color: white;
    background-color: #B87A1B;/*Hintergrundfarbe button mit der maus drüber*/
    }
  * html ul#Navigation a:hover,{
    border-color: white;
    border-left-color: black;
    border-top-color: black;
    color: white;
    background-color: #B87A1B;/*Hintergrundfarbe button mit der maus drüber*/
    }

  ul#Navigation a:link,{
    text-decoration: none;
    }

  a:link,{
    text-decoration: underline;
    text-color: black;
    }
