ul#nav {
	width:231px;
	height:242px;
	background:#c51511;
	margin:20px 0 0 0;
	position:absolute;
	list-style:none;
	padding:4px 0 0 0;
}

ul#nav li a{
	height:26px;
	line-height:26px;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0 0 0 20px;
}

ul#nav li a:hover, ul#nav li a.selected {
	background:#333;
}

ul#nav-footer {
	list-style:none;
	float:left;
	margin:75px 0 0 0;
}

#startseite ul#nav-footer {
	list-style:none;
	float:left;
	margin:25px 0 0 0;
}

ul#nav-footer li a {
	width:200px;
	height:27px;
	line-height:27px;
	font-size:11px;
	color:#fff;
	background:#333;
	display:block;
	margin:0 0 1px 0;
	text-decoration:none;
	padding:0 0 0 10px;
}

ul#nav-footer li a:hover, ul#nav-footer li a.selected {
	background:#c51511;
}