.selected, .selectedLink  {
	color:#03633b;
}

hr {
	border:0px;
	height:1px;
	color:#dd7300;
	background-color:#dd7300;
}

body {
	margin:0;
	padding:0;
	color:#303030;
	background:#fafafa url(../images/bodybg.gif) top left repeat-y;
	font:76% Verdana, Tahoma, sans-serif;
}
ul {
	list-style:circle;
	margin:15px 0 20px 0;
	font-size:0.9em;
}
li {
	margin:0 0 8px 25px;
}

#sidebar img{
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 8px;
	border-top-width: medium;
	border-right-width-value: medium;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: medium;
	border-left-width-value: medium;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: -moz-use-text-color;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
}

#sidebar {
	width: 170px;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(hintergrund.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-color: #f5a650;
	float: left;
}
body > #sidebar {
	min-height:700px;
}
#content {
	margin-left: 200px;
	padding-top: 10px;
	margin-right: 30px;
}
