body { background-color: White; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; }
@page { size:auto; }

#header {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 200px;
	position: static;
	background-position: top;
}

#inhalt {
	margin-top: 160px;
	padding: 30px;
	width: 100%;
}


