body {
	background-attachment: scroll;
	background-color: #000;
	background-image: url(bilder/grafiken/hintergrund_schwarz.jpg);
	background-repeat: repeat-x;
	background-position: 1px 1px;
	margin: 0px;
	padding: 0px;
}
#hintergrundbild {
	position: absolute;
	height: 864px;
	width: 415px;
	top: 0px;
	background-color: #FFF;
	left: 750px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

#menue {
	background-color: #787878;
	position: absolute;
	height: 35px;
	width: 680px;
	background-attachment: fixed;
	top: 140px;
	padding-left: 20px;
	left: 175px;
}

#logos {
	position: absolute;
	height: 78px;
	width: 429px;
	top: 29px;
	left: 100px;
}
#impressum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	position: absolute;
	height: 18px;
	width: 280px;
	color: #CCC;
	top: 750px;
	left: 880px;
}
#wulfpappermannbroenstrup {
	position: absolute;
	height: 35px;
	width: 280px;
	top: 700px;
	left: 880px;
	text-align: center;
}
#inhalt {
	background-attachment: scroll;
	background-color: #6B6B6B;
	background-image: url(bilder/grafiken/hintergrund_grau.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	position: absolute;
	width: 590px;
	min-height: 550px;
	top: 175px;
	padding-top: 20px;
	padding-right: 65px;
	padding-bottom: 40px;
	padding-left: 45px;
	left: 175px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #DDDDDD;
}


