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

#Mainnavi ul {	
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style:none;
	float:right; /*Ausrichtung der Gesamtnavi*/
}

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

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

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

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

.act  {
	color: #192F42 !important;
	border-top:7px solid #FFDA3D !important;
	font-size: 12px !important;
	background-color:#FFF5C5;
}

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

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

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

#Mainnavi ul ul :hover > a.drop {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
}
/* style the third level background */
#Mainnavi ul ul ul a, #Mainnavi ul ul ul a:visited {
	background: #4682B4;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
}
/* style the third level hover */
#Mainnavi 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 */
#Mainnavi ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 24px;
	left: 0px;
	width: 139px;
}
/* another hack for IE5.5 */
* html #Mainnavi ul ul {
	top: 24px;
	t\op: 24px;
}
/* position the third level flyout menu */
#Mainnavi ul ul ul {
	left: 150px;
	top: 0;
	width: 139px;
}
/* position the third level flyout menu for a left flyout */
#Mainnavi ul ul ul.left {
	left: -139px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#Mainnavi table {
	position: absolute;
	top: 0;
	left: 0;
}
/* style the second level links */
#Mainnavi ul ul a, #Mainnavi 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 #Mainnavi ul ul a {
	width: 129px;
	w\idth: 119px;
}
/* style the top level hover */
#Mainnavi a:hover {
	color: #192F42 !important;
	border-top:7px solid #FFDA3D !important;
	font-size: 12px !important;
	background-color:#FFF5C5;
}
#Mainnavi 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;
}
#Mainnavi :hover > a {
	color: #192F42 !important;
	border-top:7px solid #FFDA3D !important;
	font-size: 12px !important;
	background-color:#FFF5C5;
}
#Mainnavi 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 */
#Mainnavi ul li:hover ul, #Mainnavi ul a:hover ul {
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#Mainnavi ul :hover ul ul {
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
#Mainnavi ul :hover ul :hover ul {
	visibility: visible;
}

#Subnavi p {
	display: none;
}

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

#Subnavi 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;
}

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

#Subnavi ul li a {
	width:140px;
	text-align: left;
	display: block;	
	padding: 6px 3px 6px 5px;
	margin: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #192F42;
	text-decoration: none;
	font-weight: bold;
	border-left:5px solid #fff;
	border-bottom:1px solid #BCC7C9;

}

#Subnavi ul li a:hover,link,visited,active {	
    color: #192F42;	
	border-left: 5px solid #FFDA3D;
	background:#FFF5C5;
}

#Subnavi ul li.E1Act a {	
    color: #192F42;	
	border-left: 5px solid #FFDA3D;
	background:#FFF5C5;

}

#Subnavi ul li.E1ActIfSub a {	
    color: #192F42;	
	border-left: 5px solid #FFDA3D;
	background:#FFF5C5;
	border-bottom:none !important;

}

#Subnavi ul li.E1ActIfSub a:hover,link,visited,active  {	
    color: #192F42;	
	border-left: 5px solid #FFDA3D;
	background:#FFF5C5;
}


#Subnavi ul li.E2No a {
	text-align: left;
	display: block;	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #192F42;
	text-decoration: none;
	font-weight: normal;
	padding-left:15px;
	width:130px;
	background:none;
	

}

#Subnavi ul li.E2No a:hover,link,visited,active {
	text-align: left;
	display: block;	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #192F42;
	text-decoration: none;
	font-weight: normal;
	background:none;

}


#Subnavi ul li.E2Act a {
	text-align: left;
	display: block;	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #192F42;
	text-decoration: none;
	font-weight: bold;
	/*border-left: 5px solid #FFDA3D;*/
	padding-left:15px;
	width:130px;
	background:none;
}

#Subnavi ul li.E2Act a:hover,link,visited,active {
	text-align: left;
	display: block;	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #192F42;
	text-decoration: none;
	font-weight: bold;
	/*border-left: 5px solid #FFDA3D;*/
	padding-left:15px;
	width:130px;
	background:none;
}

#Subnavi ul li.E2ActIfSub a {
	text-align: left;
	display: block;	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #192F42;
	text-decoration: none;
	font-weight: bold;
	/*border-left: 5px solid #FFDA3D;*/
	padding-left:15px;
	width:130px;
	background:none;
}

#Subnavi ul li.E3No a {
	text-align: left;
	display: block;	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #192F42;
	text-decoration: none;
	font-weight: normal;
	padding-left:35px;
	width:120px;
	background:none;
	

}

#Subnavi ul li.E3No a:hover,link,visited,active {
	text-align: left;
	display: block;	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #192F42;
	text-decoration: none;
	font-weight: normal;
	background:none;

}


#Subnavi ul li.E3Act a {
	text-align: left;
	display: block;	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #192F42;
	text-decoration: none;
	font-weight: bold;
	/*border-left: 5px solid #FFDA3D;*/
	padding-left:35px;
	width:120px;
	background:none;
}

#Subnavi ul li.E3Act a:hover,link,visited,active {
	text-align: left;
	display: block;	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #192F42;
	text-decoration: none;
	font-weight: bold;
	/*border-left: 5px solid #FFDA3D;*/
	padding-left:35px;
	width:120px;
	background:none;
}



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

#Helpnavi ul li.no {
	text-align: center;
	float: left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;		
	list-style: none;
	list-style-type: none;
	display: block;
	line-height:11px;

}

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

#Helpnavi ul li.no a {
	text-align: center;
	display: block;	
	padding: 0px 4px 0px 4px;
	margin: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	border-right:1px solid #868789;
	line-height:11px;
}

#Helpnavi ul li.last a {
	text-align: center;
	display: block;	
	padding: 0px 4px 0px 4px;
	margin: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	border:none;
	line-height:11px;
}

#Helpnavi ul li.no a:hover,link,visited,active {
	text-align: center;
	display: block;	
	padding: 0px 4px 0px 4px;
	margin: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	background:none;
	line-height:11px;
}

#Helpnavi ul li.last a:hover,link,visited,active {
	text-align: center;
	display: block;	
	padding: 0px 4px 0px 4px;
	margin: 0px;	

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	background:none;
	line-height:11px;
}
