#left-menu ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

#left-menu ul a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	display: block;
}

#left-menu ul li {
	display: block;
	padding: 0px; /* Grösse der Umrandung der linken Untermenü-Buttons */
	margin: 0px;
	background: #FFFFFF; /* Umrandung der linken Untermenü-Buttons */
}

#left-menu li.left-level-1-no a {
	height: auto;
	text-decoration:none;
	display: block;
	padding: 0px 20px 3px 15px;
	background: #F5F2ED; /* Farbe der linken Untermenü-Buttons */
	color: #4B4B4B; /* Farbe der Schrift der linken Untermenü-Buttons */
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F5F2ED; /* Farbe der Oberkante der linken Untermenü-Buttons */
	border-bottom-color: #4B4B4B; /* Farbe der Unterkante der linken Untermenü-Buttons */
}

#left-menu li.left-level-1-no a:hover, #left-menu li.left-level-1-act a {
	height: auto;
	text-decoration: none;
	display: block;
	padding: 0px 0px 3px 15px;
	background: #F5F2ED; /* Farbe der linken Untermenü-Buttons bei mouseover */
	color: #FF0000; /* Farbe der Schrift der linken Untermenü-Buttons bei mouseover */
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F5F2ED; /* Farbe der Oberkante der linken Untermenü-Buttons bei mouseover */
	border-bottom-color: #4B4B4B; /* Farbe der Unterkante der linken Untermenü-Buttons bei mouseover */
}

#left-menu li.left-level-2-no a { /* gleiche wie oben - ist Untermenü des Untermenüs */
	height: auto;
	text-decoration: none;
	display: block;
	padding: 3px 6px 3px 40px;
	background: #F5F2ED; 
	color: #4B4B4B;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F5F2ED;
	border-bottom-color: #4B4B4B;
}

#left-menu li.left-level-2-no a:hover, #left-menu li.left-level-2-act a { /* gleiche wie oben - ist Untermenü des Untermenüs mit mouseover */
	height: auto;
	text-decoration: none;
	display: block;
	padding: 3px 6px 3px 40px;
	background: #F5F2ED;
	color: #FF0000;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F5F2ED;
	border-bottom-color: #4B4B4B;
}

#left-menu li.left-level-3-no a {
	height: auto;
	text-decoration: none;
	display: block;
	padding: 3px 6px 3px 50px;
	background: #F5F2ED;
	color: #4B4B4B;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F5F2ED;
	border-bottom-color: #4B4B4B;
}

#left-menu li.left-level-3-no a:hover, #left-menu li.left-level-3-act a {
	height: auto;
	text-decoration: none;
	display: block;
	padding: 3px 6px 3px 50px;
	background: #F5F2ED;
	color: #FF0000;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F5F2ED;
	border-bottom-color: #4B4B4B;
}
