
/* = = = 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: 18px;
	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 */
	background: url(../images/bg_geel.gif) transparent repeat-x top center;
}

body, html {
	height: 100%;
}

body, p, td, h1, h2, h3, h4, h5, h6, input, textarea, select {
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 0.75em;
}

h1, h2, h3{clear: both;	font-weight: bold;}
h1{
	color: #ed1e24;
	font-size: 1.3em;
	padding-top: 0;
	padding-bottom: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h2{
	color: #000;
	font-size: 1.3em; 
	font-weight: bold;
	padding-top: 24px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
h3 {
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 2px;
}

a {
	border-bottom: solid 1px #000;
	color: #000;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	border-bottom: solid 1px #ed1e24;
}

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 = = = = = = = */
#bg {
	width: 1008px;
	height: 1013px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg_figuren.png) transparent no-repeat 110% 80px;
}
#container {
	width: 901px;
	margin: 0 auto;
	padding: 0;
}

#siteContent {
	float: left;
	clear: both;
	width: 901px;
	margin: 0 auto; 
	padding: 0; 
}

	#header {
		float: left;
		clear: both;
		height: 286px;
		width: 901px;
		background: url(../images/bg_header.png) transparent no-repeat top center;
	}
	
		/* = = = serviceMenu = = = */
		#serviceMenu {
			float: right;
			clear: both;
			margin-top: 14px;
			margin-right: 164px;
		}
		
		* html #serviceMenu {
			margin-left: 382px;
		}
		
			#serviceMenu li {display: inline; padding: 0; margin-left: 6px;}
			
				#serviceMenu li a {
					border: none;
					padding: 0; 
					text-transform: uppercase; 
					font-weight: bold; 
					font-size: 0.9em;
				}
				#serviceMenu li a:hover, 
				#serviceMenu li a:focus, 
				#serviceMenu li a:active {border-bottom: solid 1px #000;}
										

		/* = = = mainMenu = = = */
		#mainMenu {
			float: left;
			clear: both;
			height: 21px;
			margin-top: 10px;
			margin-left: 138px;
			width: 700px;
		}
		
		*:first-child+html #mainMenu {margin-top: 50px;}
		* html #mainMenu {margin-left: 165px;}
			
			#mainMenu ul {margin-top: 3px;}
				
				#mainMenu li {
					display: inline;
					padding: 0;
					margin-right: 13px;
				}
				#mainMenu ul li a {
					padding: 6px;
					color: #000;
					font-size: 1.3em;
					font-weight: bold;
					text-decoration: none; 
					text-transform: uppercase;
					border: none;
				}
				
				* html #mainMenu ul li a {
					padding-left: 1px;
				}
										
				#mainMenu li a:hover, #mainMenu li a:focus, #mainMenu li a:active {
					color: #ed1e24;
				}
						
				#mainMenu li.active a {
					color: #ed1e24;
					padding: 3px 3px 9px 4px;
				}
					
		#titel {
			float: left;
			clear: both;
			margin-top: 94px;
			margin-left: 144px;
		}

		/* = = = subMenu = = = */
		#mainMenu li ul.sub { 
			display: none;
			position: absolute; 
		/* 	padding-top: 20px;
			top: 0;
			left: 0;
			width: 196px;*/
		}
		
		#mainMenu li:hover ul.sub {display: block;}	
			#mainMenu li ul.sub li {display: block;background: none; padding: 0; width: 150px;}
			#mainMenu li li a, 
			#mainMenu li.active li a,
			#mainMenu li.active li.active a {font-size: 1em; padding: 2px 20px 3px 14px; text-align: right; text-transform:none;}
			#mainMenu li li a:hover,
			#mainMenu li.active li.active a, 
			#mainMenu li.active li a:hover {color: #ED1E24;}
			#mainMenu li.active li a {color: #000;}
			

#wrapper {
	background: url(../images/bg_wrapper.png) transparent repeat-y top center;
	float: left; 
	width: 887px; /* 901px */
	padding: 0;
	border-left: 7px solid #020202; 
	border-right: 7px solid #020202;
}	

	/* = = = Nieuws = = = */
	#nws {
		float: left;
		width: 188px; /* 248px */
		height: 419px;
		padding: 0 25px 0 35px;
		/*background-color: red;*/
	}
	html>body #nws {
		height: auto;
		min-height: 419px;
	}
		#nws h2 {color: #000; letter-spacing: 0;}
		.nws {border-bottom: solid 2px #000;padding-bottom: 15px;margin-bottom: 15px;overflow: auto;}
		.nws h3 {color: #fff;}
		.nws strong{color: #ed1e24;}
		.nws img.alignLeft {margin: 4px 6px 6px 0;}
		.nws a {color: #ed1e24; border: none;}
		.nws p {clear: both;}
	
	#extra {float:right;width:679px}
		
	/* = = = Content = = = */
	#content {
		float: left;
		height: 449px;
		width: 349px; /* 399px */
		padding: 0 25px;
		margin: -30px 0 0;
		background-color: #ffcc66;
	}
	html>body #content{
		height: auto;
		min-height: 449px;
	}

	
/* = = = Footer = = = */
#footer {
	width: 901px;
	height: 90px;
	float: left;
	margin: 0 auto 20px;
	padding: 0 0 40px;
	background: url(../images/bg_footer.png) transparent no-repeat top center;
}
	
	#footer ul {margin-left: 725px; margin-top: 102px;}
	
	#footer li {display: inline;}
	
		#footer ul li {margin: 0 3px;}
		#footer ul li a {
				padding: 0;
				font-size: 0.9em;
				font-weight: bold;
				text-decoration: none;
				border: none;
			}
			
			#footer ul li a:hover, #footer ul li a:focus, #footer ul li a:active {
				border-bottom: solid 1px #000;
			}
					
				
/* = = = Opmaak overig = = = */
	.item {
		float: left;
		clear: both;
		width: 100%;
		padding: 0;
	}

	#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.5em;
		}
		
			#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;
		}

	/* = = = Nieuwspagina = = = */
	
	.nwsItem {
		width: 100%;
		margin: 0;
		padding: 0 0 12px;
	}
	.lijst {padding: 0}
		.nwsItem h2 {padding-bottom: 0;}
		.nwsItem .date {
			font-size: 0.85em;
			color: #666666;
			display: block;
			padding-bottom: 4px;
		}

	/* = = = Formulier + poll = = = */
	.item div {
		clear: both;
	}
	
	.dotted {
		padding-bottom: 20px;
		margin-bottom: 10px;
		border-bottom: 2px dotted #ccc;
	}
	
	label{
		float: left;
		width: 160px;
		vertical-align: middle;
		margin-right: 2px;
	}
		.radioBox {
			width: 165px;
		}
		
		td.label {
			width: 160px;
			vertical-align: top;
		}
		
		.poll {
			width: 200px;
			clear: none;
		}
		
		.teller {
			font-size: 0.8em;
			color: #999999;
		}
	
	input, select, textarea {
		font-size: 1em;
		width: 270px;
		border: 1px solid #3399CC;
		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 {
		width: 110px;
		cursor: pointer;
		color: #fff;
		background-color: #F10908;
		font-weight: bold;
		padding: 2px 0;
		border: 1px dashed #fff;
		margin-left: 0;
	}
	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;
	}

	/* = = = Gastenboek = = = */
	.shbox {
		margin-bottom: 10px;
	}
	
		.gast_th {
			padding: 4px 0 0 0;
			font-weight: bold;
			color: #F10908;
		}
		.gast_bericht {
			padding: 0 10px 8px;
			line-height: 20px;
		}

