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

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

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

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

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

/* style the links for the top level */
#Hauptnavi a, #Hauptnavi a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:normal;	font-size: 12px;
	text-decoration: none;
	color: #fff;
	/*width: 100px;*/
	padding: 0px 10px 0px 10px;
	line-height: 21px;
	border-right:1px solid #fff;
}

.act  {
	color: #CC1622 !important;
	background-color: #fff;
}

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

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

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

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

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

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

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

#Hilfsnavi ul li.no {
	text-align: center;
	float: left;	
	font-family: 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;
	line-height:11px;

}

#Hilfsnavi ul li.last {
	text-align: center;
	float: left;	
	font-family: 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;
	line-height:11px;
}

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

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

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

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

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

#HauptnaviE2 p {
	display: none;
}

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

#HauptnaviE2 ul li {
	line-height:18px;
	text-align: center;
	float: left;	
	font-family: 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;
}

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

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

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

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




#Rootline span {
	line-height:20px;	font-family: 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: 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: 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: 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: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #868789;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}