body, html {
	margin: 0;
	padding: /*10px 0 */0;
	height: 100%;
}

body, p, td, h1, h2, h3, h4, h5, h6, input, textarea, select, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}

body {
	font-size: 0.8em;
	line-height: 1.4em;
   	background:  url(../images/bg_body.gif) #000066 repeat-x 50% 0;
}
* html body, * html p, * html td, * html h1, * html h2, * html h3, * html h4, * html h5, * html h6, * html input, * html textarea, * html select, * html ul, * html li {
	font-size: 12px;}


html {
	overflow-y: scroll;	/* Toont in Firefox altijd een scrollbar. Gecentreerde site verspringt niet steeds. CSS3 */
}

p {	margin: 0;}

h1, h2, h3 {color: #FF0099;}
h1, h2 {
	font-size: 1.3em;
	padding: 35px 0 15px;
	margin: 0;
	clear: both;
}
*:first-child+html h1, 
*:first-child+html h2 {
	padding-top: 16px;
}
h3 {
	font-weight: bold;
	padding: 14px 0 0;
	margin: 0;
	clear: both;
}
* html h1, * html h2 {font-size: 16px;}
a {
	text-decoration: none;
	color: #FF0099;
	font-weight: bold;
}

a:focus, a:active, a:visited {
	color: #FFFF66;
}
a:hover {
	color: #FFFF66;
}

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: #FFF;
}

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: 22px 0 0;
	padding: 0;
}

html>body #container {
   height: auto;
   min-height: 100%;
}

#top {					/* deze div omvat alles boven de footer */
   margin: 0;
   padding: 0 0 120px;   /* bottompadding minstens de totale hoogte van de footer */
}

.site {
   width: 963px;   		/* breedte van de site wordt hier bepaald */
   margin: 0 auto;
   overflow: hidden;
   position: relative;
}

	#siteLeft {
		float: left;
		width: 312px;
		background-color: #000066;
		margin: 0;
		padding: 0;
		overflow: hidden;
		height: 706px;
	}
	html>body #siteLeft {
	height: auto;
	min-height: 706px;
	}
	
	#siteRight {
		float: right;
		width: 651px;
		background:  url(../images/bg_siteRight.jpg) #000066 no-repeat 0 0;
		margin: 0;
		padding;0;
		overflow: hidden;
		height: 685px;
	}
	html>body #siteRight {
	   height: auto;
	   min-height: 685px;
	}
/*	* html #siteRight {
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	background-attachment: fixed;
} */


	/* = = = Kolom links met subnavigatie = = = */
	#kolomLeft {
		float: right;
		padding: 0;
		margin: 0 18px 0 0;
		width: 179px; /* 179px */
	}
	* html #kolomLeft {
		margin-left: 0;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}

		#kolomLeft .prog {
			float: left;
			margin: 106px 0 0 0;
			padding: 0;
		}
	
		#kolomLeft p {padding: 20px;}	

/* = = = header met eventuele menu's = = = */
#header {
	width: 485px;
	float: left;
	margin: 0 0 45px;
	clear: both;
}

	/* = = = serviceMenu = = = */
	#serviceMenu {
		float: right;
		padding-top: 10px;
		padding-right: 17px;
	}
	*:first-child+html #serviceMenu {margin-top: 20px;padding-right: 0;}
	* html #serviceMenu {margin-top: 20px;}
	
		#serviceMenu li {display: inline;}
		
			#serviceMenu li a {
				padding: 0 3px 0 8px;
				font-size: 1.1em;
				color: #000066;
				font-weight: bold;
				text-decoration: none;
			}
			* html #serviceMenu li a {font-size: 14px}
									
			#serviceMenu li a:hover, #serviceMenu li a:focus, #serviceMenu li a:active {
				color: #FFFF66;
			}
					
			#serviceMenu li.active a {
				color: #FFFF66;
			}

	/* = = = hoofdMenu = = = */
	#hoofdMenu {
		float: right;
		width: 485px;
		clear: both;
		margin: 0;
	}
	
	* html #hoofdMenu {
		margin: 0;
	}
		#hoofdMenu ul {
			margin: 10px 0 0;
			padding: 0;
		}
		*:first-child+html #hoofdMenu ul {margin: 0;}
		* html #hoofdMenu ul {margin: 0;}
		
		#hoofdMenu li {
			display: inline;
		}
		
			#hoofdMenu li a {
				padding: 0 0 0 23px;
				margin: 0;
				color: #fff;
				font-size: 1.2em;
				font-weight: bold;
				text-decoration: none;
				float: left;
			}
			*:first-child+html #hoofdMenu li a {padding: 0 0 0 26px;}
			* html #hoofdMenu li a {font-size: 15px}
			
			#hoofdMenu li.first a {padding-left: 0;}
			*:first-child+html #hoofdMenu li.first a {padding-left: 0;}
									
			#hoofdMenu li a:hover, #hoofdMenu li a:focus, #hoofdMenu li a:active {
				color: #FFFF66;
			}
					
			#hoofdMenu li.active a {
				color: #FFFF66;
			}

