body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#centered {
	height: 626px;
	width: 994px;
	margin-top: -315px;
	margin-left: -497px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-left: 2px solid #FFCC33;
	border-top: 2px solid #000000;	
	border-bottom: 2px solid #000000;
	border-right: 2px solid #ffcc00;
}

#top {
	margin: 0;
	padding: 0;
	height: 100px;
	width: 994px;
	background-attachment: scroll;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: 0;
}

#kolom_rechts {
	height: 526px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100px;
}

#kolom_links {
	position: absolute;
	width: 150px;
	left: 0;
	top: 0;
	height: 100%;
	float: left;
	background-image: url(../images/bg_left.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

#menu {
	margin: 0 0 0 150px;
	background-attachment: scroll;
	background-image: url(../images/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	width: 844px;
	position: absolute;
	left: 0;
	top: 0;
}

#footer {
	background-attachment: scroll;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0;
	margin: -42px 0 0 150px;
	height: 42px;
	width: 844px;
	position: absolute;
	top: 100%;
}

#inhoud_container {
	margin: 0 0 0 150px;
	width: 844px;
	position: absolute;
	left: 0;
	top: 41px;
	height: 440px;
	padding: 0;
}

#menu_links {
	text-align: right;
	margin-top: 51px;
	position: absolute;
	left: 0;
	top: 0;
	width: 140px;
	padding-right: 10px;
}

