
/* remove all the bullets, borders and padding from the default list styling */

#NaviE1 ul {	
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style:none;
}

#NaviE1 ul ul li {
	margin: 0px;	
	padding: 0px;	
	list-style-type: none;
}

#NaviE1 ul ul {	
	/*width: 139px;*/
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#NaviE1 li {	
	float: left;	
	/*width: 100px;*/
	position: relative;
	list-style-type: none;
	list-style:none;
}

/* style the links for the top level */
#NaviE1 a, #NaviE1 a:visited {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #113763;
	text-decoration: none;
	font-style:normal;
	font-weight: bold;
	/*width: 100px;*/
	padding: 0px 11px 0px 11px;
    line-height:24px; /*gesamte Zeilenhöhe*/
	border-right:1px solid #fff;

}

.act  {
	color: #F67C17 !important;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #NaviE1 a, * html #NaviE1 a:visited {
	/*width: 139px;
	w\idth: 129px;*/
}

/* style the second level background */
#NaviE1 ul ul a.drop, #NaviE1 ul ul a.drop:visited {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;

}
/* style the second level hover */
#NaviE1 ul ul a.drop:hover {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
}

#NaviE1 ul ul :hover > a.drop {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
}
/* style the third level background */
#NaviE1 ul ul ul a, #NaviE1 ul ul ul a:visited {
	background: #4682B4;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
}
/* style the third level hover */
#NaviE1 ul ul ul a:hover {
	background: #b2ab9b;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#NaviE1 ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 24px;
	left: 0px;
	width: 139px;
}
/* another hack for IE5.5 */
* html #NaviE1 ul ul {
	top: 24px;
	t\op: 24px;
}
/* position the third level flyout menu */
#NaviE1 ul ul ul {
	left: 150px;
	top: 0;
	width: 139px;
}
/* position the third level flyout menu for a left flyout */
#NaviE1 ul ul ul.left {
	left: -139px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#NaviE1 table {
	position: absolute;
	top: 0;
	left: 0;
}
/* style the second level links */
#NaviE1 ul ul a, #NaviE1 ul ul a:visited {
	/*background: #B9B9B4;	
	color: #000; */
	
	background: #F67C17;	
	color: #fff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 119px;
	border-bottom:1px solid #fff;
	border-right:none;
}

/* yet another hack for IE5.5 */
* html #NaviE1 ul ul a {
	width: 129px;
	w\idth: 119px;
}
/* style the top level hover */
#NaviE1 a:hover {
	color: #F67C17;
	background:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#NaviE1 ul ul a:hover {
	/*color: #fff;
	background: #CC1622; */
	
	color: #F67C17 !important;
	background: #fff !important;
	border-bottom:1px solid #F67C17;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;
}
#NaviE1 :hover > a {
	color: #F67C17;
	background:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#NaviE1 ul ul :hover > a {
	color: #fff;
	background: #F67C17;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
}

/* make the second level visible when hover on first level list OR link */
#NaviE1 ul li:hover ul, #NaviE1 ul a:hover ul {
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#NaviE1 ul :hover ul ul {
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
#NaviE1 ul :hover ul :hover ul {
	visibility: visible;
}

#Hilfsnavi ul {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	float: right;
}

#Hilfsnavi ul li {
	text-align: center;
	float: left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #868789;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;		
	list-style: none;
	list-style-type: none;
	display: block;
}

#Hilfsnavi ul li a {
	text-align: center;
	display: block;	
	padding: 0px 4px 0px 4px;
	margin: 0px;	
	vertical-align: bottom;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #868789;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	/*border-right:1px solid #ffffff;*/
}

#Hilfsnavi ul li a:hover,link,visited,active {
	text-align: center;
	display: block;	
	padding: 0px 4px 0px 4px;
	margin: 0px;	
	vertical-align: bottom;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #868789;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	background:none;
}

#NaviE1E2 p {
	display: none;
}

#NaviE1E2 ul {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;	
}

#NaviE1E2 ul li {
	line-height:18px;
	text-align: center;
	float: left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #CC1622;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-type: none;
	background: none !important;
}

#NaviE1E2 ul li a {
	text-align: center;
	display: block;	
	padding: 1px 8px 0px 8px;
	margin: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #CC1622;
	text-decoration: none;
	background: none !important;
}

