html {
	height: 100%;
	padding: 0;	
	color: #465a14;
	background: #fff;
	font: 9pt "Arial", Sans-Serif;
}

body {
	width: 903px;
	background: url("../images/layout/body_bg.png") repeat-y;
	margin: 0 auto;
	margin-top: 4px;
}

/* Link opmaak */
a {
	color: #465a14;
	text-decoration: none;
}
a:hover {
	color: #465a14;
	text-decoration: underline;
}
/* /Link opmaak */

/* Invisible */
.invisible {display: none;}
/* /Invisible */

/* Images */
img {border: 0;}
/* /Images  */

/* Alinea */
p {
	margin: 0;
	padding: 7px 0;
}
/* /Alinea  */

/* Header  */
div#top {
	width: 903px;
	height: 6px;
	background: url("../images/layout/top_bg.png") no-repeat;
	font-size: 1px; /* IE6 Fix */
	line-height: 0%; /* IE6 Fix */
}
div#header {
	width: 887px;
	height: 223px;
	background-repeat: no-repeat;
	margin: 0 8px;
}
/* /Header */

/* Menu  */
ul#menu {
	float: left;
	width: 724px;
	height: 25px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #DDFA50;
	border-bottom: 2px solid #DDFA50;
	list-style: none;
}
ul#menu li {
	float: right;
	padding: 5px 0 0 15px;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
}
/* /Menu */

/* Left */
div#left {
	float: left;
	width: 148px;
	background: #DDFA50 url("../images/layout/golf.png") no-repeat;
	margin: 0 0 0 8px;
	padding: 398px 0 0 0;
	border-top: 1px solid #fff;
}
ul#contact {
	float: left;
	height: 150px;
	width: 130px;
	margin: -160px 0 0 19px;
	padding: 0;
	font-size: 8pt;
	list-style: none;
}
ul#contact li {
	margin: 4px 0;
	padding: 0 0 0 30px;
}
ul#contact li.adres {background: url("../images/layout/adres.png") left top no-repeat;}
ul#contact li.e-mail {background: url("../images/layout/e-mail.png") left top no-repeat;}
ul#contact li.tel {background: url("../images/layout/tel.png") left top no-repeat;}
ul#contact li.gsm {background: url("../images/layout/gsm.png") left top no-repeat;}
ul#contact li.gsm, ul#contact li.e-mail, ul#contact li.tel {height: 20px;padding-top: 5px;}
/* / Left */

/* Content */
div#content {
	float: left;
	width: 723px;
	padding: 11px 0 0 15px;
	background: #fff;
}
div#content_left {
	float: left;
	width: 463px;
	margin: 0;
	padding: 0 8px 0 0;
}
.warning_small {
	font-size: 10px;
	font-weight: bold;
	color: #EE3224;
	text-decoration:none;
}
h2 {
	font-size: 12pt;
	margin: 0;
	padding: 20px 0 0 0;
	clear: both;
}
ul#vacatures {
	float: left;
	width: 215px;
	color: #fff;
	background: #B8182A;
	margin: 13px 0 20px 0;
	padding: 0 22px 0 15px;
	font-family: "Times New Roman";
	list-style: none;
}
ul#vacatures li a {color: #fff;}
ul#vacatures li {
	padding: 8px 0;
	border-bottom: 1px solid #fff;
	font-size: 10pt;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	font-size: 11pt;
}
ul#vacatures li.borderless {border: 0;}
div#contacteren {
	width: 723px;
	height: 215px;
	background: #DDFA50 url("../images/layout/adresboek.jpg") 97% 24px no-repeat;
	margin: 0 0 0 -10px;
	padding: 0 0 0 10px;
	overflow: hidden;
	clear: both;
}
div#contacteren form div{
	float: left;
	width: 145px;
}
div#contacteren form {
	float: left;
	width: 460px;
	height: 169px;
	margin: 15px 10px 15px 0;
	padding: 10px 0 0 9px;
	border-left: 2px solid #465A14;
	border-right: 2px solid #465A14;
	font-size: 8pt;
	font-weight: bold;
}
div#contacteren form h3{margin: 0 0 10px 0;}
div#contacteren form input.textfield {
	width: 135px;
	height: 19px;
	background: #EBFFA0;
	margin: 0 0 6px 0;
	padding: 3px 0 0 0;
	border: 1px solid #515E20;
}
div#contacteren textarea {
	width: 299px;
	height: 114px;
	background: #EBFFA0;
	margin: 0;
	padding: 0;
	border: 1px solid #515E20;	
	overflow: auto;
}
/* /Content  */

/* Footer */
div#footer {
	width: 903px;
	height: 6px;
	background: url("../images/layout/footer_bg.png") no-repeat;
	font-size: 1px; /* IE6 Fix */
	line-height: 0%; /* IE6 Fix */
	clear: both;
}
/* /Footer  */

/* Globol */
div#globol {
	width: 903px;
	height: 50px;
	background-color: #FFFFFF;
}
/* /Globol  */