/* ######  top-navigation Menu Tabs H  */

 #tabsH {
      float:left;
      width:100%;
      font-size:70%;
      line-height:normal;
      /* border-bottom: 1px solid #aeaeae; */
      }
 #subnav2,
 #subnav3  {
      font-size:70%;
      }
 #tabsH ul,
 #subnav3 ul {
        margin:0;
        padding:0px 0px 0px 150px; 
        list-style:none;
      } 
 #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      } 
 #tabsH a,
 #subnav2 a  {
      float:left;
      background:url("../images/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("../images/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 {
      color: #e0a731;  /* ### Farbe mouseover Link */
      }
 #tabsH a:hover {
      background-position:0% -42px;
      }
 #tabsH a:hover span {
      background-position:100% -42px;
      }

 #tabsH #current a {
      background-position:0% -42px;
        }
 #tabsH #current a span {
      background-position:100% -42px;
        }

/* ##### Schriftarbe des Buttons mit aktivem Link in der Subnavigation*/
   #tabsH li.activepath a.daddy span,
   #subnav2 a.e1o span  {
      color: red;
      }
  /* ##### Farbe des akiven Links */
  #active a span,
  #subnav2 a.e1a span,
  #subnav2 a.e1oa span,
  #subnav3 a.e2a span,
  #subnav3 a.e2oa span {
      color: #e0a731;
      }
  /* ##### Farbe Link 2.Navigation */
  #active ul span {
      color: white;
      }

/* ###### Ausgabe Navigation 2. Ebene "/
/* ###### wird benoetigt damit die 2. Ebene nicht in der Hauptnavigation neben der 1. Ebene angezeigt wird */
  #tabsH ul ul { /* Listen 2. Ebene */
      position: absolute;
      display: block;
      width: 100px;
      padding: 0px;
      float: left;
      left: -999em;               /* durch "left" außerhalb des sichtbaren Bereichs wird das gleiche erreicht wie durch "display: none", kann aber auch von Textbrowser angezeigt werden */
      }

/* Positionierung Subnavigation 2.Ebene */
#subnav2 {
      position: absolute;
      display: block;
      margin-top: -255px;
      margin-left: 110px;
      float: left;
      z-index: 97;            
      }
/* Angabe fuer IE, Ausgleich Hoehe der Navigation 2 */
* html #subnav2 { margin-top: -245px; }

/* Positionierung Subnavigation 3.Ebene */
 #subnav3 {
      position: absolute;
      display: block;
      margin-top: -180px;
      margin-left: -145px;
      float: left;
      z-index: 98;   
      text-decoration: none;
}

