body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(bilder/hintergrund.png);
	background-attachment: fixed;
	background-position: 0px -130px;
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	bottom: 0px;
	background-repeat: repeat-y;
	font-size: 11px;
	background-color: #FCFCF7;
} 
.body #sidebar {
	width: 200px;
	top: 0px;
	position: absolute;
	height: 100%;
	left: 0px;
	bottom: 0px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(bilder/eden_logo.jpg);
	background-repeat: no-repeat;
	background-position: 25px 25px;
	background-attachment: scroll;
}
.body #sidebar #menu {
	top: 250px;
	position: absolute;
	left: 25px;
	width: 200px;
	line-height: 14px;
}
.gold {
	color: #D0B371;
}


.body #header {
	position: absolute;
	height: 15px;
	top: 0px;
	margin: 0px;
	right: 0px;
	padding-left: 250px;
	color: #595957;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 10px;
}
.body #content {
	padding-top: 230px;
	padding-left: 280px;
	width: 500px;
	color: #595957;
}
#content  h1   {
	font-size: 22px;
	font-weight: bold;
	color: #D0B371;
}
#content   h2   {
	font-weight: bold;
	font-size: 13px;
}
.body #header a:link {
	text-decoration: none;
	color: #595957;
}
.body #header a:active { }
.body #header a:visited {
	color: #595957;
	text-decoration: none;
}
.body #header a:hover {
	color: #D0B371;
}
.body #content a:link {
	text-decoration: none;
	color: #595957;
	font-weight: bold;
}
.body #content a:active { }
.body #content a:visited {
	color: #595957;
	text-decoration: none;
	font-weight: bold;
}
.body #content a:hover {
	color: #D0B371;
}
