#main {
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background-image: url(images/1.jpg);
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 163px;
}
#content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #EBE7E8;
}
#menu {
	height: 31px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#inhoudbox {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EBE7E8;
}
#inhoud {
	float: left;
	width: 497px;
	padding-top: 9px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #EBE7E8;
}

#agenda {
	float: right;
	width: 200px;
	background-color: #EBE7E8;
	padding-top: 9px;
}
#inhoudfooter {
	background-image: url(images/footerinhoud.jpg);
	height: 5px;
	width: 497px;
	float: left;
	background-repeat: no-repeat;
}

#actualiteit {
	float: left;
	width: 295px;
	padding-top: 9px;
	padding-right: 3px;
	padding-bottom: 9px;
	font-weight: lighter;
	background-color: #EBE7E8;
}
#diversenbox {
	float: right;
	width: 430px;
	padding-right: 0px;
	background-color: #EBE7E8;
}
#diversen1 {
	width: 420px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#diversenfooter {
	background-image: url(images/footerdiversen.jpg);
	height: 5px;
	width: 420px;
	margin-left: 10px;
}

#diversen2 {
	float: left;
	width: 120px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#contact {
	float: right;
	width: 420px;
}

#diversen3 {
	float: right;
	width: 260px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 5px;
}
#footer {
	height: 15px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.jpg);
}

