body {
	text-align: center;
	background-color: #335068;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
}

#gesamt {
	margin: 0 auto;
	width: 830px;
	text-align: left;
}

#kopf {
	height: 129px;
	width: 830px;
	top: 0px;
	left: 0px;
	background-image: url(../img/kopf.jpg);
	background-repeat: no-repeat;
}

#navi_main {
	background-color: #000000;
	height: 499px;
	width: 125px;
	text-align: right;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content {
	float: right;
	background-color: #FFEAD3;
	padding: 15px;
	width: 675px;
	min-height: 470px;
}

#emailform {
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

