/* CSS Document */
#topbanners {
	width:942px;
	height:109px;
	margin:10px 5px 5px 0px;
	background-color:#e3e2e3;
	list-style:none;
	padding:0;
}
#topbanners li {
	float:left;
	display:block;
	overflow:hidden;
	width:224px;
	margin:5px 0 0 10px;
}
#topbanners h1 {
	display:block;
	width:200px;
	height:25px;
	margin:0 0 5px 0;
}
#topbanners h1 span {
	display:none;
}
/* positioneren */
#container {
	width:942px;
	margin:10px 5px 10px 0px;
	overflow:hidden;
}
/* stijl */
#informatie {
	display:block;
	padding:16px 65px 0px 65px;
	margin:0;
	overflow:hidden;
	background-color:#e7e5e3;
	background-position:10px 10px;
	background-repeat:no-repeat;
}
#informatie h1 {
	margin:0;
	padding:0;
	height:40px;
	font-size:16px;
}
#informatie h1 span {
	display:none;
}
#informatie p {
	margin:0 0 10px 0;
	padding:0;
	color:#433f3f;
	font-size:14.58px;
	font-family:Arial, Helvetica, sans-serif;
}
#informatie .image {
	width:250px;
	float:right;
	margin:0 0 10px 20px;
}
#informatie img {
	border:none;
}

