body, html {
	margin: 0;
	padding: /*10px 0 */0;
	height: 100%;
	background-color: #e9e9e9;
}

body, p, td, h1, h2, h3, h4, h5, h6, input, textarea, select, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003366;
}

body {
	font-size: 0.8em;
	line-height: 1.35em;
	color: #003366;
}


html {
	overflow-y: scroll;	/* Toont in Firefox altijd een scrollbar. Gecentreerde site verspringt niet steeds. CSS3 */
}

p {
	margin: 0;
}

h1 {
	font-size: 1.3em;
	padding: 8px 0;
	margin: 0;
	clear: both;
	color: #0086B2;
}

h2 {
	font-size: 1.1em;
	color: #0086B2;
	padding: 10px 0 4px;
	margin: 0;
	clear: both;
}

h3 {
	color: #0086B2;
	font-weight: bold;
	padding: 14px 0 0;
	margin: 0;
	clear: both;
}

a {
	text-decoration: underline;
	color: #006699;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: #006699;
}

a img, :link img, :visited img {
	border: 0;
}

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

img.alignLeft {
	display: block;
	margin: 0 14px 0 0;
}

img.alignRight {
	display: block;
	margin: 0 0 0 14px;
}
* html img.alignRight {
	margin-right: 4px;
}

strong, b {
	font-weight: bold;
	color: #006699;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #972A13;
	width: 100%;
	text-align: left;
}

.offScreen {
	position: absolute;
	left: -9999px;
}

/* = = = de site = = = */

#container {
	position: relative;   /* #footer wordt t.o.v. deze div gepositioneerd */
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg_container.gif) #f4f4f4 repeat-y 50% 0;
}

html>body #container {
   height: auto;
   min-height: 100%;
}

#top {					/* deze div omvat alles boven de footer */
   margin: 0;
   padding: 0 0 50px;   /* bottompadding minstens de totale hoogte van de footer */
}

.site, .siteF {
   width: 851px;   		/* breedte van de site wordt hier bepaald */
   margin: 0 auto;
   overflow: hidden;
   background: url(../images/bg_site.gif) #fff repeat-y 0 0;
   border-left: 1px solid #c1c1c1;
   border-right: 1px solid #c1c1c1;
}
.siteF {background: none; background-color: #fff;}

/* = = = header met eventuele menu's = = = */
#header {
	width: 833px;
	background-color: #fff;
	margin: 0 auto;
	height: 187px; 
	padding: 0 0 18px;
	clear: both;
}

	.visual1 {background: url(../images/visual1.jpg) transparent no-repeat 0 0;}
	.visual2 {background: url(../images/visual2.jpg) transparent no-repeat 0 0;}
	.visual3 {background: url(../images/visual3.jpg) transparent no-repeat 0 0;}
	.visual4 {background: url(../images/visual4.jpg) transparent no-repeat 0 0;}
	.visual5 {background: url(../images/visual5.jpg) transparent no-repeat 0 0;}
	.visual6 {background: url(../images/visual6.jpg) transparent no-repeat 0 0;}
	.visual7 {background: url(../images/visual7.jpg) transparent no-repeat 0 0;}
	.visual8 {background: url(../images/visual8.jpg) transparent no-repeat 0 0;}

	/* = = = serviceMenu = = = */
	#serviceMenu {
		float: right;
		margin-right: 40px;
		margin-top: 10px;
	}
	
	* html #serviceMenu {
		margin-left: 49px;
		margin-top: 24px;
	}
	
		#serviceMenu li {
			display: inline;
			color: #fff;
			font-weight: bold;
		}
		
			#serviceMenu li a {
				padding: 0 3px;
				color: #fff;
				font-weight: bold;
				text-decoration: none;
			}
									
			#serviceMenu li a:hover, #serviceMenu li a:focus, #serviceMenu li a:active {
				text-decoration: underline;
			}
					
			#serviceMenu li.active a {
				text-decoration: underline;
			}


/* = = = body = = = */

#kolomLeft {
	float: left;
	margin: 0 20px 0 10px;
	width: 180px; /* 181px */
}
* html #kolomLeft {
	margin-left: 5px;
}

	#kolomLeft p {
		padding: 20px;
	}
	
	#kolomLeft #nav {margin-bottom: 36px;}
	#kolomLeft #buttons ul {
		list-style-type: none;
		text-align: left;
		padding: 0;
		margin-left: 0;
	}

