body {
	font-size: .8em;
	background-color: #fff;
	background-position: 0 150px;
	background-image:url(/i/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	text-align: center;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
}
td, th {
	vertical-align: top;
}
img {
	border: 0;
}
a {
	color: #3800ba;
}
#content {
	position: relative;
	width: 55em;
	margin: 0px auto;
	text-align: left;
}
#header h1 {
	display: none;
}
#header {
	height: 150px;
	background-color: #000;
	background-image:url(/i/header.jpg);
/*
	background-color: #E9FDFE;
	background-image:url(/i/header2.jpg);
*/
	background-repeat: no-repeat;
	background-position: center;
}
#navi {
	position: absolute;
	left: -8.9em;
	width: 75em;
}
#navi ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
#navi li {
	float: left;
	margin: 0;
	padding: 0;
}
#navi li a {
	display: block;
	width: 10em;
	border: 1px solid #000;
	background-image:url(/i/button.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00BCFB;
	margin: .5em .5em;
	padding: .5em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#contentbox {
	width: 100%;
	position: absolute;
	top: 3.5em;
	padding-bottom: 3.5em;
}
#contentbox #text {
	float: left;
	width: 30em;
}
#contentbox #text .ad {
	text-align: center;
	margin: .5em auto;
}
#contentbox #text #linktips {
	margin-top: 1.5em;
	font-size: smaller;
}
#contentbox #facts {
	float: right;
	width: 250px;
	margin-left: 2em;
}
#contentbox #facts img {
	width: 250px;
	height: 166px;
}
#contentbox #facts div.bild {
	text-align: right;
	font-size: smaller;
}
#contentbox #facts table {
	width: 100%;
	margin-bottom: .5em;
}
#contentbox #facts th {
	width: 30%;
	text-align: left;
	font-weight: normal;
}
#contentbox a.button {
	display: block;
	border: 1px solid #000;
	background-image:url(/i/button.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00BCFB;
	margin: .5em auto;
	padding: .5em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#contentbox ul li {
	padding-bottom: .5em;
}
#contentbox img.home {
	width: 250px;
	height: 375px;
	float: right;
	margin-left: 1em;
}
#footer {
	clear: both;
	padding-top: 1em;
	text-align: right;
	font-size: .8em;
}
#footer a {
	margin-right: 1.5em;
	float: left;
}
h1, h2, h3 {
	margin: .5em 0 .2em 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.5em;
	font-style: normal;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
}