/* CSS Document */
#nav { margin-left: 0px;
		padding-left: 0px;
		}

#nav ul {
	float: left;
	width: auto;
	list-style-type: none;
	font-weight: bold;
	padding: 0;
/*	border: solid #eda;
	border-width: 1px 0;*/
	margin: 0 0 1em 0;
	z-index:7;
	}
	 

#nav a {
	display: block;
	width: auto;
	w\idth:auto;
	color:#526378;
	text-decoration: none;
	padding: 2px  4px  2px  4px;
	/*border-right-color:#fff;
	border-right-style: solid;
	border-right-width: 1px;*/
	font-size: 95%;
	list-style: none;
	font-weight: bold;
	border-bottom-color:#fff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	
}
#nav a:hover {
		border-bottom-color:#C5C5C5;
		border-bottom-style: solid;
		border-bottom-width: 1px;
}
#subnav  a {
	display: block;
	color:#526378;
	text-decoration: none;
	/*padding: 11px  4px  7px  4px;
	border-right-color:#fff;
	border-right-style: solid;
	border-right-width: 1px;*/
	font-size: 95%;
	list-style: none;
	font-weight: bold;


	
	
	
}
#subnav  a:hover {
	 background-color:#7B0810;
	border-bottom-color:#C5C5C5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#nav a.daddy {
	background: url(../img/design01/pfeilsub.png) right no-repeat;
	}

#nav li {
	float: left;
	padding: 0;
	width: auto;
    list-style-type: none;
	
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	/*submenu hg*/
	width: 16em;
	w\idth: 12em;
	font-weight: normal;
/*	border-width: 1px;*/
	list-style: none;

		
}

#nav li li {
/*        padding: 0.25em  0.15em 0.15em 1em;
        margin-left: - 1.5em;*/
}

#nav li ul a {
	/*breite vom submenue*/
	width: 16em;
	w\idth: 12em;
    height: 15px;
	font-size: 95%;
	background-image: none;
	height:auto;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
    color:#fff;
	z-index:10;
	list-style: none;
	font-weight: normal;
}

#nav li ul ul {
	margin: -1.75em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	eft: auto;
	 
}

#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;
	background-color: #A51721;
	color: #ffffff;

	
}

#nav li:hover, #nav li.sfhover {
		
			color: #ffffff;
		
	
}

#menuetrenn { /*
	background-image: url(../img/design01/menuetrenn.gif);
	background-position: right top;
	background-repeat: no-repeat;*/
list-style: none;

}	

#active {
	display: block;
	/*background-image:url(../img/design01/nav_activ.gif);
	background-position: right top;
	background-repeat: no-repeat;*/
	color: white;
	z-index: 6;

	
	
}	
#active a{
/*
		background-image:url(../img/design01/nav_activ.gif);
		z-index:3;*/
		
		border-bottom-color:#A51721;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		list-style: none;
}	
