body{background-color:#FFFFCC;font-size:16px;font-weight:normal; font-family:sans-serif,verdana,arial;}
html, body, textarea {
  scrollbar-base-color:#cccc99;
  scrollbar-3d-light-color:#cccc99;
  scrollbar-arrow-color:#cccc99;
  scrollbar-darkshadow-color:#FFFFCC;
  scrollbar-face-color:#FFFFCC;
  scrollbar-highlight-color:#FFFFCC;
  scrollbar-shadow-color:#FFFFCC;
  scrollbar-track-color:#ddddbb;
  }

  ul#Navigation {
    margin: 0; padding: 0.0em;
    text-align: center;
    border: 0px solid black;
    background-color: #ffffcc;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    float: left; width: 130px;
    margin: 0px; padding: 0px 0px;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    /* border-left-color: white; border-top-color: white;*/
    color: #9f0000;
  }
  * html ul#Navigation a, * html ul#Navigation span {  /* Korrektur fuer IE 5.x */
    width: 130px;
    w\idth: 130px;
  }
  ul#Navigation a:hover, ul#Navigation a:active {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: red; background-color: #ffffff;
  }
  ul#Navigation div {
     clear: left;
  }