/* navigation */
#navContainer { width:190px; margin-top:50px; margin-bottom:10px; }

/* navigation - 1. ebene */
#navContainer ul { list-style-type:none; margin:0px; padding:0; margin-left:20px; }
#navContainer li { margin:0; }
#navContainer a {
  background:url('../images/listicon.gif') 0px center no-repeat;
  color:#000000;
  display:block;
  text-decoration:none;
  padding-left:15px;
  width:154px;
  font-size:12px;
  line-height:20px;
  border-top:1px solid #bdbdbd;
}
#navContainer ul li a:hover { font-weight:bold; background-image:url('../images/listicon-act.gif'); }
#navContainer ul li.act a { font-weight:bold; background-image:url('../images/listicon-act.gif'); }

/* navigation - 2. ebene */
#navContainer ul ul { margin:0; }
#navContainer ul ul a {
  background:none !important;
  font-weight:normal !important;
  width:154px;
  font-size:11px !important;
  line-height:16px;
  border:0;
}
#navContainer ul li.act ul li a { font-weight:normal !important; }
#navContainer ul li.act ul li a:hover { font-weight:bold !important; }
#navContainer ul li ul li.act a { font-weight:bold !important; }
#navContainer ul li ul li a:hover { font-weight:bold !important; }

/* navigation - 3. ebene */
#navContainer ul ul ul { margin:0; }
#navContainer ul ul ul a {
  background:none !important;
  font-weight:normal !important;
  width:154px;
  font-size:10px;
  line-height:14px;
  border:0;
}
#navContainer ul li ul li.act ul li a { font-weight:normal !important; }
#navContainer ul li ul li.act ul li a:hover { font-weight:bold !important; }
#navContainer ul li ul li ul li.act a { font-weight:bold !important; }
#navContainer ul li ul li ul li a:hover { font-weight:bold !important; }


/* horizontale navigation */
#navbarHorizontal { position:absolute; top:0px; left:210px; width:563px; height:35px; line-height:35px; overflow:hidden; }
#navbarHorizontal div { height:35px; line-height:35px; }
#navbarHorizontal div a { font-size:11px; color:#000; text-decoration:none; background:url('../images/listicon.gif') 0px center no-repeat; padding-left:15px; }
#navbarHorizontal div select { width:210px; margin-top:8px; color:#888; background:#E9E9EA; border:1px solid #B6B6B7; }

#navHorNewsletter { position:absolute; top:0px; left:0px; width:80px; }
#navHorKontakt { position:absolute; top:0px; left:225px; width:80px; }
#navHorImpressum { position:absolute; top:0px; left:450px; width:80px; }

/* navigation specials */
#navStartseite { margin-bottom:18px !important; }
#navStartseite a { border-bottom:1px solid #bdbdbd; border-top:0; }

#unterNavContainer { width:175px; margin-left:15px; margin-bottom:60px; }
