@charset "UTF-8";
#container {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: static;
}
#background {
	background-image: url(afbeeldingen/BACKGROUND.gif);
	background-repeat: repeat-y;
	width: 3000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	margin: 0px;
	height: 160px;
	width: 840px;
	background-image: url(afbeeldingen/top.png);
	background-repeat: no-repeat;
	background-position: top;
}
#topm {
	height: 160px;
	width: 800px;
	background-image: url(afbeeldingen/background_top.gif);
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#bottum {
	background-image: url(afbeeldingen/bottum.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 840px;
}
#middle {
	width: 840px;
	clear: both;
	background-repeat: repeat-y;
	background-position: top;
	background-image: url(afbeeldingen/middle.png);
	color: #FFFFFF;
}
#disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #7e7f5d;
	background-color: #cccc99;
	height: 25px;
	vertical-align: bottom;
	text-align: center;
	border: 1px solid #7e7f5d;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	line-height: 2em;
}
#tekst {
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 45px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
}

