
/* Vertikales Menu*/
#L1{
	padding:0;
	margin: 0 10px 0 5px;
}
#L1 li {
	list-style:none;
	background-color: #fff;
	font-size: 11px;
	margin-bottom: 5px;
	width: 180px;
}

#L1 li a {
	color: #c30;
	display: block;
	text-decoration: none;
	padding: 2px 0 2px 5px;
	font-size: 11px;
	border: 1px solid #c30;
}
#L1 li a:hover,
#L1 li.act a {
	font-size: 11px;
	color: #fff;
	background-color: #c30;
}

/*Ebene 2*/
#L2 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
#L1 #L2 li{
	text-indent: 15px;
	background-color: #fff;
	border: 0;
	margin: 5px 0;
}

#L1 #L2 li a {
	text-indent: 15px;
	background-color: #fff;
	color: #000;
	border: 0;
}
#L1 #L2 li.act a,
#L1 #L2 li a:hover {
	color: #c30;
	background-color: #fff;
}

/*Ebene 3*/
#L3 {
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 100%;
	}
#L1 #L2 #L3 li {
	text-indent: 25px;
	font-size: 11px;
		color: #003300;
	background-color: #FFFFFF;
	font-weight: normal;
	background-position: left top;
	background-repeat: no-repeat;
	}
#L1 #L2 #L3 li a {
	text-indent: 25px;
	font-size: 11px;
	color: #003300;

	background-color: #FFFFFF;
	font-weight: normal;
	background-position: left top;
	background-repeat: no-repeat;
	}

#L1 #L2 #L3 li.act a,
#L1 #L2 #L3 li a:hover {
	color: #003300;

	font-size: 11px;
	background-color: #FFFFFF;
	font-weight: normal;
	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;*/
}


