body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: rgb(60,60,60);
	background-color: #eeeeee;
	margin: 0;
	padding: 0;
}

.seite {
	position: relative;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 800px;
	margin: 0;
	padding: 0;
	background-color: #e6e5df;
	background-image: url(../bilder/bg2.png);
	text-align: left;
}

.seite2 {
	position: relative;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 500px;
	margin: 0;
	padding: 0;
	background-image: url(../bilder/bg3.png);
	text-align: left;
}

.header {
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 200px;
	margin: 0;
	padding: 0;
	background-image: url(../bilder/header_4.jpg);
}

.active {
	position: absolute;
	z-index: 1000;
	top: 220px;
	left: 46px;
	width: 184px;
	height: 75px;
	margin: 0;
	padding: 0;
	background-image: url(../bilder/active.png);
}

.navi {
	position: absolute;
	z-index: 20;
	top: 220px;
	left: 2px;
	width: 1012px;
	height: 154px;
	margin: 0px 0px 0px 12px;
	padding: 0;
	background-image: url(../bilder/navi.jpg);
	text-align: center;
}

.navi p {
	float: left;
	margin: 0px 32px 0px 32px;
}

.navi p a img {
	border: 0;
}

.navi2 {
	position: relative;
	z-index: 20;
	top: 440px;
	width: 1012px;
	height: 154px;
	margin: 0px 0px 0px 115px;
	padding: 0;
	background-image: url(../bilder/navi.jpg);
	text-align: center;
}

.navi2 p {
	float: left;
	margin: 0px 32px 0px 32px;
}

.navi2 p a img {
	border: 0;
}

.main {
	position: absolute;
	z-index: 20;
	top: 335px;
	left: 50px;
	width: 924px;
	height: 370px;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background-image: url(../bilder/trans.png);
	text-align: justify;
}

.box1 {
	position: absolute;
	z-index: 20;
	top: 50px;
	left: 20px;
	width: 420px;
	margin: 0px 00px 0px 0px;
}

.box2 {
	position: absolute;
	z-index: 20;
	top: 50px;
	right: 20px;
	width: 420px;
	margin: 0px 0px 0px 0px;
}

.main_text h1 {
	margin: 20px 20px 15px 20px;
	padding: 0;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: -1px;
	color: black;
}

.main_text h2 {
	margin: 0px 0px 15px 0px;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: black;
}

.main_text h3 {
	margin: 0px 0px 15px 0px;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	color: black;
}

.main_text p {
	margin: 0px 0px 10px 0px;
	padding: 0;
	line-height: 17px;
}

.main_text ul {
	margin: 0px 0px 0px 15px;
	padding: 0;
	list-style-type: square;
	text-align: left;
}

.main_text ul li {
	margin: 10px 0px 0px 0px;
	line-height: 14px;
	padding: 0;
}

.formular {
	position: absolute;
	z-index: 20;
	top: 50px;
	right: 20px;
	margin: 0;
	padding: 0;
}


/* --------------------------------------------------- IMPRESSUM ---------------------------------------------------- */

.impressum {
	position: absolute;
	z-index: 60;
	top: 141px;
	right: 17px;
	margin: 0;
	padding: 0;
}

.impressum p {
	margin: 0;
	padding: 0;
}

.impressum p a {
	text-decoration: none;
	color: black;
	text-transform: uppercase;
}


/* --------------------------------------------------- FOOTER ---------------------------------------------------- */


.logo {
	position: absolute;
	z-index: 20;
	top: 12px;
	left: 18px;
	margin: 0;
	padding: 0;
}

.logo a img {
	border: 0;
}

.footer {
	position: absolute;
	z-index: 20;
	bottom: 0px;
	left: 0px;
	width: 1024px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: justify;
	background-color: #d0ccb7;
	background-image: url(../bilder/footer.jpg);
}

.footer_text {
	width: 1004px;
	height: 30px;
	margin: 0;
	padding: 10px;
	text-align: center;
}

.footer_text p {
	margin: 4px 0px 0px 0px;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: black;
}

.tabelle {
	text-align: left; 
	vertical-align: top;
}

.tabelle tr td {
	text-align: left; 
	vertical-align: top;
}