/* Hauptnavigation Start */

#nav, #nav ul {
	z-index: 200;
	float: left;
	width: 969px;
	list-style: none;
	line-height: 1em;
	font-weight: bold;
	padding: 0;
	border-width: 2px;
	margin: 0 0 0 0;
}

 
#nav a {
	display: block;
	width: 119px;
	line-height: 2.25em;
	color: #403E3F;
	font-weight: bold;
	text-align: center;
	text-decoration: none;

}

#nav a:hover {
	display: block;
	width: 119px;
	line-height: 2.25em;
	color: #4C84E5;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
 
#nav li.menuparent {
	background: url(../img/arrow.gif) no-repeat 95% 55%;
}
 
#nav li {
	float: left;
	padding: 0;
	width: 119px;
	height: 25px;
	/*border-left: 1px solid #d6d6d6;*/
	border-right: 1px solid #d6d6d6;
}

/* Hauptnavigation Ende */
/* Sub-Navigation Start */
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	font-weight: normal;
	background: url(../img/bg_subnav.gif) bottom left no-repeat;
	border-width: 1px 1px 1px 1px;
	margin: 0;
		
}
 
#nav li li {
	float: left;
	padding: 0;
	width: 179px;
	height: 25px;
	/*border-left: 1px solid #d6d6d6;*/
	border-right: 1px solid #d6d6d6;
}
 
#nav li ul a {
	width: 179px;
	padding-left: 27px;
	background-image: url('../img/pfeil.gif');
 	background-repeat: no-repeat;
 	text-align: left;
}

#nav li ul a:hover {
	width: 179px;
	color: #4c84e5;  /* altes Gelb -->#ffdc00 */
	padding-left: 27px;
	text-align: left;
}


* html #nav li ul ul {
	border-width: 1px;
	margin: -2.35em 0 0 15em;
}
 
#nav li ul ul {
	border-width: 1px;
	margin: -2.3em 0 0 14em;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 
#nav li:hover, #nav li.sfhover {
	background: transparent;
}

#nav li li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	font-weight: normal;
	background: url(../img/bg_subnav.gif) bottom left no-repeat;
	/*border-top: 1px solid #d6d6d6;*/
	/*border-right: 1px solid #d6d6d6;*/
	border-width: 1px 1px 1px 1px;
	margin: -27px 0 0 179px;
		
}