@charset "UTF-8";
#navigation  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	background-image: url(../bilder/hintergrund-sidebar.jpg);
	background-repeat: repeat-y;
	height: 1200px;
	width: 220px;
	float: left;
	padding-top: 10px;
	list-style: none;
	line-height: 2.5em;
}
#navigation  li {
	list-style-image: none;
	list-style-type: none;
}
#navigation a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ef7d00;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ef7d00;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008237;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008237;
	text-decoration: none;
	font-weight: bold;
}
#navigation li.current a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008237;
	text-decoration: none;
	font-weight: bold;
}
