/*------------------- Subnavigation --------------------------*/

#subnav {
min-height:200px;
height:auto !important;  /* f?r moderne Browser */
height:200px;  /*f?r den IE */
width: 168px;
margin-left: 10px;
margin-top: 63px;
}

* html #subnav {
width: 165px;
}




#subnav .navlegend {
	list-style-type:none;
	margin:0;
	padding:0
}

#subnav .navlegend li {
	margin: 0;
	padding: 0 0 0 7px;
	color: #ffd200;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
font-size: 14px;
}




#subnav .navlegend {width: 168px;}
* html #subnav .navlegend {width: 165px;}

#subnav ul.navroot, #subnav ul.navroot li ul li ul {
	width: 168px;
margin-left: -7px !important
}
* html #subnav ul.navroot, * html #subnav ul.navroot li ul, * html #subnav ul.navroot li ul li ul {
	width: 165px;margin-left: -12px !important
}




*+html #subnav ul.navroot, *+html #subnav ul.navroot li ul, *+html #subnav ul.navroot li ul li ul {
	width: 165px;margin-left: 0 !important
}

#subnav ul.navroot, ul.navroot li ul li ul, ul.navroot li ul li ul li ul {
	font-weight: normal;
	list-style-type: none;
	margin-top: 0;
	padding-top: 0;
	padding-left: 0;
}

#subnav ul.navroot {
	margin-left: -12px;
}


html>body #subnav ul.navroot {
	margin-left: 0;
}


#subnav ul.navroot li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;

}

#subnav ul.navroot li  {
	font-weight: normal;
	text-transform: none;
	padding: 0;
	line-height: 18px;
font-size: 0.9em;
background-color: #960a0b;
}




/* 1 u ebene*/

* html #subnav ul.navroot li  {
font-size: 0.9em;
padding-left: 5px;
width: 167px;
}


/* 2 u ebene*/

* html #subnav ul li ul li ul li {
width: 174px !important;
}



*+html #subnav ul.navroot li {
width: 169px;
margin-top: -3px;
margin-left: -8px;
}

*+html #subnav ul li ul li ul li {
margin-left: 0 !important;
}



#subnav ul.navroot li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 3px 7px 3px;
	/* border-bottom: 1px solid #4f0505; */

}

#subnav ul.navroot li a:hover {
	color: #fff;
	background-color: #4e0606;
}

#subnav ul.navroot li ul li a {
	padding: 4px 4px 4px 15px;
	font-size: 10px;
	line-height: 12px;
	background-color: #4e0606;
}

#subnav ul.navroot li ul li a:hover {
	background-color: #1b0101;
}


#subnav ul.navroot li.active>a {
	color: #ffd200;
	font-weight: bold;
	background-color: #4e0606;
}
#subnav ul.navroot li ul li.active>a {
	color: #ffcc33;
	font-weight: normal;
	background-color: #1b0101;
}
#subnav ul.navroot li ul li ul li.active>a {
	color: #ffcc33;
	background-color: #888;
}

* html #subnav ul.navroot li.active a {color: #ffd200; background-color: #1b0101; } /*3 ebene aktiver punkt */

* html #subnav ul.navroot li.active ul li.active a {color: #ffcc33; background-color: #1b0101;} /*aktiver punkt im aktiven menu */

* html #subnav ul.navroot li.active ul li.active ul li.active a {color: #ffcc33; background-color: #888;} /* ? */

* html #subnav ul.navroot li a {height: 1%; background-color: transparent;} /* 2.ebene punkte */

* html #subnav ul.navroot li ul li a {height: 1%; background-color: #440606;font-size:11px} /* ? */

* html #subnav ul.navroot li ul li ul li a {height: 1%; background-color: #555;} /* ? */


* html #subnav ul.navroot li.active ul li a {color: #fff; background-color: #4e0606;} /* 3 ebene punkte */

* html #subnav ul.navroot li.active ul li.active ul li a {color: #fff; background-color: #000;} /* ? */

/* ---= end subnav =--- */
