body {
	margin:0;
	padding:0;
	color:#2f5d6f; /*Variante 3*/
	color:#303030; /*Variante 1 & 2*/
	background: url(../images/fond_wiese.jpg) no-repeat;
	font:80% Trebuchet MS, Helvetica, sans-serif;
}
#container_alles {
	height:620px;
	width:950px;
	margin: 0 auto;
	margin-top:25px;
}
ul {
	list-style:circle;
	margin:15px 0 20px 0;
	font-size:0.9em;
}
li {
	margin:0 0 8px 25px;
}

#sidebar {
	position:relative;
	float:left;
	width:200px;
	height:100%;
	overflow: hidden;
	background:#7ba172;
	text-align:right;
}
#logo_in_sidebar {
	margin-top:125px;
	background:url(../images/logo_gruen.gif) top center no-repeat;   /*Variante 1 & 2*/
	height:100px;
}
body > #sidebar {
	position:fixed;
}
#headerbild {
	height:200px;
	background: url(../images/header_gruen.jpg) no-repeat;
	border: 2px solid #44633d;
}
#content {
	width: 720px;
	height:590px;
	margin-left: 180px;
	padding: 10px;
	padding-left:20px;
	padding-top:20px;
	background:#f5eed4;
	display: block;
	overflow: auto;
}
