html, body{
	background: #E2E5CE;
	font-family: Helvetica, Arial, Garuda, sans-serif;
	font-size: 12px;
	color: #646567;
	padding: 0;
	margin: 0;
	min-height: 100%;
	height:auto !important;
	height:100%;
}

a { text-decoration: none; }

img { border: 0; }

h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	font-size: 24px;
	text-transform: uppercase;
	color: #4F96F4;
}

p {
	margin: 0;
	padding: 0;
}
	
#container {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	min-height: 100%;
	height:auto !important;
	height:100%;
	width: 1000px;
	background: url('/images/bg2.jpg') repeat-y;
	overflow-x: hidden;
}

#site {
	float: left;
	width: 984px;
	min-height: 400px;
	margin-top: 0;
	margin-left: 8px;
	padding-bottom: 50px;
	background: url('/images/top.jpg') no-repeat;
	display: inline;
}

#footer {
	clear: both;
	position: absolute;
	width: 949px;
	height: 25px;
	background: #4D6616;	
	margin-left: 8px;
	padding-right: 35px;
	margin-bottom: 14px;
	bottom: 0;
	text-align: right;
	color: #FFFFFF;
	line-height: 25px;
	font-size: 10px;
}
#footer a{ color: #FFFFFF; text-decoration: none; }

.topmenu { position: absolute; top: 161px; right: 30px; margin:0; padding: 0; font-size: 11px; }
.topmenu li{ float: left; margin:0; padding: 0; list-style: none; margin-right: 13px; display: inline; }
.topmenu a{ display: block; color: #445D0D; width: auto; height: auto; text-decoration: none; font-weight: bold; text-transform: uppercase; }
.topmenu a:hover { color: #4F96F4; }

#submenu { float: left; margin-top: 280px; margin-left: 35px; margin-bottom: 25px; width: 180px; font-size: 12px; border: 0px solid #000000; display: inline; }
.submenudiv { width: 180px; margin-bottom: 15px; }
.submenudiv a{ color: #313131; text-decoration: none; font-weight: bold; }
.submenudiv a:hover { color: #4F96F4; }

#content {
	float: right;
	width: 725px;
	margin-top: 280px;
	margin-right: 35px;
	margin-bottom: 25px;
	text-align: justify;
	line-height: 18px;
	color: #313131;
	border: 0px solid #000000;
	display: inline;
}

#content a { color:#4F96F4; font-weight:bold; text-decoration: none; }
#content a:hover { color:#445D0D; font-weight:bold; text-decoration: none; }

#home_nieuws {
	float: right; 
	width: 275px; 
	margin-bottom: 25px;
	margin-bottom: 0px;
	display: inline;
}

#home_nieuws a { color: #1C4D82; } 

#breadcrumbs {
	position: absolute;
	width: 730px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	top: 110px;
	left: 44px;
	color: #445D0D;
	border: 0px solid #000000;
}

#breadcrumbs a{ color: #445D0D; text-decoration: none; }

#zoekvenster {
	position: absolute;
	top: 10px;
	right: 45px;
}

#toplinks {
	position: absolute;
	top: 11px;
	right: 185px;
	color: #FFFFFF;
}

#toplinks a{ color: #FFFFFF; text-decoration: none; }

#headerpic {
	position: absolute;
	left: 8px;
	top: 0;
}	

.bluebox {
	background: url(/images/bluebox-bg.gif) repeat-x #5095DE;
	border: 1px solid #000000;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	color: #FFFFFF;
}


/* NEWSLETTER ONLINE */
.newsletter_online {
	margin-left: -80px;
	font-family: Arial; 
	font-size: 12px; 
	text-align: left;
}

.newsletter_online td, .newsletter_online tr{
	font-family: Arial; 
	font-size: 12px; 
	text-align: left;
}

.newsletter_online p{
	margin-bottom: 12px;
}

.newsletter_online .titel{
	color: #5591D0;
	font-size: 16px;
	font-weight: bold;
}


/* CMS STYLES */

.groen {
	color: #4E6717;
}

.blauw {
	color: #4F96F4;
}

/* FORM MODULE STYLES */
#form-module form { 
	padding: 0;
	margin: 0;
}

#form-module input {
	font-family: Helvetica, Arial, Garuda, sans-serif;
	float: left;
	background: #FFFFFF;
	width: 150px;
	height: 17px;
	border: 1px solid #FFFFFF;
	font-size: 12px;
}

#form-module textarea {
	font-family: Helvetica, Arial, Garuda, sans-serif;
	font-size: 12px;
	border: 1px solid #4F96F4;
}

#form-module .form_input {
	border: 1px solid #4F96F4;
}

#form-module label { font-weight: bold; float: left; display: block; width: 120px; padding-top: 5px; }

#form-module .button {
	height: 19px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 2px;
	border: 1px solid #4F96F4;
	background: #DEE063;
	font-size: 12px;
	font-weight: bold;
	width: auto;
}



