.menu {
	position:absolute;
	top:145px !important;
	top:147px;
	left:32px !important;
	left:32px;
}

/** erste Ebene **/
.level-1, .level-1-act, .level-1-hover {
	font-family:Arial; font-size:12px; font-weight:bold; text-transform:uppercase;;
	display:block;
	width:136px;
	height:16px;
	background:#707172;
	color:#FFFFFF;
	border:3px solid #FFFFFF;
	padding-left:3px;
	padding-top:2px;
	cursor:pointer;
}
.level-1 a:link, .level-1 a:active, .level-1 a:visited { 	width:136px;
	height:16px;display:block; color:#FFFFFF; text-decoration:none; }
.level-1-hover a:link, .level-1-hover a:active, .level-1-hover a:visited { 	width:136px;
	height:16px;display:block; color:#c5c7c8; text-decoration:none; }
.level-1-act a:visited, .level-1-act a:link, .level-1-act a:active { 	width:136px;
	height:16px;display:block; color:#c5c7c8; text-decoration:none; }
.level-1 a:hover, .level-1-act a:hover, .level-1-hover a:hover { 	width:136px;
	height:16px;display:block; color:#c5c7c8; background:#707172; text-decoration:none; }

.level-1:hover, .level-1-act:hover { display:block; color:#c5c7c8; background:#707172; }
.level-1-hover { display:block; background:#707172; color:#c5c7c8; }

/** zweite Ebene **/
.level-2, .level-2-act, .level-2-hover {
	font-family:Arial; font-size:8pt; font-weight:normal;
	display:block;
	width:136px;
	height:16px;	
	background:#e4312a;
	border:3px solid #FFFFFF;
	padding-left:3px;
	padding-top:2px;
}
.level-2 a:link, .level-2 a:active, .level-2 a:visited { 	width:136px;
	height:16px;display:block; color:#FFFFFF; text-decoration:none; }
.level-2-hover a:link, .level-2-hover a:active, .level-2-hover a:visited { 	width:136px;
	height:16px;display:block; color:#F3A68F; text-decoration:none; }
.level-2-act a:link, .level-2-act a:active, .level-2-act a:visited { 	width:136px;
	height:16px;display:block; color:#F3A68F; }
.level-2 a:hover, .level-2-act a:hover, .level-2-hover a:hover { 	width:136px;
	height:16px;display:block; color:#F3A68F; background:#e4312a; text-decoration:none; }

.level-2:hover, .level-2-act:hover { 	width:136px;
	height:16px;display:block; color:#F3A68F; background:#e4312a; }
.level-2-hover { 	width:136px;
	height:16px;display:block; color:#F3A68F; background:#e4312a; }

/** dritte Ebene **/
.level-3, .level-3-act {
	font-family:Arial; font-size:8pt; font-weight:bold;
	display:block;
	width:136px;
	height:16px;	
	background:#eceded;
	border:3px solid #FFF; border-bottom-width:0px;
	padding-left:3px;
	padding-top:2px;
}
.level-3-act {
	display:block; background:#b1b2b4;
}
.level-3 a:link, .level-3 a:visited, .level-3 a:active, .level-3 a:hover {
	display:block; color:#727778;
	text-decoration:none;
	width:136px;
	height:16px;	
}
.level-3-act a:link, .level-3-act a:visited, .level-3-act a:active, .level-3-act a:hover {
	display:block; color:#FFF;
	text-decoration:none;
	width:136px;
	height:16px;	
}


/** vierte Ebene **/
.level-4, .level-4-act {
	font-family:Arial; font-size:8pt; font-weight:normal; font-style:italic;
	display:block;
	width:139px !important;
	width:126px;
	height:16px;
	margin-left:3px;
	background:#eceded;
}
.level-4-act {
	display:block; text-decoration:none;
	padding-left:0px;
	width:126px !important;
	width:126px;
	height:16px;
	background-image:url("/fileadmin/images/pfeil-aktiv.gif");
	background-repeat:no-repeat;
	background-position:left;
	padding-left:13px;
}
.level-4 a:link, .level-4 a:visited, .level-4 a:active {
	width:126px;
	height:16px;
	display:block; color:#727778;
	text-decoration:none;
	padding-left:13px;
}
.level-4 a:hover {
	width:126px;
	height:16px;
	display:block; color:#727778;
	text-decoration:underline;
	background-image:url("/fileadmin/images/pfeil-aktiv.gif");
	background-repeat:no-repeat;
	background-position:left;
	padding-left:13px;
}
.level-4-act a:link, .level-4-act a:visited, .level-4-act a:active, .level-4-act a:hover {
	display:block; color:#727778;
	text-decoration:underline;
	width:126px;
	height:16px;
}