
/* = = = RESETTING BROWSER DEFAULTS - based upon http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ = = = */

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 20px;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* = = = SITE DEFAULTS = = = */

html {
	overflow-y: scroll;	/* toont in FF altijd een scrollbar zodat gecentreerde site niet steeds verspringt. CSS3 */
}

body, html {
	height: 100%;
}

body, p, td, h1, h2, h3, h4, h5, h6, input, textarea, select {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
}

body {
	font-size: 0.8em;
	background: url(../images/bg_body.gif) #d3d3d3 repeat-y top center;
}

h1, h2, h3{
	clear: both; 
	}
h1{
	font-size: 1em; 
	padding: 0;
}
h2{
	font-size: 1em; 
	font-weight: bold;
	padding: 0;
}
h3 {
	font-size: 1.1em;
	padding: 0;
}

a {
	color: #0083c8;
}
a:hover, a:focus, a:active {
	text-decoration: none;
/*	border-bottom: solid 1px #3399CC;*/
}

a img, :link img, :visited img {
	border: 0;
}

strong, b{
	font-weight: bold;
}

.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
.alignCenter {
	margin: 0 auto;
}
img.alignLeft {
	margin: 4px 15px 15px 0;
}

img.alignRight {
	margin: 4px 0 15px 15px;
}
div.alignLeft {
	margin: 4px 15px 0 0;
}

.offScreen {
	position: absolute;
	left: -9999px;
}

/* = = = = = = = de site = = = = = = = */

#container {
	width: 894px;
	margin: 0 auto;
	padding: 0;
}

#siteContent {
	clear: both;
	float: left;
	margin: 0 auto; 
	padding: 0; 
	position: absolute;
	width: 894px;
}
	.hocon 	{background: url(../images/bg_site1.png) transparent no-repeat 0 0;}
	.perso 	{background: url(../images/bg_site2.png) transparent no-repeat 0 0;}
	.alg 	{background: url(../images/bg_site.png) transparent no-repeat 0 0;}
	

	#logo {
		background: url(../images/logo.png) transparent no-repeat top center;
		height: 200px;
		left: 57px;
		position: absolute;
		top: 68px;
		width: 340px;
	}
	#citaat {
		height: 305px;
		left: 384px;
		position: absolute;
		top: 100px;
		width: 510px;
		z-index: 20;
	}
	
	/* = = = hoofdMenu = = = */
	#nav {
		margin-bottom: 25px;
	}
	
	#nav ul {
		list-style-type: none;
		text-align: left;
		padding: 0;
	}
	
		#nav li {
			list-style: none;
			padding: 0 0 10px;
		}
		
		#nav a {
			display: block;
			font-family: 'Nobile', arial, serif;
			font-size: 15px;
			font-style: italic;
			font-weight: bold;
			letter-spacing: 1px;
			padding: 0;
			text-align: right;
			width: 161px;
		}
		*:first-child+html #nav a {font-size: 13px;}
		
		#nav a:link, #nav a:visited {
			text-decoration: none;
			color: #000;
		}
	
		#nav a:hover, #nav a:active {
			color: #0083C8;
			text-decoration: none;
		}
		
		#nav li.active a:link,
		#nav li.active a:visited{
			color: #0083C8;
		}
		#nav li.active a:hover {
			color: #0083C8;
		}
		
			/* submenu */
			
			#nav li ul {
				width: auto;
				margin: 0 0 0 6px;
			}
			
			#nav li ul a {
				background: none;
			}
			
			#nav li.active li {
				padding-bottom: 0;
				/*width: 160px;*/
			}
	
			#nav li.active li a:link,
			#nav li.active li a:visited {
				display: block;
				font-size: 0.8em;
				line-height: 15px;
				padding: 2px 0;
				width: 155px;
			}
			
			#nav li.active li a:hover {
				color: #0083C8;
				text-decoration: underline;
			}
			
				#nav li.active li.active a {
					color: #0083C8;
					text-decoration: underline;
				}
			
								
/* = = = Content = = = */
	#content {
		float: left;
		margin-top: 374px;
		margin-left: 80px;
		padding-bottom: 30px;
		width: 475px; /* 475px */
	}
	
