/* navigation */
#navContainer { width:auto; min-height:300px; margin-bottom:10px; margin-top:47px; }

/* navigation - 1. ebene */
#navContainer ul { list-style-type:none; margin:0 0 0 15px; padding:0; }
#navContainer li { margin:0 0 1px 0; }
#navContainer a {
  background:url('../images/icon_hell.gif') 18px center no-repeat;
  color:#000000;
  display:block;
  text-decoration:none;
  padding-left:38px;
  width:134px;
  font-size:12px;
  line-height:18px;
}
#navContainer ul li a:hover { font-size:12px; color:#000; font-weight:bold; background-image:url('../images/icon_rot.gif'); }
#navContainer ul li.act a { font-size:12px; color:#FF0000; font-weight:bold; background-image:url('../images/icon_rot.gif'); }

/* navigation - 2. ebene */
#navContainer ul ul { margin:0; }
#navContainer ul ul a {
  background:none !important;
  font-weight:normal !important;
  padding-left:40px;
  width:124px;
  font-size:12px;
  line-height:18px;
  border:0;
}
#navContainer ul li.act ul li a { color:#000 !important; font-weight:normal !important; }
#navContainer ul li.act ul li a:hover { font-size:12px; color:#000 !important; font-weight:bold !important; }
#navContainer ul li ul li.act a { font-size:12px; color:#FF0000 !important; font-weight:bold !important; }
#navContainer ul li ul li a:hover { font-size:12px; color:#000 !important; font-weight:bold !important; }

/* navigation - 3. ebene */
#navContainer ul ul ul { margin:0; }
#navContainer ul ul ul a {
  font-weight:normal !important;
  padding-left:50px;
  width:114px;
  font-size:12px;
  line-height:16px;
  border:0;
}
#navContainer ul li ul li.act ul li a { font-weight:normal !important; }

/* navigation specials */
#navMessleistungen a, #navMesskompetenz a, #navMesstechnik a, #navReferenzen a, #navKontakt a { background:url('../images/icon_dunkel_grau.gif') 18px center no-repeat; }
#navContainer li#navMessleistungen.act a, #navContainer li#navMesskompetenz.act a, #navContainer li#navMesstechnik.act a, #navContainer li#navReferenzen.act a, #navContainer li#navKontakt.act a, #navMessleistungen a:hover, #navMesskompetenz a:hover, #navMesstechnik a:hover, #navReferenzen a:hover, #navKontakt a:hover { background:url('../images/icon_dunkel_rot.gif') 18px center no-repeat !important; }

/*#navStartseite { margin:18px 0px !important; border-bottom:1px solid #bdbdbd; }
#navStartseite a { background:url('../images/listicon-start.gif') 15px center no-repeat !important; }
#navStartseite a:hover { background:url('../images/listicon-start-act.gif') 15px center no-repeat !important; }
#navContainer li#navStartseite.act a { background:url('../images/listicon-start-act.gif') 15px center no-repeat !important; }*/
