body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.9em;
	line-height:1.5em;
	color: 443f3b;
	text-align:justify;
}
body {
	margin:0px;
	background-image: url(../images/bg_hout.jpg);
}
#container {
}
#header {
	margin:0px auto;
	padding:130px 124px 0px 124px;
	width:470px;
	background-image:url(../images/bg_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:92px;
}
#header #navigatie {
	margin:12px 0px;
}
img.separator {
	margin:0px 16px;
}
img.splashseparator {
	margin:3px 12px;
}
#body {
	margin:0px auto;
	padding:5px 124px 20px 124px;
	width:470px;
	background-image:url(../images/bg_content.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#splashbody {
	margin:0px auto;
	width:618px;
	height:581px;
	background-image:url(../images/bg_splash.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#body #intro {
	margin-bottom:45px;
}
#body #blockleft {
	width:300px;
	float:left;
}
#body #blockright {
	width:130px;
	float:right;
	padding-left:18px;
	margin-left:18px;
	border-left:1px #4F4226 dotted;
}
#footer {
	margin:0px auto;
	text-align:center;
	padding-top:60px;
	width:718px;
	background-image:url(../images/bg_footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:85px;
}
#splashfooter {
	margin:0px auto;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	width:618px;
}
#splashlinks {
	position:relative;
	top:170px;
	left:153px;
}
#footer img {
	padding:4px 0px;
}
div.clearboth {
	clear:both;
}
/* TEKSTOPMAAK */
/* aanpassing */
#intro p {
	font-style:italic;
}
p.small {
	font-size:0.8em;
}
/* END */
span.kapitaal {
	font-size:2em;
	line-height:1.2em;
}
a:link {
	color: #9e2000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9E2000;
}
a:hover {
	text-decoration: underline;
	color: #D22B00;
}
a:active {
	text-decoration: none;
	color: #9E2000;
}
ul {
	list-style-image:url(../images/handje.gif);
	list-style-position:outside;
	margin-left:0px;
	padding-left:22px;
}
ul li {
	margin:0px 0px 10px 0px;
}
ul li div.listitem {
	margin-left:10px;
}
img {
	border:none;
}
input.rechts, textarea.rechts, select.rechts {
	float:right;
}