/*Obere NAVI
*/
#tabsH { float:left; width:100%; font-size:10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height:normal; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; position: absolute; top: 125px; visibility: visible; border-bottom: 1px solid #892336; }
#tabsH ul { margin:0; padding-top: 0; padding-bottom: 0; padding-left: 400px; list-style:none; }
#tabsH li { display:inline; margin:0; padding:0; }
#tabsH a {
      float:left;
      background:url(../navibilder/tableftH.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
#tabsH a span {
      float:left;
      display:block;
      background:url(../navibilder/tabrightH.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#fff;
      }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsH a span {float:none;}
/* End IE5-Mac hack */
#tabsH a:hover span, #tabsH a.active span {
      color:#FFF;
      }
#tabsH a:hover, #tabsH a.active {
      background-position:0% -42px;
      }
#tabsH a:hover span, #tabsH a.active span {
      background-position:100% -42px;
      }
