/* navigation */
#navContainer { width:159px; margin:0px 0 10px 10px; padding:9px 0; background:url('../images/bg-menu.jpg'); }

/* navigation - 1. ebene */
#navContainer ul { list-style-type:none; margin:0 0 0 14px; padding:0; }
#navContainer li { margin:0 0 1px 0; }
#navContainer a {
  /* background:url('../images/listicon.gif') 15px center no-repeat; */
  color:#fff;
  display:block;
  text-decoration:none;
  padding-left:0px;
  width:135px;
  font-size:12px;
  font-weight:bold;
  line-height:21px;
  border-top:1px solid #999;
}
#navContainer ul li a:hover { color:#555; font-size:12px; font-weight:bold; }
#navContainer ul li.act a   { color:#555; font-size:12px; font-weight:bold; }

/* navigation - 2. ebene */
#navContainer ul ul { margin:0; }
#navContainer ul ul a {
  background:none !important;
  color:#fff !important;
  font-weight:normal !important;
  padding-left:14px;
  width:120px;
  font-size:12px;
  font-weight:bold !important;
  line-height:12px;
  border:0;
  margin-bottom:7px;
}
/* #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   { color:#555 !important; font-weight:bold !important; }
#navContainer ul li ul li a:hover { color:#555 !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:28px;
  width:106px;
  font-size:12px;
  line-height:16px;
  border:0;
}
#navContainer ul li ul li.act ul li a { font-weight:normal !important; }

/* navigation specials */
#nav-oben    { margin-left:0px; }
#nav-oben ul { list-style-type:none; margin:0; padding:0; }
#nav-oben li { width:83px; height:17px; float:left; margin:0 1px; padding-top:2px; background:url('../images/bg-button.gif');
               color:#fff; font-size:10px; text-align:center; }
#nav-oben li.nav-oben-activ { background:url('../images/bg-button-activ.gif'); }

#nav-oben a                   { display:block; color:#fff; text-decoration:none; }
#nav-oben li.nav-oben-activ a, #nav-oben li a:hover { color:#555; }

#navSitemap  { width:135px; border-bottom:1px solid #999; }

/*
#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; }
*/