/* Algemene waardes */
* {
	margin:0;
	padding:0;
}
html, body {
	background:url('/images/bg.png') repeat-x #fff;
	font-family: Verdana;
	font-size:12px;
	color:#000;
	height:100%;
}
.leftfloat {float:left;}
.rightfloat {float:right;}
.fixfloat {
	height:0;
	width:0;
	overflow:hidden;
	clear:both;
}
a img {border:0;}
a {color:#9da919; text-decoration:none; font-weight:bold;}
a:hover {text-decoration:underline;}
/* End Algemene waardes */
/* Container */
div#container {
	margin: 0 auto;
	width:947px;
	background: url('/images/content_bg.png') repeat-y;
	min-height:100%;
	height: auto !important;
	height:100%;
}
	/* Header */
	div#header {
		width:893px;
		height:71px;
		padding:18px 27px 0 27px;
		background: url('/images/bg.png') repeat-x;
	}
	#logo {float:left;}
	div#zoeken {
		float:right;
		width:315px;
		height:34px;
		padding:11px 0 0 0;
	}
	.input {
		width:189px;
		height:24px;
		background: url('/images/input_bg.png');
		border:0;
		float:left;
		padding:10px 0 0 17px;
		color:#9da919;
		font-family:Verdana;
		font-size:12px;
	}
	a.btn {
		display:block;
		width:83px;
		height:24px;
		background: url('/images/btn.png');
		float:right;
		margin:1px 0 0 0;
		text-align:center;
		text-decoration:none;
		color:#fff;
		font-weight:bold;
		padding:8px 0 0 0;
	}
	a.btn:hover {
		font-weight:normal;
	}
	/* End Header */
	/* Bar */
	div#bar {
		width:920px;
		height:25px;
		padding:10px 0 0 27px;
		color:#b4b4b4;
		background: url('/images/bg.png') repeat-x bottom;
	}
	div#bar a {
		color:#b4b4b4;
		text-decoration:none;
		font-weight:normal;
	}
	div#bar a:hover {text-decoration:underline;}
	div#bar img {
		float:left;
		margin:0 24px;
	}
	/* End Bar */
	/* Content */
	div#content {
		width:947px;
	}
	div#left {
		width:179px;
		float:left;
		padding:26px 0 0 26px;
		color:#676767;
		font-weight:bold;
	}
	div#left a {
		color:#676767;
		font-weight:bold;
	}
	div#left ul {list-style-type:none;}
	div#left ul li {height:22px; padding:0; background:none;}
	div#middle {
		width:484px;
		float:left;
		padding:26px 0 0 0;
		margin:0 0 0 26px;
	}
	p {
		padding:10px 0;
		line-height:18px;
	}
	ul {
		list-style-type:none;
	}
	ul li {
		height:17px;
		background: url('/images/dot.png') left center no-repeat;
		padding:3px 0 0 13px;
	}
	ul li a {
		color:#000;
		font-weight:normal;
	}
	div#right {
		width:153px;
		float:right;
		padding:26px 26px 0 26px;
	}
	/* End Content */
/* End Container */
/* Tekst Opmaak */
h1 {
	color:#9da919;
	font-family:verdana;
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	padding:0 0 10px 0;
}
h2 {
	color:#9da919;
	font-family:verdana;
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	padding:0 0 10px 0;
	margin:10px 0 0 0;
}
h3 {
	color:#a31d00;
	font-size:18px;
	font-weight:normal;
	line-height:18px;
	font-family:verdana;
	margin:10px 0 0 0;
}
span.kop {
	color:#a31d00;
	font-weight:bold;
}
span.tekst {color:#676767;}
a.link {
	color:#9da919;
	font-weight:normal;
}
/* End Tekst Opmaak */