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

/* navigation - 1. ebene */
#navContainer ul { list-style-type:none; margin:0 0 0 25px; padding:0; }
#navContainer li { margin:0 0 1px 0; }
#navContainer a {
  background:url('../images/listicon.gif') 0px center no-repeat;
  color:#000000 !important;;
  display:block;
  text-decoration:none;
  padding-left:17px;
  width:143px;
  font-size:12px;
  line-height:20px;
  border-top:1px solid #f39526;
}
#navContainer ul li a:hover { font-size:12px; color:#000 !important; font-weight:bold; background-image:url('../images/listicon-act.gif'); }
#navContainer ul li.act a { font-size:12px; color:#f39526 !important; 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;
  padding-left:17px;
  width:143px;
  font-size:10px !important;
  line-height:16px;
  border:0;
  color:#000 !important;
}
#navContainer ul li.act ul li a { font-weight:normal !important; color:#000 !important;}
#navContainer ul li.act ul li a:hover { font-size:10px; font-weight:bold !important; color:#000 !important; }
#navContainer ul li ul li.act a { font-size:10px; font-weight:bold !important; color:#f39526 !important; }
#navContainer ul li ul li a:hover { font-size:10px; font-weight:bold !important; color:#000 !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 */
#navSitemap a{ border-bottom:1px solid #f39526; }
/*#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; }*/
#sprechstunde { 
	background:url('../images/sprechstunde_quadrat.gif') left repeat-y; 
	padding:5px 0 0 30px; 
	color:#f39526;
	font-weight:bold;
	line-height:16px;
	font-size:12px;
	margin-top:30px;
	
}
#sprechstunde img { margin-top:-3px; margin-bottom:5px; }