#contentTop {
	float: right;
	width: 632px;
	height: 10px;
	margin-right: 9px;
	background: url(../images/topContent.gif) #ffffff no-repeat top left;
}
#contentRight {
	float: left; /* WvV: was uitgezet. Waarom? Weer aangezet ivm verkeerde weergave in Chrome */ 
	width: 560px; /* 632px */
	padding: 10px 40px 10px 30px;
	border-left: 1px solid #0099cc;
	border-right: 1px solid #0099cc;
	overflow: hidden;
	height: 425px;
}
html>body #contentRight {
   height: auto;
   min-height: 425px;
}

	.item {
		clear: both;
	}
	
	.noH2 {
		padding-top: 14px;
	}

	#contentRight ul {
		margin: 0;
		padding: 0;
		list-style-type: disc;
	}

		#contentRight ul li {
			margin: 0 0 0 28px;
		}
	
	#contentRight ol {
		margin: 0;
		padding: 0;
		list-style-type: decimal;
	}
	
		#contentRight ol li {
			margin: 0 0 0 34px;
		}


	/* = = = Formulier = = = */
	
	.item div {
		clear: both;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
		td {
			margin: 0;
			padding: 0;
		}
	
	
	label{
		float: left;
		width: 170px;
		vertical-align: middle;
		margin-right: 2px;
	}
	
		.scheider {		/* scheider als aantal getoond wordt */
			border-bottom: 1px solid #ffffff; 
			margin: 2px 0;
			clear: both;
		}
	
		.radioBox {
			width: 290px;
			margin-right: 12px;
		}
		
		td.label {
			width: 170px;
			vertical-align: top;
		}
	
	input, select, textarea {
		font-size: 1em;
		width: 260px;
		border: 1px solid #C5C6C8;
		margin: 2px 0;
	}
	input.aantal {
		font-size: 0.9em;
		padding: 1px 2px 3px 4px;
		width: 10px;
		height: 12px;
		vertical-align: top;
	}

	
	textarea {
	    height: 110px;
	}
	
	input.button {
		width: 90px;
		cursor: pointer;
		background-color: #f5f5f5;
		padding: 1px 0;
		margin-top: 10px;
		border: 1px solid #003366;
	}
	input.stem {
		width: 50px;
		padding: 0;
	}
	
	input.radio,
	input.checkBox {
		float: left;
		clear: both;
		width: 16px;
		vertical-align: middle;
		border: none;
		margin-right: 5px;
		margin-left: 2px;
	}
	
	* html input.radio,
	* html input.checkBox {
		margin: 0 5px 0;
	}
	
	*:first-child+html input.radio,
	*:first-child+html input.checkBox {
		margin: 0 5px 0;
	}

	/* = = = Nieuws = = = */
	
	.nwsItem {
		width: 100%;
		margin: 0 0 16px;
		padding: 0;
	}
	
		.nwsItem h2 {
			padding: 0;
			margin: 0;
		}
		
		.nwsItem span {
			font-size: 0.85em;
			color: #b4271c;
			display: block;
		}
		
/* = = = bottom met disclaimer = = = */
#bottom {
	clear: both;
	height: 104px; /* 150px */
	padding: 46px 10px 0;
	background: url(../images/bg_footer.gif) #ffffff no-repeat top center;
}
	#disclaimer {
		float: left;
		margin: 48px 0 0 26px;
	}
		#disclaimer a {text-decoration: none;} 
		#disclaimer a:hover {text-decoration: underline;}

/* = = = footer = = = */
#footer {
   position: absolute;   /* positioneer t.o.v. #container */
   bottom: -1px;
   width: 100%;
}

html>body #footer {
   bottom: 0;
}

	#footer .siteF {
		height: 50px;			/* let op: indien hoogte wijzigt ook bottompadding div#top aanpassen */
	}
	
		div#colofon {
			color: #B4B4B4;
			font-size: 0.85em;
			text-align: right;
			padding: 4px 10px 0 0;
		}
			#colofon a {
				color: #B4B4B4;
				text-decoration: none;
			}
			#colofon a:hover, #colofon a:active { 
				text-decoration: underline;
			}

p.onderschrift {
	color: grey;
	font-style: italic;
	font-size: 0.9em;
}