body {
	background: #f3faf5 url(../images/bg-body-base.png) no-repeat;	
	margin: 0; padding: 20px 0 0;
	font: 12px arial, sans-serif;
	color: #3b3b3b;
	line-height: 1.4em;
	
}
div#wrapper {
	width: 870px;
	margin: 0 auto;
}
div#container {
	margin-top: 10px;
	width: 400px; /* 870 */
	height: 456px; /* 526 */
	padding: 50px 20px 20px 450px;
	background: url(../images/bg-container.jpg) no-repeat;
	box-shadow: 2px 2px 5px #d6e3da;
	-moz-box-shadow: 2px 2px 5px #d6e3da;
	-webkit-box-shadow: 2px 2px 5px #d6e3da;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#d6e3da', Direction=120, Strength=3);
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #1aa447;
	line-height: 1.2em;
	
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #e2001a;	
}
a.weiter {
	display: block;
	float: right;
	margin-top: 10px;
}