.Menu{
	font-size: 12px;
	/*width: 100%;*/
	color: #000000;
	height: 24px;
	
}
/* Vertikales Menu*/
#L1{
	padding:0;
	margin:0;
}
#L1 li {
list-style:none;
	/*background-image: url(../images/navli.gif);
	background-position: left top;
	background-repeat: no-repeat;*/
	background-color: #999999;
	/*text-indent: 35px;*/
	text-indent: 15px;
	font-size: 12px;
}

#L1 li a {
	color: #000000;
	font-weight: bold;
	display: block;
	border-top: 1px solid #FFFFFF;
	text-decoration: none;
	padding: 4px 0 5px 0;
	font-size: 12px;
}
#L1 li a:hover,
#L1 li.act a {
	/*background-image: url(../images/navli.gif);
	background-position: left top;
	background-repeat: no-repeat;*/
	background-color: #F41010;
	font-size: 12px;
	
}
/*Ebene 2*/
#L2 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: none;
	}
#L1 #L2 li{
	background-image: none;
	text-indent: 15px;
	background-color: #CCCCCC;
} 

#L1 #L2 li a {
	background-image: none;
	text-indent: 15px;
	background-color: #CCCCCC;
	color: #000000;
} 
#L1 #L2 li.act a,
#L1 #L2 li a:hover {
	color: #F41010;
	background-image: none;
	background-color: #CCCCCC;
}
/*Ebene 3*/
#L3 {
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 100%;
	}
#L1 #L2 #L3 li {
	text-indent: 25px;
	font-size: 11px;
		color: #000000;
	background-color: #E0E0E0;
	font-weight: normal;
	background-image: url(../images/navli3-act.gif);
	background-position: left top;
	background-repeat: no-repeat;
	} 
#L1 #L2 #L3 li a {
	text-indent: 25px;
	font-size: 11px;
	color: #000000;
	
	background-color: #E0E0E0;
	font-weight: normal;
	background-image: url(../images/navli3-act.gif);
	background-position: left top;
	background-repeat: no-repeat;
	} 

#L1 #L2 #L3 li.act a,
#L1 #L2 #L3 li a:hover {
	color: #F41010;
	
	font-size: 11px;
	background-color: #E0E0E0;
	font-weight: normal;
	background-image: url(../images/navli3.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}

/*Shortcut Menu*/
/*
	Short-Navigation (ul, li, a)
*/
ul.shortcut * {
	font-size: 12px;
	
			}
ul.shortcut {
	padding-left:15px;
	margin: 0px;
}
ul.shortcut li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	/*display: block;
	position: relative;*/
	float: right;
}
ul.shortcut li a {
	color: #000000;
	/*text-transform: none;*/
	padding: 5px 20px 5px 0px;
	/*display: block;*/
	font-weight: bold;
	text-decoration: none;
	/*float: right;
	position: relative;*/
}
ul.shortcut li a:hover,
ul.shortcut li.act a {
	color: #FF0000;
	text-transform: none;
	padding: 5px 20px 5px 0px;
	/*display: block;*/
	font-weight: bold;
	text-decoration: none;
	/*float: right;
	position: relative;*/
}


