@charset "UTF-8";

/* navigation */
#navContainer { width:205px; min-height:300px; margin-bottom:10px; margin-top: 43px; }
/* mobile navigation */
.slicknav_menu, #navContainerMobil { display:none; }

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

/* navigation - 2. ebene */
#navContainer ul ul { margin:-2px 0 5px 0; }
#navContainer ul ul a {
  background:url('../images/sublisticon.gif') no-repeat right 7px !important;
  /* background:#ffff00 url('../images/sublisticon.gif') 7px right no-repeat !important; */
  font-weight:normal !important;
  padding-right:10px;
  width:173px;
  font-size:11px;
  line-height:18px;
}
#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; }
#navContainer ul li ul li a:hover { font-weight:bold !important; }

/* navigation - 3. ebene */
#navContainer ul ul ul { margin:0 10px 3px 0; }
#navContainer ul ul ul a {
  background:url('../images/sublisticon.png') no-repeat right 5px !important;
  font-weight:normal !important;
  padding-right:10px;
  width:162px;
  font-size:10px;
  line-height:14px;
}
#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;
}
#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 */
#navBegutachtung a, #navBeratung a, #navBaubegleitung a{
	color:#d10000; font-weight:bold; }