
    #header {
      float:left;
      width:99%;
      background:#DAE0D2 url("../images/nav/bg.gif") repeat-x bottom;
      font-size:73%;
      line-height:normal;
      }
    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("../images/nav/bg_left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #776655;
      }
    #header a {
      float:left;
      display:block;
      width:.1em;
      background:url("../images/nav/bg_right_both.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
    #header > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#333;
      }
    #home #nav-home, #tab0 #nav-tab0,
    #tab1 #nav-tab1,   #tab2 #nav-tab2,
    #tab3 #nav-tab3,   #tab4 #nav-tab4,
    #tab5 #nav-tab5,   #tab6 #nav-tab6,
    #tab7 #nav-tab7,   #tab8 #nav-tab8 {
      background-position:0 -150px;
      border-width:0;
      }

    #home #nav-home a, #tab0 #nav-tab0 a,
     #tab1 #nav-tab1 a,   #tab2 #nav-tab2 a,
    #tab3 #nav-tab3 a,   #tab4 #nav-tab4 a,
    #tab5 #nav-tab5  a,  #tab6 #nav-tab6 a,
    #tab7 #nav-tab7  a,  #tab8 #nav-tab8 a  {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
      }

    #header li:hover, #header li:hover a {
      background-position:0% -150px;
      color:#0000FF;
      }
    #header li:hover a {
      background-position:100% -150px;
       color:#0000FF;
      }

    #Fuss {
      float:left;
      width:99%;
      background:#DAE0D2 url("../images/nav/bg_bot.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
 /*  ende screen */
      ol,ul {
  width:900px;
  margin:0; padding:0;
  }

 /*   , ul li */
ol li {
  margin:0 0 0 5em;
  padding:.1em 0;
  position:relative;
  }
ol em , ul em{
  position:absolute;
  top:0; right:0;
  background:#fff;
  padding-left:1em;
  width:35em;
  text-align:left;
  font-style:normal;
  }
ol li.a, ol li.a em, ul li.a, ul li.a em {background:#eee;}

#line {margin:0; padding: 0; line-height: 1;  border-top: 3px solid #0084ff; }
-->