@charset "UTF-8";
/* CSS Document */


body {
	text-align:center;
	margin-top:0;
	}


#wrapper {
	width:950px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	}

#flaeche-oben {
	width: 950px;
	height: 301px;
	background-image:url(../_images/bg-white.png);
	background-repeat:inherit;
}

#logo {
	width: 950px;
	height: 260px;
}
#text {
	width: 950px;
	height: 41px;
	margin-left: 25px;
	margin-top: 10px;
}
#impressum {
	position: absolute;
	height: 1000px;
	width: 800px;
	left: 15px;
	top: 15px;
	text-align:left;
}