/*- Menu Tabs D--------------------------- */

    #tabsD {
      float: left;
      width: 100%;
      background-image: url(../gif/bg-navi.gif);
      font-size: 95%;
      line-height: normal;
      border-bottom: 1px solid #E0100E;
      }
    #tabsD ul {
        margin: 0;
        padding: 10px 20px 0px 50px;
        list-style: none;
      }
    #tabsD li {
      display: inline;
      margin: 0;
      padding: 0;
      }
    #tabsD a {
      float:left;
      background:url("../tab/tableft8.png") no-repeat left top;
      margin: 0;
      padding: 0 0 0 4px;
      text-decoration:none;
      }
    #tabsD a span {
      float:left;
      display:block;
      background:url("../tab/tabright8.png") no-repeat right top;
      padding: 5px 15px 4px 6px;
      color:#FFF;														/********** Schriftfarbe Navi **************/
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsD a span {float:none;}
    /* End IE5-Mac hack */
    #tabsD a:hover span {
      color:#CC0000;
      }
    #tabsD a:hover {
      background-position:0% -42px;
      }
    #tabsD a:hover span {
      background-position:100% -42px;
      }
    #tabsD #current a {
      background-position:0% -42px;
      color:#1D60AE;
      }
    #tabsD #current a span {
      background-position:100% -42px;
      color:#1D60AE;
      }
-->
