body {
	background-image:url(hintergrund.jpg);
	background-repeat:no-repeat;
	background-position:center 100px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
 }
#header {
	position: relative;
	text-align: left;
	border: 0;
	width: 777px;
	height: 173px;
}

#header ul {
	position: absolute;
	bottom: 10px;
	left: 550px;
}

#header li { display: inline; padding: 0 20px 0 0; }

#header a { text-decoration: none; font: bold 13px georgia, palatino, "Times New Roman", serif; color: #1E90FF; }

#content {
	text-align: left;
	border: solid 1px #b3b2b2;
	width: 777px;
	min-height: 474px;
}

#content p { padding: 0 40px; }

#content .nonflash { padding: 0 40px; }

#content h1 { font: bold 18px georgia, palatino, "Times New Roman", serif; color: #1E90FF; padding: 20px 40px 10px 40px; }

#content a { text-decoration: none; color: gray; }

