  
  /**
   * LEVEL 01
   *
   *
   *
   */ 
  div.dbNaviLevel1All,
  div.dbNaviLevel1Left,
  div.dbNaviLevel1Center,
  div.dbNaviLevel1Right,
  div.dbNaviLevel1LeftAct,
  div.dbNaviLevel1CenterAct,
  div.dbNaviLevel1RightAct {
    float: left;
    height: 21px;
    display: inline;
  }
  
  div.dbNaviLevel1All {
    margin-right: 5px;  
  }
  
  div.dbNaviLevel1Left,
  div.dbNaviLevel1Right,
  div.dbNaviLevel1LeftAct,
  div.dbNaviLevel1RightAct {
    width: 2px;
  }
  
  div.dbNaviLevel1Center,
  div.dbNaviLevel1CenterAct {
    width: auto;
  }
  
  div.dbNaviLevel1Center a,
  div.dbNaviLevel1CenterAct a {
    display: block;
    padding: 6px 2px 0px 2px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  
  div#dbNaviLevel1 {
    margin: 81px 0 0 20px;
    float: left;
    height: 21px;
    display: inline;
  }
  
  div.dbNaviLevel1Left {
    background: url(../images/main/green/b_links_off.jpg) no-repeat;
  }
  
  div.dbNaviLevel1Center {
    background: url(../images/main/green/b_mitte_off.jpg) repeat-x;
  }
  
  div.dbNaviLevel1Right {
    background: url(../images/main/green/b_rechts_off.jpg) no-repeat;
  }
  
  div.dbNaviLevel1LeftAct {
    background: url(../images/main/green/b_links_on.jpg) no-repeat;
  }
  
  div.dbNaviLevel1CenterAct {
    background: url(../images/main/green/b_mitte_on.jpg) repeat-x;
  }
  
  div.dbNaviLevel1RightAct {
    background: url(../images/main/green/b_rechts_on.jpg) no-repeat;
  }
   
  /**
   *
   *
   *
   */
   
  .nav1, .nav1_act {
    margin-top: 0px;
    float: left;
    width: 5%;
    height: 19px;
  } 
  
  div.mainBoundary {
    /** background: transparent url(../images/trenner_dropdown.gif) 5px 21px no-repeat; **/
  }
  
  div.mainBoundaryLevel3 {
    /** background: transparent url(../images/main/trenner.gif) 5px 21px no-repeat; **/
  }
  
  div.all_nav1 {
    margin-left: 13px;
  }
  
  div.all_nav1 > div {
    width: auto;
  } 
  
  .nav1 a, .nav1_act a {
    display: block;
    margin: 3px 10px 0px 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
  
  .nav1 a:link, 
  .nav1_act a:link,
  .nav1 a:visited, 
  .nav1_act a:visited,
  .nav1 a:active, 
  .nav1_act a:active,
  .nav1 a:hover, 
  .nav1_act a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  .nav2, .nav2_act {
    width: 175px;
  }
  
  .nav2 a, .nav2_act a {
    display: block;
    line-height: 21px;
    text-align: left;
    color: #fff
    text-decoration: none;
    font-size: 11px; 
    padding: 0 15px 0 20px;
    background: url(../images/main/nav_aufzaehlung.gif) 5px 9px no-repeat;
  }
  
  .nav2 a:link, 
  .nav2_act a:link,
  .nav2 a:visited, 
  .nav2_act a:visited,
  .nav2 a:active, 
  .nav2_act a:active,
  .nav2 a:hover, 
  .nav2_act a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  .nav3, .nav3_act {
    width: 175px;
  }
  
  .nav3 a, .nav3_act a {
    /**height: 22px;**/
    line-height: 22px;
    display: block;
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-size: 11px; 
    padding: 0px 15px 0px 20px;
    background: url(../images/main/nav_aufzaehlung.gif) 5px 9px no-repeat;
  }
  
  .nav3 a:link, 
  .nav3_act a:link,
  .nav3 a:visited, 
  .nav3_act a:visited,
  .nav3 a:active, 
  .nav3_act a:active,
  .nav3 a:hover, 
  .nav3_act a:hover {
    text-decoration: none;
  }
  
  .nav3 a:hover, 
  .nav3_act a:hover {
    color: #fff;
  }