#NaviE1E2 ul li a:hover,link,visited,active {
	color: #CC1622;
	text-decoration:underline;
	background: none !important;
}

#NaviE1E2 ul li.act a {
	color: #CC1622;
	text-decoration:underline;
	background: none !important;
}

#NaviE1E2 ul li.act {
	color: #CC1622;
	text-decoration:underline;
	background: none !important;
}




#Rootline span {
	line-height:20px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #868789;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	display:block;
	float:left;
}

#Rootline p {
	display: none;
	line-height:20px;
}

#Rootline ul {	
	line-height:20px;
	list-style: none;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #868789;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	display:block;
	float:left;
}

#Rootline ul li {	
	line-height:20px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #868789;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	display:block;
	float:left;
}

#Rootline ul li a {
	line-height:20px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #868789;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	background: none;
}

#Rootline ul li a:hover,link,visited,active {	
	line-height:20px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #868789;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}

#Hilfsnavi ul {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
}

#Hilfsnavi ul li {
	text-align: center;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;		
	list-style: none;
	list-style-type: none;
	display: block;
}

#Hilfsnavi ul li a {
	text-align: center;
	display: block;	
	padding: 0px 4px 0px 4px;
	margin: 0px;	
	vertical-align: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #113763;
	text-decoration: none;
	font-style:normal;
}


#Hilfsnavi ul li.act a {
	color: #113763;

}


#Hilfsnavi ul li.act {
	color: #113763;

}


#Hilfsnavi ul li a:hover,link,visited,active {
	color: #113763;
	background:none;
}

#NaviE2 p {
	display: none;
}

#NaviE2 ul {
	list-style-type: none;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#NaviE2 ul li {
	list-style-type: none;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #D40000;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#NaviE2 ul li {
	list-style-type: none;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #D40000;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#NaviE2 ul li a {
	width:140px;
	text-align: left;
	display: block;	
	padding: 6px 3px 6px 30px;
	margin: 0px;	
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	/*background-image: url(../Bilder/NaviE2NoPunkt.gif);
	background-position:12px 10px; 
	background-repeat:no-repeat;*/
}

#NaviE2 ul li a:hover,link,visited,active {	
    color: #ffffff;	
	background-image: url(../Bilder/NaviE2Punkt.gif);
	background-position:12px 10px; /*x y*/
	background-repeat:no-repeat;

}

#NaviE2 ul li.E1Act a {	
	background-image: url(../Bilder/NaviE2Punkt.gif);
	background-position:12px 10px; 
	background-repeat:no-repeat;

}

#NaviE2 ul li.E1ActIfSub a {	
    color: #ffffff;	
	background-image: url(../Bilder/NaviE2Punkt.gif);
	background-position:5px 7px;
	background-repeat:no-repeat;
}

#NaviE2 ul li.E1ActIfSub a:hover,link,visited,active  {	
    color: #ffffff;	
	background-image: url(../Bilder/NaviE2Punkt.gif);
	background-position:5px 7px;
	background-repeat:no-repeat;
}


#NaviE2 ul li.E2No a {
	width:126px;
	text-align: left;
	display: block;	
	padding: 4px 3px 4px 45px;
	margin: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background:none;
	font-weight: normal;
}

#NaviE2 ul li.E2No a:hover,link,visited,active {
	background-image: url(../Bilder/NaviE3Punkt.gif);
	background-position:27px 10px;
	background-repeat:no-repeat;
	color: #fff;
	font-weight: normal;

}


#NaviE2 ul li.E2Act a {
	font-weight: normal;
	width: 126px;
	padding: 4px 3px 4px 45px;
	background-image: url(../Bilder/NaviE3Punkt.gif);
	background-position:27px 10px;
	background-repeat:no-repeat;
	font-weight: normal;
		font-size: 12px;
}

#NaviE2 ul li.E2Act a:hover,link,visited,active {
	width: 126px;
	padding: 4px 3px 4px 45px;
	background-image: url(../Bilder/NaviE3Punkt.gif);
	background-position:27px 10px;
	background-repeat:no-repeat;
	font-weight: normal;
	font-size: 12px;
}
