/* Standard waardes */
html, body {
	margin:0;
	padding:0;
	background-color:#b4e5fa;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#fff;
}
div#container {
	width:925px;
	margin: 0 auto;
}
.fixfloat {
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
}
/* /Standard waardes */
/* Header */
div#header {
	width:925px;
	height:290px;
	background-image: url(images/header.jpg);
}
div#headertop {
	width:925px;
	height:45px;
}
div#menu {
	width:590px;
	height:20px;
	padding:25px 0 0 10px;
	float:left;
}
div#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
div#menu ul li {
	float:left;
	background-image:url(images/menupijl.jpg);
	background-repeat:no-repeat;
	background-position: 0 5px;
}
div#menu ul li a {
	color:#00184a;
	display:block;
	padding:0 20px 0 15px;
	font-weight:bold;
	text-decoration:none;
}
div#zoeken {
	float:right;
	width:171px;
	padding:12px 0 0 0;
	height:33px;
}
div#zoeken img {
	float:left;
}
.zoek {
	height:21px;
	width:140px;
	background-image: url(images/zoekbg.jpg);
	border:0;
	padding:5px 0 0 0;
	margin:0;
	float:left;
}
.submit {float:left;}
div#header_left {
	width:290px;
	height:200px;
	text-align:center;
	color:#00184a;
	float:left;
	padding:45px 0 0 52px;
}
div#header_right img {float:left;}
div#headerspreuk_left {
	width:205px;
	float:left;
}
div#headerspreuk_left p {
	margin:0;
	padding:0;
	color:#00184a;
	line-height:15px;
}
div#headerspreuk_right {
	width:205px;
	float:left;
	padding:0 0 0 5px;
}
div#headerspreuk_right p {
	margin:0;
	padding:0;
	color:#00184a;
	line-height:15px;
}
div#header_right {
	width:430px;
	float:right;
	padding:73px 50px 0 0;
}
/* /Header */
/* Content */
div#content_bg {
	width:925px;
	background-image: url(images/content_bg.jpg);
}
div#content_inner {
	width:917px;
	background: url(images/content_footer.jpg) bottom no-repeat;
	padding:0 4px 63px 4px;
}
div#top_add {
	width:917px;
	text-align:center;
	padding:7px 0;
}
div#top {
	width:917px;
	height:43px;
	background-image: url(images/top.jpg);
	text-align:center;
	padding:5px 0 0 0;
}
div#content {
	width:915px;
	padding:1px;
	color:#00184a;
}
	/* Left */
	div#left {
		width:221px;
		float:left;
	}
	div#menutop {
		width:211px;
		height:34px;
		background-image: url(images/menutop.jpg);
		color:#294a8f;
		padding:4px 0 0 10px;
		font-size:18px;
		font-weight:bold;
	}
	div#menufoot {
		width:221px;
		height:5px;
		overflow:hidden;
		background-image: url(images/menufoot.jpg);
	}
	div#menucont {
		width:221px;
		background-image: url(images/menubg.jpg);
	}
	div#left ul {
		width:204px;
		margin:0 auto;
		padding:0;
		list-style-type:none;
	}
	div#left ul li {
		width:204px;
		height:28px;
	}
	div#left ul li a {
		width:190px;
		height:23px;
		display:block;
		color:#00184a;
		text-decoration:none;
		padding:3px 0 0 14px;
		background-image: url(images/menuitembg.jpg);
	}
	div#left ul li a.last {
		background-image: url(images/menuitembglast.jpg);
	}
	/* /Left */
	/* Right */
	div#right {
		float:right;
		width:693px;
		background: url(images/contbg.jpg) top no-repeat;
	}
	div#topright {
		height:30px;
		width:677px;
		padding:5px 8px 20px 8px;
	}
	div.spreuken {
		width:681px;
		height:131px;
		margin:0 auto;
		margin-top:10px;
	}
	div.spreuken_on p {
		margin:0;
		padding:0;
	}
	div.spreuken p {
		margin:0;
		padding:0;
	}
	div.spreuken_on {
		width:681px;
		height:131px;
		
		margin:0 auto;
		margin-top:10px;
		background-image: url(images/spreukenon.jpg);
	}
	div.spreuken_left {
		width:204px;
		height:127px;
		float:left;
		line-height:15px;
		padding:4px 4px 0 6px;
	}
	div.spreuken_midden {
		width:220px;
		float:left;
		height:127px;
		line-height:15px;
		padding:4px 4px 0 5px;
	}
	div.spreuken_right {
		float:left;
		width:200px;
		height:127px;
		line-height:15px;
		padding:4px 5px 0 5px;
	}
	.stippen {float:left;}
	/* /Right */
/* /Content */
/* Text opmaak */
h1 {
	margin:0;
	padding:0;
	font-size:18px;
	color:#294a8f;
	float:left;
}
h2 {
	margin:0;
	padding:2px 0 0 0;
	float:right;
	font-weight:normal;
	font-size:12px;
}
/* /Text opmaak */
 