body {
	background: #0E244C;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #00335B;
	}

a {
	color: #0E244C;
	text-decoration: none;
	font-weight: bold;
	}

#holder {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 720px;
	}

#header {
	position: absolute;
	top: 0px; left: 0px;
	width: 1000px;
	height: 328px;
	background: url(/media/screen/httop.jpg) no-repeat top center;
	}

#navigation {
	position: absolute;
	top: 328px;
	left: 0px;
	width: 1000px;
	height: 39px;
	background: url(/media/screen/htnavi.jpg) no-repeat top center;
	}

#navigation ul {
	margin: 0px 20px;
	padding: 0px;
	list-style-type: none;
	line-height: 39px;
	}

#navigation li {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	}

#content {
	position: absolute;
	top: 367px;
	left: 0px;
	width: 1000px;
	height: 353px;
	background: url(/media/screen/htbottom.jpg) no-repeat top center;
	}

#contentblock {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 880px;
	height: 250px;
	overflow: auto;
	}

#box1 {
	position: absolute;
	left: 39px;
	top: 25px;
	width: 462px;
	height: 304px;
	}

#box2 {
	position: absolute;
	left: 515px;
	top: 25px;
	width: 463px;
	height: 304px;
	}

#kontaktnavi {
	position: absolute;
	left: 815px;
	top: 690px;
	width: 150px;
	height: 30px;
	}

#kontaktnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#kontaktnavi li {
	float: left;
	margin-right: 10px;
	}

#megabox {
	position: absolute;
	left: 39px;
	top: 25px;
	width: 930px;
	height: 304px;
	}

#megabox.light {
	background: url(/media/screen/megabox_light.jpg) no-repeat;
	}

#megabox.dark {
	background: url(/media/screen/megabox_dark.jpg) no-repeat;
	}

#megabox.white {
	background: url(/media/screen/megabox_white.jpg) no-repeat;
	}

#megabox.natuerlich #contentholder {
	position: absolute;
	top: 70px;
	left: 185px;
	width: 435px;
	height: 190px;
	overflow: hidden;
	color: #ffffff;
	}

h1 {
	color: #002350;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	}

h2 {
	color: #002350;
	font-weight: bold;
	font-size: 14px;
	margin: 6px 0px;
	padding: 0px;
	}

.form_field {
	clear: both;
	margin-bottom: 3px;
	}

.form_desc {
	float: left;
	width: 25%;
	}

.form_content {
	width: 80%;
	}

