body, html {
	margin: 0;
	padding: /*10px 0 */0;
	height: 100%;
   	background: url(../images/bg_body.gif) #fff repeat-y 50% 0;
}

body, p, td, h1, h2, h3, h4, h5, h6, input, textarea, select, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000033;
}

body {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #000033;
}


html {
	overflow-y: scroll;	/* Toont in Firefox altijd een scrollbar. Gecentreerde site verspringt niet steeds. CSS3 */
}

p {
	margin: 0;
}

h1, h2, h3 {color: #000066;}
h1 {
	font-size: 1.3em;
	padding: 12px 0;
	margin: 0;
	clear: both;
}

h2 {
	font-size: 1.3em;
	padding: 12px 0 4px;
	margin: 0;
	clear: both;
}

h3 {
	font-weight: bold;
	padding: 14px 0 0;
	margin: 0;
	clear: both;
}

a {
	text-decoration: underline;
	color: #CC3300;
}

a:hover, a:focus, a:active, a:visited {
	color: #000033;
}

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;
}

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;
}

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: 906px;   		/* breedte van de site wordt hier bepaald */
   margin: 0 auto;
   overflow: hidden;
   position: relative;
}
#topspace {
	height: 40px; 
	background: url(../images/bg_topspace.gif) #fff no-repeat 50% 100%;
	padding-top: 10px;
}
#blok {
	width: 170px;
	height: 312px;
	padding: 0 7px 6px;
	background: url(../images/soekmekaar.jpg) #fff no-repeat top center;
	position: absolute;
	top: 5px;
	right: 280px;
}

/* = = = header met eventuele menu's = = = */
#header {
	width: 890px;
	background: url(../images/bg_logo.gif) #ea8112 no-repeat 44px 122px;
	margin: 0 auto;
	height: 256px; 
	clear: both;
}

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

	/* = = = serviceMenu = = = */
	#serviceMenu {
		float: left;
		margin-right: 44px;
		margin-top: 27px;
	}
	
	* html #serviceMenu {
		margin-left: 49px;
		margin-top: 24px;
	}
	
		#serviceMenu li {
			display: inline;
		}
		
			#serviceMenu li a {
				padding: 0 3px 0 8px;
				color: #000066;
				font-weight: bold;
				text-decoration: none;
				background: url(../images/dot.gif) transparent no-repeat 0 51%;
			}
									
			#serviceMenu li a:hover, #serviceMenu li a:focus, #serviceMenu li a:active {
				text-decoration: underline;
			}
					
			#serviceMenu li.active a {
				text-decoration: underline;
			}

#adres {float: right; padding: 27px 44px 0 0;}

/* = = = hoofdMenu = = = */
#hoofdMenu {
	width: 890px;
	height: 40px;
	background-color: #fff;
	background-image: none;
	clear: both;
	margin: 0 auto;
	padding: 8px 0;
}

* html #hoofdMenu {
	margin: 0;
}
	#hoofdMenu ul {
		margin: 0;
		padding: 0 0 0 35px;
		height: 40px;
		background-color: #923200;
	}
	#hoofdMenu li {
		display: inline;
	}
	
		#hoofdMenu li a {
			padding: 14px 20px 4px 16px;
			margin: 0 10px;
			color: #EA8112;
			font-size: 1.3em;
			text-decoration: none;
			background: url(../images/dotHm.gif) transparent no-repeat 0 16px;
			float: left;
		}
								
		#hoofdMenu li a:hover, #hoofdMenu li a:focus, #hoofdMenu li a:active {
			background: url(../images/dotHm_a.gif) transparent no-repeat 0 16px;
			color: #fff;
		}
				
		#hoofdMenu li.active a {
			background: url(../images/dotHm_a.gif) transparent no-repeat 0 16px;
			color: #fff;
		}


/* = = = body = = = */

#kolomLeft {
	float: left;
	padding-top: 0;
	margin: 0 20px 0 10px;
	width: 237px; /* 267px */
}
* html #kolomLeft {
	margin-left: 5px;
}

	#kolomLeft p {
		padding: 20px;
	}
	
	#kolomLeft #nav {margin-bottom: 36px;}

#contentRight {
/*	float: left; */
	width: 535px; /* 623px */
	padding: 28px 44px;
	overflow: hidden;
	height: 325px;
}
html>body #contentRight {
   height: auto;
   min-height: 325px;
}

	.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 + Poll = = = */
	
	.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: 250px;
			margin-right: 12px;
		}
		
		td.label {
			width: 170px;
			vertical-align: top;
		}
		
		.poll {
			width: 200px;
		}
		
		.teller {
			font-size: 0.8em;
			color: #999999;
		}
	
	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: 14px;
		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;
	}
	
	.error {color:#FF0000; font-weight: bold;}
	
	/* = = = gastenboek = = = */
	.shbox {float: left; width: 100%; clear: both; margin-bottom: 10px;}
	
		.shbox .gast_th {font-weight: bold;}
	
		.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;}


	/* = = = 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: 50px; 
}

/* = = = 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 */
	}
	
		div#colofon {
			color: #B4B4B4;
			font-size: 0.85em;
			padding: 4px 10px 0 52px;
		}
			#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;
}
