body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 75%;
	min-width: 880px;
	margin: 0;
	padding: 0;
	background-image: url('afb/achter_pagina.gif');
	color: #2f2f2f;
}

h1 {
	padding-bottom: 25px;
	margin: 0px;
	font-size: 150%;
}

img {
	border: 0px;
}

input {
	font-family: Arial, Verdana, sans-serif;
}

textarea {
	font-family: Arial, Verdana, sans-serif;
}

.melding {
	color: red;
	font-weight: bold;
	background-color: #eeeeee;
	border: 2px solid #aca065;
	margin: 10px;
	padding: 3px;
}

/*
	Opmaakcodes voor de div-containers
*/

#kader {
	width: 880px;
	margin: 0 auto;
	padding: 0;
}

#top {
	background-image: url('afb/achter_kop.gif');
	background-repeat: no-repeat;
	height: 140px;
	clear: both;
}

#spreuk {
	color: #8a5b02;
	width: 450px;
	float: left;
	margin-left: 50px;
	margin-top: 25px;
	font-size: 95%;
	line-height: 160%;
}

#logo {
	float: right;
	padding-right: 10px;
	padding-top: 13px;
}

#midden {
	background-image: url('afb/achter_midden.gif');
	background-repeat: repeat-y;
	clear: both;
	padding-bottom: 20px;
	float: left;
	width: 100%;
}

#midden_links {
	margin-left: 15px;
	width: 200px;
	float: left;
}

#midden_rechts {
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	background-image: url('afb/achter_tekst.gif');
	background-repeat: repeat-x;
	float: left;
	width: 585px;
	ssborder: 1px solid red;
}

#voet {
	background-image: url('afb/achter_voet.gif');
	background-repeat: no-repeat;
	background-position: top;
	height: 49px;
	clear: both;
	text-align: center;
	font-size: 90%;
	padding-bottom: 10px;
}

.voet_hr {
	margin-right: 4px;
	height: 1px;
	border: 1px solid #aca065;
}

/*
	Opmaakcodes voor de menu-items
*/

.menu {
	padding: 0px;
	list-style: none;
	background-image: url('afb/achter_menu.gif');
	background-repeat: no-repeat;
	background-position: 90% 50%;
}

a.menu1_item {
	color: #2f2f2f;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.menu1_item:link {
	display: block;
	text-decoration: none;
}

a.menu1_item:visited {
	display: block;
	text-decoration: none;
}

a.menu1_item:hover {
	display: block;
	background-color: #aca065;
	color: #FFFFFF;
	margin-right: 10px;
	text-decoration: none;
}

a.menu2_item {
	color: #2f2f2f;
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.menu2_item:link {
	display: block;
	text-decoration: none;
}

a.menu2_item:visited {
	display: block;
	text-decoration: none;
}

a.menu2_item:hover {
	display: block;
	background-color: #aca065;
	color: #FFFFFF;
	margin-right: 10px;
	text-decoration: none;
}

a.menu3_item {
	color: #2f2f2f;
	padding-left: 37px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.menu3_item:link {
	display: block;
	text-decoration: none;
}

a.menu3_item:visited {
	display: block;
	text-decoration: none;
}

a.menu3_item:hover {
	display: block;
	background-color: #aca065;
	color: #FFFFFF;
	margin-right: 10px;
	text-decoration: none;
}

/*
	Opmaakcodes voor links in de tekst en de voettekst
*/

#midden_rechts a:link {
	text-decoration: none;
	color: #7a7041;
	font-weight: bold;
}

#midden_rechts a:visited {
	text-decoration: none;
	color: #7a7041;
	font-weight: bold;
}

#midden_rechts a:hover {
	background-color: #aca065;
	color: #FFFFFF;
	text-decoration: none;
}

#voet a:link {
	text-decoration: none;
	color: #7a7041;
	font-weight: bold;
}

#voet a:visited {
	text-decoration: none;
	color: #7a7041;
	font-weight: bold;
}

#voet a:hover {
	background-color: #aca065;
	color: #FFFFFF;
	text-decoration: none;
}

/*
	Opmaakcodes voor contactformulier
*/

.form_links {
	width: 100px;
	float: left;
	padding-bottom: 7px;
}

.form_rechts {
	width: 500px;
	padding-bottom: 7px;
	clear: right;
}

/*
	Opmaakcodes voor de zoekresultaten
*/

.zoek_tabel {
	border-collapse: collapse;
	width: 100%;
}

.zoek_kop_titel {
	background-color: black;
	color: white;
	width: 210px;
	padding: 3px;
}

.zoek_kop_tekst {
	background-color: black;
	color: white;
	padding: 3px;
}

.zoek_titel {
	vertical-align: top;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
	padding-bottom: 10px; 
}

.zoek_tekst {
	vertical-align: top;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
	padding-bottom: 10px; 
}