/* = = = De content = = = */
#contentRight {
	float: left; /* */
	width: 450px; /* 485px */
	padding: 0 35px 20px 0;
	height: 305px;
	overflow: hidden;
}
html>body #contentRight {
   height: auto;
   min-height: 305px;
}
 * html #contentRight {
 	height: 100%;
	padding-right: 20px;
/*	overflow: auto;*/
	overflow-x: hidden;
	overflow-y: auto;
} 

.vrZaZo {
	float: right;
	width: 160px;
	height: 120px;
	padding: 0;
	position: absolute;
	left: 780px;
	top: 310px;
}

.starTitle {
	width: 160px;
	height: 100px;
	padding: 0;
	position: absolute;
	left: 800px;
	top: 565px;
}
*:first-child+html .starTitle {top: 560px;}

	.starTitle h1 {
		padding: 8px 0 0;
		margin: 0;
		text-align: center;
	}


	.item {
		float: left;
		width: 100%;
		clear: both;
	}
	.ie6 {height: 150px;}
	
	.noH2 {
		padding-top: 14px;
	}

	#contentRight ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		#contentRight ul li {}
			#contentRight ul li a {
				padding: 0 0 0 22px;
				background: url(../images/sterretje.gif) transparent no-repeat 0 50%;
			}
			
			#contentRight ul ul.sitemap_level2, #contentRight ul ul.sitemap_level3 {margin: 0 0 10px 20px;}
	
	#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: 150px;
		vertical-align: middle;
		margin-right: 2px;
	}
	
		.scheider {		/* scheider als aantal getoond wordt */
			border-bottom: 1px solid #ffffff; 
			margin: 2px 0;
			clear: both;
		}
	
		.radioBox {
			width: 170px;
			margin-right: 12px;
		}
		
		td.label {
			width: 150px;
			vertical-align: top;
		}
	
	input, select, textarea {
		font-size: 0.9em;
		color: #FF0099;
		width: 260px;
		border: 1px solid #C5C6C8;
		margin: 2px 0;
	}
	input.aantal {
		font-size: 0.9em;
		padding: 1px 2px 3px 4px;
		width: 14px;
		height: 12px;
		vertical-align: top;
	}
	
	textarea {
	    height: 110px;
	}
	
	input.button {
		width: 90px;
		cursor: pointer;
		background-color: #FFCCCC;
		color: #000066;
		padding: 1px 0;
		margin-top: 10px;
		border: 1px solid #FF9D9D;
	}
	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;
	}

	/* = = = gastenboek = = = */
	.shbox {float: left; width: 100%; clear: both; margin-bottom: 14px;}
	
		.shbox .gast_th {font-weight: bold; color: #FF0099;}
	
		.shbox input.gast_input, .shbox textarea.gast_text {width: 169px;}
		* html .shbox input.gast_input, * html .shbox textarea.gast_text {width: 166px;}
	
		.gast_bericht {float: left;}


	/* = = = Nieuwspagina = = = */
	.nwsItem {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
		.nwsItem span {
			font-size: 0.85em;
			color: #FFE4E4;
			display: block;
		}
		.nwsItem span .more {
			display: block;
		}
		* html .nwsItem span {font-size: 11px}
		

/* = = = footer = = = */
#footer {
   position: absolute;   /* positioneer t.o.v. #container */
   bottom: -1px;
   width: 100%;
}

html>body #footer {
   bottom: 0;
}

	#footer .site {
		height: 120px;			/* let op: indien hoogte wijzigt ook bottompadding div#top aanpassen */
	}
	
		div#colofon {
			color: #FF0099;
			padding: 0 0 0 92px;
			width: 100%;
			float: left;
			clear: bloth;
		}
			#colofon a {
				color: #FF0099;
				text-decoration: none;
				padding: 0 10px 0 0;
				font-weight: bold;
			}
			#colofon a:hover, #colofon a:active { 
				text-decoration: underline;
			}
			
		div#footTxt {
			color: #FFFF66;
			font-size: 1.1em;
			font-weight: bold;
			padding: 30px 0 20px 0;
			margin: 0;
			text-align: center;
		}
		* html div#footTxt {font-size: 14px}

p.onderschrift {
	color: grey;
	font-style: italic;
	font-size: 0.9em;
}