/* Layer (div) in dem sich das Menü befindet */
#Menu {
	/* Beim IE der Abstand von links */
	margin-left: 0;
	/* Oberer Menü-Abstand */
	margin-top: 10px;
}

#Menu ul {
	margin: 0 0 0 0;
	/* Beim Mozilla die Einrückung und der Abstand von links*/
	padding: 0 0 0 12px;
}

#Menu li {
	/* background: transparent url(../img/tc_small_inactive.gif)	left top no-repeat; */
	margin: 0 0 1 0;
	padding: 0 0 0 10;
	list-style-type: none;
	list-style-image: url(leer.gif);
	line-height: 11pt;
	/*font-size: 9pt;*/
}

ul.ebenen {
	padding-left: 0px;
	padding: 0 0 0 0;
}

li.menue_ebene1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
	background-image:url(imag/nav/nav_arrow_orange_full_right.gif);
	background-repeat: no-repeat;
	list-style-position:outside;
}

li.menue_ebene1_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #FF6600;
	background-image:url(images/nav/nav_arrow_orange_full_down.gif);
	background-repeat: no-repeat;
	list-style-position:outside;
}

li.menue_ebene1 a:link{
	text-decoration: none;
	color: #666666;
}

li.menue_ebene1 a:visited{
	text-decoration: none;
	color: #666666;
}

li.menue_ebene1_active a:link{
	text-decoration: none;
	color: #FF6600;
}

li.menue_ebene1_active a:visited{
	text-decoration: none;
	color: #FF6600;
}

li.menue_ebene1 a:hover{
	text-decoration: none;
	color: #FF6600;
}

li.menue_ebene1_active a:hover{
	text-decoration: none;
	color: #FF6600;
}

li.menue_ebene2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	background: url(images/nav/nav_arrow_grey_right.gif);
	background-repeat: no-repeat;
	list-style-position:outside;
}

li.menue_ebene2_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF6600;
	background-image:url(images/nav/nav_arrow_orange_down.gif);
	background-repeat: no-repeat;
	list-style-position:outside;
}

/*  VERHALTEN FÜR MOUSE OVER UND FÜR BESUCHTE LINKS DER ERSTEN EBENE
hoffe es ist irgendwie verwendbar */


li.menue_ebene2 a:link{
	text-decoration: none;
	color: #333333;
}

li.menue_ebene2 a:visited{
	text-decoration: none;
	color: #333333;
}

li.menue_ebene2_active a:link{
	text-decoration: none;
	color: #FF6600;
}

li.menue_ebene2_active a:visited{
	text-decoration: none;
	color: #FF6600;
}

li.menue_ebene2 a:hover{
	text-decoration: none;
	color: #FF6600;
}

li.menue_ebene2_active a:hover{
	text-decoration: none;
	color: #FF6600;
}


li.menue_ebene3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	/* line-height: 12px; */
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	background-image:url(images/nav/nav_arrow_grey_right.gif);
	background-repeat: no-repeat;
	list-style-position:outside;
	padding-left: 0px;
}

li.menue_ebene3_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	/* line-height: 12px; */
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
	background-image:url(images/nav/nav_arrow_orange_down.gif);
	background-repeat: no-repeat;
	list-style-position:outside;
	padding-left: 0px;
}

/*  VERHALTEN FÜR MOUSE OVER UND FÜR BESUCHTE LINKS DER ERSTEN EBENE
hoffe es ist irgendwie verwendbar */


li.menue_ebene3 a:link{
	text-decoration: none;
	color: #333333;
}

li.menue_ebene3 a:visited{
	color: #333333;
	text-decoration: none;
}

/* im Mozilla für die richtige Darstellung der tieferen Menüebenen
Bein IE färbt es die ganze unterste Ebene orange */


li.menue_ebene3_active a:link{
	text-decoration: none;
	color: #FF6600;
}

li.menue_ebene3_active a:visited{
	color: #FF6600;
	text-decoration: none;
}



li.menue_ebene3 a:hover{
	text-decoration: none;
	color: #FF6600;
}

li.menue_ebene3_active a:hover{
	text-decoration: none;
	color: #FF6600;
}





























