/* Grundgerüst							*/
#body {
	background: rgb(100,0,0);
	font-style: normal; 
	color: rgb(255, 255, 255); 
	text-align: left;
	font: 14px Arial, Helvetica, sans-serif;
	height: 100%;

	min-height: 700px;

	margin: 0px;
}

#greyspacer {
	background: rgb(35, 35, 35);
}

#header {
	background: rgb(35, 35, 35) url(../img/header.png) left top no-repeat;
	height: 25px;
	width: 100%;

	padding-top: 115px;

	text-align: center;
}

#content {
	background: url(../img/whiter.png);

	margin-top: 40px;
	margin-bottom: 25px;
	margin-left: 50px;
	margin-right: 50px;

	color: rgb(0,0,0);

	padding: 10px;
}
