/*-------------CSS SUBNAVIGATION---------------------*/
a.menuLink2, a.menuLink2:link, a.menuLink2:visited {
  display:block;
  text-align:left;
  height:13px;
  margin-right:2px;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 5px;
  font: normal 12px/normal Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight: normal;
  padding-left:10px;
  text-decoration:none;
  color:#d9dadb;
  width:auto/*155px*/;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #d9dadb;
  background-image:url(../css/menue/images/bg_menue.png);
  z-index:15;
  
}

a.menuLink2:hover {
  background-color:#e2001a;
  width:auto/*155px*/;
  z-index:120;

}

a.menuLinkAct2 {
  display:block;
  text-align:left;
  height:12px;
  margin-right:2px;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 5px;
  font: normal 12px/normal Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight: normal;
  color:#d9dadb;
  padding-left:10px;
  text-decoration:none;
  background-color:#e2001a;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #d9dadb;
  background-image:url(../bilder_template/menue/schalter_navi_act.gif);

}

#menuDiv2 {
  margin:0px;
  padding:0px;
  padding-top:0px;
  padding-left:6px;
  text-align:right;

}

li.menuItem2 {
  list-style-type:none;
  text-align:left;
  width:auto/*155px*/;
   background-image: url(../menue/images/pattern2.png) 0 0 repeat-x;
 
}

li.menuItem2 a:hover {
   background:none;
   background-color:#e2001a;
   width:auto/*155px*/;

 }



#menuList2 {
  margin:0px;
  padding-left:0px;
  padding-top:0px;
  width:auto/*155px*/;
}


