body, html {
	margin: 0;
	padding: 0;
	}
	
.bereich_navi {
	position: fixed;
	height: 1280px;
	width: 140px;
	float: left;
	background-image: url(images/Navileiste_180x1500.jpg);
	background-repeat: no-repeat;
	padding-top: 240px;
	padding-left: 40px;
}

.bereich_kopf {
	position: fixed;
	height: 130px;
	width: 1820px;
	background-color: #EDEEF0;
	background-image: url(images/Kopfleiste_1400x120.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	float: none;
	z-index: 1;
}
	
.bereich_hintergrund {
	background-image: url(images/Hauptfenster_1450x100.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: fixed;
	left: 180px;
	top: 130px;
	height: 1000px;
	width: 1820px;
	background-color: #EDEEF0;
	background-position: 180px 130px;
}
.bereich_inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00009C;
	line-height: 15pt;
	padding-top: 10px;
	padding-bottom: 0;
	float: none;
	height: auto;
	width: 760px;
	position: absolute;
	left: 180px;
	top: 130px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	}
	
.spalte_links {
	width: 370px;
	height: 100%;
	float: left;
	top: 0px;
	padding: 0px;
	}
	
.spalte_rechts {
	width: 370px;
	height: 100%;
	float: right;
	top: 0px;
	padding: 0px;
	}
	
.wrapper {
	height: 100%;
	width: 100%;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #01009A;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #01009A;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #01009A;
}

