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: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

body {
	font-size: 0.8em;
	line-height: 1.35em;
	color: #000000;
}


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: #006699;
}

h2 {
	font-size: 1.1em;
	color: #006699;
	padding: 14px 0 4px;
	margin: 0;
	clear: both;
}

h3 {
	color: #006699;
	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_container2.gif) #dddddd 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 40px;   /* bottompadding minstens de totale hoogte van de footer */
}

.site {
   width: 779px;   		/* breedte van de site wordt hier bepaald */
   margin: 0 auto;
   overflow: hidden;
}

/* = = = header met eventuele menu's = = = */
#header {
	float: left;
	width: 770px;
	margin: 0 auto;
	position: relative;
	height: 164px; 
	padding: 0;
	clear: both;
}

	.visual1 {
		background: url(../images/visual1.jpg) transparent no-repeat 10px 0;
	}
	.visual2 {
		background: url(../images/visual2.jpg) transparent no-repeat 10px 0;
	}
	.visual3 {
		background: url(../images/visual3.jpg) transparent no-repeat 10px 0;
	}

	#blok {
		float: left;
		width: 133px;
		height: 202px;
		background: url(../images/zaaier.gif) transparent no-repeat top left;
		position: absolute;
		top: 0;
		left: 10px;
		z-index: 10;
	}

	/* = = = serviceMenu = = = */
	#serviceMenu {
		float: left;
		margin-left: 98px;
		margin-top: 10px;
	}
	
	* html #serviceMenu {
		margin-left: 49px;
		margin-top: 24px;
	}
	
		#serviceMenu li {
			display: inline;
			color: #CCCCCC;
		}
		
			#serviceMenu li a {
				padding: 0 5px;
				color: #333366;
				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;
			}


	/* = = = mainMenu = = = */
	#holder {
		float: left;
		clear: both;
		margin: 0 10px 0;
		width: 759px;
		padding-bottom: 10px;
		background-color: #ffffff;
		overflow: hidden;
	}
	* html #holder {
		margin-left: 5px;
	}

	#mainMenu {
		float: left;
		clear: both;
		width: 759px;
		background-color: #b4271c;
	}
	
		#mainMenu ul {
			padding-left: 0;
			margin: 0 0 0 200px;
			background-color: #b4271c;
			color: #ffffff;
			float: left;
		}
		
		* html #mainMenu ul {
			margin-left: 100px;
		}
			
			#mainMenu ul li { display: inline; }
			
			#mainMenu ul li a {
				padding: 6px 20px 5px 10px;
				background-color: #b4271c;
				font-size: 1.3em;
				color: #ffffff;
				text-decoration: none;
				float: left;
				/* border-right: 1px solid #fff; */
			}
			
			#mainMenu ul li a:hover {
				background-color: #801B12;
				color: #fff;
			}
	
			#mainMenu ul li.active a {
				background-color: #801B12;
				color: #fff;
				font-weight: normal;
			}


/* = = = body = = = */

#kolomLeft {
	float: left;
	margin: 0 0 0 10px;
	width: 200px; /* 211px */
	border-top: 1px solid #B4271C;
	border-right: 1px solid #B4271C;
}
* html #kolomLeft {
	margin-left: 5px;
}

	#kolomLeft p {
		padding: 20px;
	}

#contentRight {
	float: left;
	width: 527px; /* 568px */
	margin: 0 10px;
	padding: 10px;
	border-top: 1px solid #B4271C;
	border-right: 1px solid #B4271C;
	overflow: hidden;
}

	#date {
		color: #B4B4B4;
		text-align: right;
		padding: 40px 0 0 0;
		clear: both;
	}

	.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: 120px;
		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: 120px;
			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 #B4271C;
	}
	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 12px;
		padding: 0;
	}
	
		.nwsItem h2 {
			padding: 0;
			margin: 0;
			color: #b4271c;
		}
		
		.nwsItem span {
			font-size: 0.85em;
			color: #b4271c;
			display: block;
		}


/* = = = footer = = = */
#footer {
   position: absolute;   /* positioneer t.o.v. #container */
   bottom: -1px;
   width: 100%;
}

html>body #footer {
   bottom: 0;
}

	#footer .site {
		height: 40px;			/* let op: indien hoogte wijzigt ook bottompadding div#top aanpassen */
		background: url(../images/bg_footer.gif) #ffffff no-repeat top left;
	}
	
		div#colofon {
			color: #B4B4B4;
			font-size: 0.85em;
			text-align: right;
			padding: 20px 20px 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;
}