body {
	background:#f2f5ed;
	margin:0;
	padding:0;
}

img {
	border:none;
}

#wrapper {
	margin:30px auto;
	padding:0;
	width:968px;
	
}

#header {
	background:url(images/bg-header.jpg) no-repeat bottom;
	height:171px;
	width:968px;
}

#logo {
	background:url(images/logo.png);
	margin:0 0 0 30px;
	height:110px;
	width:389px;
	float:left;
	cursor:pointer;
}

#header_right {
	width:468px;
	float:right;
	margin:0 30px 0 0;
}

#header_text {
	float:left;
}

#header_text h1 {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#advertentie_blok {
	height:60px;
	width:468px;
	margin:75px 0 0;
}

#page {
	background:url(images/bg-middle.jpg) repeat-y;
	width:908px;
	padding:0 30px 20px;
	display:inline-block;
}

#blokken_top {
	height:308px;
}

#blok_top_links {
	background:url(images/bg-blok-links.png) no-repeat center;
	width:280px;
	height:300px;
	padding:4px;
	float:left;
	margin:0 22px 0 0;
}

.top_blok_text {
	width:280px;
	height:37px;
	margin:3px 0 0;
}

.top_blok_text h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#fff;
	text-align:center;
	margin:0;
}

.top_blok_text a {
	color:#fff;
	text-decoration:none;
}

.top_blok_text a:hover {
	text-decoration:underline;
}

#blok_top_midden {
	background:url(images/bg-blok-midden.png) no-repeat center;
	width:280px;
	height:300px;
	padding:4px;
	float:left;
	margin:0 22px 0 0;
}

#blok_top_rechts {
	background:url(images/bg-blok-rechts.png) no-repeat center;
	width:280px;
	height:300px;
	padding:4px;
	float:left;
	margin:0;
}

.top_image {
	margin:10px 0 12px 10px;
	width:268px;
	height:148px;
}

.top_text {
	margin:0 10px 20px 10px;
	width:260px;
	height:70px;
}

.top_text p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#33ccff;
}

.top_text a {
}

.top_text a:hover {
}

#blokken_bottom {
	height:138px;
	margin:22px 0 0;
}

#blok_bottom_links {
	width:288px;
	height:138px;
	padding:0;
	float:left;
	margin:0 22px 0 0;
}

#blok_bottom_midden {
	width:288px;
	height:138px;
	padding:0;
	float:left;
	margin:0 22px 0 0;
}

#blok_bottom_rechts {
	width:288px;
	height:138px;
	padding:0;
	float:left;
	margin:0;
}





#footer {
	background:url(images/bg-footer.jpg);
	padding:0 30px;
	width:908px;
	height:29px;
}

#footer p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
}

#footer a {
	color:#ff5b00;
	text-decoration:none;
}

#footer a:hover {
	color:#b80028;
	text-decoration:none;
}

#footer_left {
	float:left;
}

#footer_right {
	float:right;
}