body {
	color: #da2c36;
	font: 0.8em Verdana, Helvetica, "sans serif";
	background-color: #f6f1e3;
	background-color:#f9f6eb;
	background-color:#e6edba;
	margin:0;
	padding:0;
}
#wrap {
	position: relative;
	width: 900px;
	height:auto;
	margin: 100px auto auto auto;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}
#inhalt {
	position:relative;
	width: 850px;
	height:auto;
	margin: 0 auto 0 auto;
	padding:20px 0 20px 0;
	background-color:#ffffff;
	}
#links {
	position: relative;
	float: left;
	width: 330px;
	height:auto;
	padding-right:70px;
	text-align: right;
	background-color:#ffffff;
}
#rechts {
	position: relative;
	float: right;
	width: 250px;
	text-align: left;
	background-image:url(../images/gruen.gif);
	background-repeat:repeat-y;
	padding:15px 0 15px 150px;
	background-color:#ffffff;
}
h1 {
	color: #cdd96d;
	font-size:250%;
	font-weight:normal;
	margin:0 -3px 5px 0;
	letter-spacing:3px;
}
p {
	margin: 0;
	line-height: 2em;
	letter-spacing:1px;
}
a {
	color: #da2c36;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}