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

/* navigation - 1. ebene */
#navContainer ul { list-style-type:none;  padding:0; }
#navContainer li { margin:0; }
#navContainer a {
  text-align:right;
  color:#000000;
  display:block;
  text-decoration:none;
  width:196px;
  font-size:12px;
  line-height:24px;
  padding-right: 21px;
  color:#0063C6;
}
#navContainer ul li a:hover { font-weight:bold; background:url('../images/nav_pfeil.png') right center no-repeat; }
#navContainer ul li.act a { font-weight:bold; background:url('../images/nav_pfeil.png') right center no-repeat; }

/* navigation - 2. ebene */
#navContainer ul ul { margin:0; background: url(../images/subnav_zeile_mitte.gif) repeat-y;}
#navContainer ul ul li:last-child { background: url(../images/subnav_zeile_fuss.gif) left bottom no-repeat; height: 20px; padding-bottom:5px; }
#navContainer ul ul li:first-child { background: url(../images/subnav_bg_kopf.gif) left top no-repeat; height: 20px; padding-top:5px; }

#navContainer ul ul a {
  background:none !important;
  font-weight:normal !important;
  font-size:11px;
  line-height:20px;
  border:0;
  color: #fff;
}
#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; background:url('../images/subnav_pfeil.png') right center no-repeat !important; }
#navContainer ul li ul li a:hover { font-weight:bold; background:url('../images/subnav_pfeil.png') right center no-repeat !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: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; }

/* navigation - 4. ebene *//*
#navContainer ul ul ul ul { margin:0; }
#navContainer ul ul ul ul a {
  font-weight:normal !important;
  padding-left:60px;
  width:104px;
  font-size:9px;
  line-height:14px;
  border:0;
}
#navContainer ul li ul li ul li.act ul li a { font-weight:normal !important; }
#navContainer ul li ul li ul li.act ul li a:hover { font-weight:bold !important; }
#navContainer ul li ul li ul li ul li.act a { font-weight:bold !important; }
#navContainer ul li ul li ul li ul li a:hover { font-weight:bold !important; }
*/

/* navigation specials */
#navNotfaelle a{ color:#c60000 !important; font-weight: bold;}
/*#navLeistungen a, #navBesonderheiten a{font-weight: bold;}*/
