@charset "utf-8";
body {
	background-color: #003366;
	height: 700px;
	width:100%;
	text-align:center;
	display:block;
}
body a {
	color:#000000;
	text-decoration:none;
}

#container {
	height: 800px;
	width:800px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	margin: 20px auto 0 auto;
	background-image: url(../bilder/streichen_blatt.png);
	background-repeat: no-repeat;
	text-align:left;
	position:relative;
}

#header {
	height: 120px;
	width: 600px;
	left: 0px;
	top: 0px;
	position:absolute;
	margin-top: 60px;
	margin-left: 86px;
	background-image: url(../bilder/logo_header.png);
	background-repeat: no-repeat;
}



#content {
	height: 500px;
	width: 550px;
	position: absolute;
	left: 91px;
	top: 132px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	
}

#content #texte .maintext p {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
}

#content #texte .untertext p {
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.3em;
	z-index: auto;
} 

#content #texte .bild img {
	position: absolute;
	left: 42px;
	top: 303px;
	z-index: 2;
}
