body {
	background: #d9ebd4;
	margin: 0px;
	padding: 0px;
}

#main_container {
	position: relative;
	width: 750px;
	margin: 0px auto;
	border-right: solid 5px #b2dea6;
	border-left: solid 5px #b2dea6;
	background: #edfce9 URL('./images/verlauf.jpg');
	background-repeat: repeat-x;

}

#kopfgrafik {
	position: relative;
	margin: 0px auto;
	padding-top: 10px;
	width: 438px;
}

#linkbox {
	position: relative;
	float: right;
	margin: 0px 10px 10px 20px;
	padding: 5px 10px 5px 10px;
	border-style: solid;
	border-width: 3px;
	border-color: #CCC #999 #999 #CCC;
	background: #76cc60;
	color: #000;
	font-family: Arial, 'Sans Serif';
	font-size: 10pt;
	font-weight: bold;
	z-index: 10;
}

#linkbox a {
	text-decoration: none;
	color: #FFF;
}

#content {
	position: relative;
	padding: 0px 10px 10px 10px;
	z-index: 5;
	font-family: Verdana, Arial, 'sans serif';
	font-size: small;
	line-height: 20px;
}