/* navigation */
#navContainer { width:182px; min-height:400px; margin:12px 0 10px 0; }

/* navigation - 1. ebene */
#navContainer ul { list-style-type:none; margin:0 0 0 1px; padding:0; }
#navContainer li { margin:0 0 1px 0; }
#navContainer a {
  background:url('../images/listicon.gif') 15px center no-repeat;
  color:#000;
  display:block;
  text-decoration:none;
  padding-left:30px;
  width:134px;
  font-size:12px;
  line-height:20px;
  /* border-top:1px solid #bdbdbd; */
}
#navContainer ul li a:hover { font-size:12px; color:#000; font-weight:bold; background-image:url('../images/listicon-hover.gif'); }
#navContainer ul li.act a   { font-size:12px; color:#828282; 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;
  color:#000;
  font-weight:normal !important;
  padding-left:30px;
  width:146px;
  font-size:11px !important;
  line-height:18px;
  border:0;
}
#navContainer ul li.act ul li a { font-weight:normal !important; }
#navContainer ul li.act ul li a:hover { font-size:11px; font-weight:bold !important; }
#navContainer ul li ul li.act a { font-size:11px; font-weight:bold !important; }
#navContainer ul li ul li a:hover { font-size:11px; font-weight:bold !important; }

/* navigation - 3. ebene */
#navContainer ul ul ul { margin:0; }
#navContainer ul ul ul a {
  font-weight:normal !important;
  padding-left:40px;
  width:136px;
  font-size:10px !important;
  line-height:16px;
  border:0;
}
#navContainer ul li ul li.act ul li a { font-weight:normal !important; }

/* navigation specials */
#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; }