/* = = = Kolom links = = = */
	#kolLeft {
		float: left;
		height: 458px;
		margin-top: 300px;
		padding: 0 0 10px;
		width: 160px; /* 160px */
	}
	html>body #kolLeft{
		height: auto;
		min-height: 458px;
	}
		#kolLeft h2 {color: #592C68; font-size: 1.3em; padding: 0 0 0 20px;}
		.kolLeft {/*border-bottom: dashed 1px #FF9999;*/padding-bottom: 15px;margin-bottom: 15px;overflow: auto;}
		.kolLeft h3 {color: #592C68; font-size: 1em;}
		.kolLeft img.alignLeft {margin: 4px 6px 6px 0;}
		.kolLeft a {color: #009999; border-color: #009999;}
	
	#extra {float:right;width:679px}

/* = = = Kolom rechts = = = */
	#kolRight {
		background-color: #e7ecef;
		float: left;
		height: 290px;
		padding: 30px 50px 10px 40px;
		width: 174px; /* 264px */
	}
	html>body #kolRight{
		height: auto;
		min-height: 290px;
	}
		#kolRight h2 {font-size: 1.2em; padding: 0;}
		.kolRight {/*border-bottom: dashed 1px #FF9999;*/padding-bottom: 15px;margin-bottom: 15px;overflow: auto;}
		.kolRight h3 {color: #666; font-size: 1em;}
		.kolRight img.alignLeft {margin: 4px 6px 6px 0;}
		.kolRight a {color: #C04D48;}
	

/* = = = Opmaak overig = = = */
	.item {
		clear: both;
		float: left;
		padding: 0 0 14px;
		width: 100%;
	}

	#content ul {
		list-style-type: none;
		margin-bottom: 0;
	}
		#content ul li {
			padding: 0 0 0 8px;
			background: url(../images/dot.gif) transparent no-repeat 0 0.3em;
		}
		
			#content ul ul.sitemap_level2, #content ul ul.sitemap_level3 {margin: 0 0 12px 30px;}
			#content ul.smap li {display: inline; padding-right: 14px;}
		
	#content ol {
		list-style-type: decimal;
	}
		#content ol li {
			margin: 0 0 0 23px;
		}
		html>body #content ol li {
			margin: 0 0 0 21px;
		}
		*:first-child+html #content ol li {
			margin: 0 0 0 23px;
		}

	/* = = = Opmaak Citaten = = = */
	#citaat .item, #citaat .item p, #citaat .item h2 {
		clear: both;
		color: #8e8f90;
		float: left;
		font-family: 'Nobile', arial, serif;
		font-style: italic;
		padding: 0;
		text-align: right;
		width: 100%;
	}
	*:first-child+html #citaat .item, 
	*:first-child+html #citaat .item p, 
	*:first-child+html #citaat .item h2 {font-size: 12px;}
	
	#citaat img.alignRight {margin: 10px 0 15px 15px;}


	/* = = = Nieuwspagina = = = */
	
	.nwsItem {
		width: 100%;
		margin: 0;
		padding: 0 0 12px;
	}
	.lijst {padding: 0}
		.nwsItem h2 {
			padding: 0;
		}
		.nwsItem .date {
			font-size: 0.8em;
			display: block;
			padding-bottom: 4px;
		}

	/* = = = Formulier + poll = = = */
	.item div {
		clear: both;
	}
	
	.form {margin:0px;}
	.form div {float: left; margin-bottom: 6px;}
	.form div div {margin-bottom: 0;}
	
	.dotted {
		padding-bottom: 20px;
		margin-bottom: 10px;
		border-bottom: 2px dotted #ccc;
	}
	
	label{
		float: left;
		width: 190px;
		vertical-align: middle;
		margin-right: 2px;
	}
		.radioBox {
			width: 240px;
		}
		
		td.label {
			width: 190px;
			vertical-align: top;
		}
		
		.poll {
			width: 200px;
			clear: none;
		}
		
		.teller {
			font-size: 0.8em;
			color: #999999;
		}
	
	input, select, textarea {
		font-size: 1em;
		width: 260px;
		border: 1px solid #0097b4;
		padding: 2px 0;
		margin: 2px 0;
	}
	input.aantal {
		font-size: 0.9em;
		padding: 1px 2px 3px 4px;
		width: 10px;
		height: 12px;
		vertical-align: top;
	}
	
	textarea {
	    height: 70px;
	}
	
	input.button {
		background-color: #0097b4;
		border-color: #9fb3be;
		cursor: pointer;
		color: #fff;
		font-weight: bold;
		margin-left: 0;
		padding: 2px 0;
		width: 120px;
	}
	input.stem {width: 70px; margin-top: 6px;}
	
	input.radio,
	input.checkBox {
		float: left;
		clear: left;
		width: 16px;
		border: none;
		margin: 6px 4px 0 0;
	}
	
	* html input.radio,
	* html input.checkBox {
		margin: 2px 4px 0 0;
	}
	
	*:first-child+html input.radio,
	*:first-child+html input.checkBox {
		margin: 2px 4px 0 0;
	}

	/* = = = Zoeken = = = */
	div.search {
		width: 174px;
	}
	#query {
		background-color: #e7ecef;
		border-color: #9fb3be;
		color: #9fb3be;
		height: 20px;
		width: 137px;
	}
	input.zoek {
		background-color: #e7ecef;
		border: none;
		cursor: pointer;
		color: #9fb3be;
		float: right;
		font-weight: bold;
		padding: 2px 0;
		width: 35px;		
		}

	/* = = = Gastenboek = = = */
	.shbox {
		margin-bottom: 10px;
	}
	
		.gast_th {
			padding: 4px 0 0 0;
			font-weight: bold;
			color: #999;
		}
		.gast_bericht {
			padding: 0 10px 8px;
			line-height: 20px;
		}

	/* = = = YouTube item = = = */
	.youTube {
		margin: 8px auto;
		text-align: center;
		width: auto;
	}