nav{
	position: absolute;
	left: 10px;
	top: 110px;
	width: 200px;
	height: 1000px;
	background-color: #9a4343;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0 0 0 20px;
}
nav ul{
	margin: 30px 0 0 0;
	padding: 0;
}
nav li{
	list-style-type: none;
	margin: 0;
	border-bottom: 1px solid #30804b;
	background-color: green;
}
nav ul ul{
	margin: 0;
}
nav li li{
	background-color: gray;
	border: 0;
}

nav #ausgewaehlt {
	background-color: white;
}
nav a, nav a:visited, nav a:hover, nav a:focus{
	display: block;
	height: 2em;
	text-decoration: none;
	color: black;
	text-align: right;
	font-size: 1.2em;
	padding: 5px 10px 0 0;
	font-variant: small-caps;
	font-weight: bold;
}