#IndexMenu {
	z-index:			900;
}

/* Menü Allgemein */
#AdxMenue {
	min-height:			36px;
	font-size:			13px;
}

#AdxMenue a {
	height:				100%;
	padding:			0px;
	color:				#000000;
	position:			relative;
	display:			block;
	text-decoration:	none;
}

#AdxMenue ul {
	min-height:			0px;
	margin:				0px;
	padding:			0px;
	border:				none;
	display:			block;
	list-style-type:	none;
	background:			url(../images/spacer.gif) repeat;
}

#AdxMenue ul:after {
	content:			".";
	height:				0;
	display:			block;
	visibility:			hidden;
	overflow:			hidden;
	clear:				both;
}

#AdxMenue li {
	margin:				0px 0px 0px 30px;
	padding:			0px;
	border:				none;
	display:			block;
	float:				right;
	position:			relative;
	z-index:			905;
}

#AdxMenue li:hover {
	z-index:			1001;
	white-space:		normal;
	
}



/* 1. Menue-Ebene (und folgende) */
#AdxMenue ul {
}

#AdxMenue ul li {
	/* width:				85px;  Breite der Menuepunkte in der 1. Ebene */
	line-height:		36px;
	text-transform:		uppercase;
	/* background:			url(../images/menu.default.png) top left no-repeat; */
}

#AdxMenue ul li:hover,
#AdxMenue ul li.Active {
	/* background:			url(../images/menu.active.png) top left no-repeat; */
	
}

#AdxMenue ul li a {
	text-align:			center;
	color:				#666666;
	
}

#AdxMenue ul li:hover a,
#AdxMenue ul li.Active a {
	color:				#666;
	text-decoration: 	underline;
	font-weight:		bold;
}

.SFP {
float:right;
width: 176px;
height: 54px;
background: url(../images/menu.end.png);
text-align:			center;
}

.SFP.Active {
float:right;
width: 176px;
height: 54px;
background: url(../images/menu.end.active.png);
text-align:			center;
}

.SMP {
float:right;
width: 176px;
height: 54px;
background: url(../images/menu.std.png);
text-align:			center;
}

.SMP.Active {
float:right;
width: 176px;
height: 54px;
background: url(../images/menu.std.active.png);
text-align:			center;
color:				#ffffff;
}

.SLP {
float:right;
width: 176px;
height: 54px;
background: url(../images/menu.start.png);
text-align:			center;


}
.SLP.Active {
float:right;
width: 176px;
height: 54px;
background: url(../images/menu.start.active.png);
text-align:			center;
}

.IndexSubMenu a {

	color:				#333333;
	line-height:		44px;
	text-decoration:	none;
	/*font-size:			13px;*/
	font-weight:		bold;
	
	
}
.IndexSubMenu a.Active{

	color:				#f0f0f0;
	
}


/* 2. Menue-Ebene (und folgende)
#AdxMenue ul li ul {
	line-height:		normal;
	padding:			10px 30px 30px 30px;
	margin:				-10px 0px 0px -30px;
	visibility:			hidden;
	position:			absolute;
	z-index:			910;
	left:				0px;
	top:				0px;
	line-height:		20px;
}

#AdxMenue ul li:hover>ul {
	visibility:			visible;
	top:				100%;
}

#AdxMenue ul li ul li {
	width:				auto;
	text-transform:		none;
	letter-spacing:		normal;
	font-weight:		normal;
	background:			#FFFFFF;
	float:				none;
	background:			url(../images/menu.sub.png) center top no-repeat;
}

#AdxMenue ul li ul li:hover {
	background:			url(../images/menu.sub.png) center top no-repeat;
}

#AdxMenue ul li ul li.FP {
	padding-top:		5px;
}

#AdxMenue ul li ul li.LP {
	padding-bottom:		20px;
	background:			url(../images/menu.sub.png) center bottom no-repeat;
}

#AdxMenue ul li ul li a {
	color:				#000000;
	width:				145px;
	white-space:		nowrap;
	text-align:			left;
	text-indent:		18px;
}

#AdxMenue ul li ul li a:before {
	content:			"\00BB\00A0";
}

#AdxMenue ul li ul li:hover a {
	text-decoration:	underline;
}
*/