/* navigation */
#navContainer { width:180px; min-height:400px; margin-bottom:10px; }

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

/* navigation - 2. ebene */
#navContainer ul ul { margin:0; }
#navContainer ul ul a {
  font-weight:normal !important;
  width:150px;
  padding:0 0 0 17px;
  font-size:10px;
  line-height:14px;
  border:0;
  background:url('../images/sublisticon.gif') 5px center no-repeat;

}
#navContainer ul li.act ul li a { background:url('../images/sublisticon.gif') 5px center no-repeat; font-size:10px; font-weight:normal !important; }
#navContainer ul li.act ul li a:hover { background:url('../images/sublisticon-act.gif') 5px center no-repeat; font-size:10px; font-weight:bold !important; }
#navContainer ul li ul li.act a { background:url('../images/sublisticon-act.gif') 5px center no-repeat; font-size:10px; font-weight:bold !important; }
#navContainer ul li ul li a:hover { background:url('../images/sublisticon-act.gif') 5px center no-repeat; font-size:10px; 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 */
/*#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; }
*/
