body {
	margin: 0;
	padding: 0;
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #191919;
	background: #fbfbfb;
}
#container {
	position: relative;
	width: 500px;
	margin: 0 auto;
	padding: 0 30px 20px 30px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	font-size: 1.3em;
	background-color: #FFF;
	
}
#header h1 {
	background: url(images/ontfermu_titel.gif) no-repeat left bottom;
	width: 500px;
	height: 110px;
	position: relative;
	text-indent: -9000px;
	margin: 0px;
}
.intro {
	text-align: center;
	font-size: 1.1em;
	padding-bottom: 15px; 
	margin-bottom: 15px;
	border-bottom: solid 1px #666666;
}
#help {
	display: block;
	background:url(images/helponsdragen.png) no-repeat left top;
	width: 215px;
	height: 147px;
	text-indent: -9000px;
	position: absolute;
	right: -160px;
	top:160px;
}
p {
	margin: 0.1em 0 0.6em 0;
	line-height: 140%;
}
ul li {
line-height: 140%;
}
h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0.8em 0 0.2em 0;
}