body, html {
	background-image: url('afb/achtergrond.gif');
	font-family: Arial, Verdana, sans-serif;
	font-size: 90%;
}

body {
	min-width: 1000px;
}

h1 {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	font-size: 160%;
}

h2, h3 {
	padding: 0px;
	margin: 0px;
}

p:first-letter {
	font-size: 160%;
	font-weight: bold;
}

img {
	border: 0px;
}

#wrap {
	margin: 0 auto;
	width: 1000px;
}

#header {
	height: 55px;
	background-image: url('afb/logo.gif');
	background-repeat: no-repeat;
}

#frame_boven {
	background-image: url('afb/tekst_rand_boven.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 52px;
}

#frame {
	background-image: url('afb/tekst.gif');
	background-repeat: repeat-y;
}

#tabel_tekst {
	margin-left: 35px;
	margin-right: 35px;
	width: 930px;
}

#cel_menu {
	width: 240px;
	background-image: url('afb/deur.gif');
	background-repeat: no-repeat;
	vertical-align: top;
	padding-top: 230px;
	padding-bottom: 100px;
}

#menu_lijst {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu_item {
	text-decoration: none;
	display: block;
	color: #000000;
	padding: 5px;
	padding-left: 20px;
}

a#menu_item:hover {
	background-color: #e7e3dd;
}

#cel_snelmenu {
	text-align: right;
	vertical-align: top;
	height: 50px;
}

#snelmenu {
	color: #000000;
}

a#snelmenu:hover {
	background-color: #FFFFFF;
}

#cel_tekst {
	vertical-align: top;
}

#zoek_kop {
	float: left;
	margin-bottom: 7px;
	width: 670px;
	font-weight: bold;
}

#zoek_leeg {
	width: 670px;
	float: left;
	margin-top: 20px;
	font-weight: bold;
}

#zoek_links {
	padding: 3px;
	width: 200px;
	float: left; 
}

#zoek_rechts {
	padding: 3px;
	width: 470px;
	float: left;
}

#footer {
	background-image: url('afb/voettekst.gif');
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	line-height: 70px;
}

.foutmelding {
	color: red;
	font-weight: bold;
}

/***********************************************
	Hieronder de opmaakcodes van de nieuwsbrief	
***********************************************/

.header {
	text-align: center;
	padding-bottom: 30px;
	color: #868686;
}

.kader {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	background-color: #e7e3dd;
}

.kader_cel {
	font-family: Arial, Verdana, sans-serif;
	vertical-align: top;
	padding: 10px;
}

.afbeelding {
	width: 100px;
	padding: 0px;
	margin: 0px;
}

.bericht_links {
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.bericht_rechts {
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.voettekst {
	text-align: center;
	padding-top: 30px;
	color: #626262;
}