
/* = = = 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 */
}

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;
	background: url(../images/bg_site.jpg) #1994CE repeat-y top center;
}

h1, h2, h3{clear: both; color: #3399CC;}
h1{
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	padding-top: 0;
	padding-bottom: 12px;
	letter-spacing: 1px;
}
h2{
	font-size: 1.3em; 
	font-weight: bold;
	font-style: italic;
	padding-top: 24px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 2px;
}

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

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

strong, b{
	font-weight: bold;
	color: #3399CC;
}

.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: 992px;
	margin: 6px auto 0;
	padding: 0;
	/*background: url(../images/bg_container.gif) transparent repeat-y top left;*/
}

#top {
	width:992px;
	height: 42px;
	margin:0 auto; 
	padding: 0;
	background: url(../images/top.png) transparent no-repeat top center;
}

#siteContent {
	float:left;
	clear:both;
	width:974px;
	margin:0 auto; 
	padding: 0 9px; 
	background: url(../images/bg.png) transparent repeat-y top left;
}

	#header {
		height: 183px;
		background: url(../images/bg_header.gif) transparent no-repeat top left;
	}
	
		#adres {
			float: left;
			clear: both;
			margin: 0 0 26px 500px;
			color: #0099CC;
		}
		* html #adres {margin-left: 250px;}
		
			#adres a {text-decoration: none; border: none;}
		
		/* = = = serviceMenu = = = */
		#serviceMenu {
			float: left;
			clear: both;
			width: 170px;
			margin-left: 765px;
		}
		
		* html #serviceMenu {
			margin-left: 382px;
		}
		
			#serviceMenu li {display: inline;}
			
				#serviceMenu li a {padding: 0;text-decoration: none; border: none;}
										

		/* = = = mainMenu = = = */
		#mainMenu {
			float: left;
			clear: both;
			height: 21px;
			width: 604px;
			margin-top: 32px;
			margin-left: 326px;
		}
		
		* html #mainMenu {
			margin-left: 165px;
		}
			
			#mainMenu ul {margin-top: 3px;}
				
				#mainMenu li {
					display: inline;
					padding: 0;
					margin-right: 17px;
				}
				#mainMenu ul li a {
					padding: 6px;
					color: #FF3333;
					font-size: 1.4em;
					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: #002400;
				}
						
				#mainMenu li.active a {
					color: #fff;
					padding: 3px 3px 9px 4px;
					background: url(../images/bg_mainMenu.gif) #FF3333 bottom right no-repeat;
				}
					
		/* = = = subMenu = = = */
		#subMenu {
			float: left;
			width: 195px;
			height: 20px;
			width: 604px;
			margin-top: 10px;
			margin-left: 330px;
		}
		
			#subMenu ul {
				margin: 0;
			}
	
				#subMenu li {display: inline; margin-right: 4px;}
					
					#subMenu li a {
						width: 129px;
						padding: 4px;
						color: #FF3333;
						text-decoration: none; 
						border: none;
						line-height: 1.1em;
					}
					
					*:first-child+html #subMenu li a {
						padding: 0 10px 10px 0;
					}
					
					* html #subMenu li a {
						padding: 0 10px 10px 0;
					}
						
					#subMenu li a:hover, #subMenu li a:focus, #subMenu li a:active {
						color: #3399CC;
					}
					
						#subMenu li.active a {
							color: #000;
						}
	
	/* = = = Content = = = */
	#content {
		float: right;
		width: 602px; /* 679px */
		padding: 0 40px 30px 37px
	}
	
	/* = = = Nieuws = = = */
	#nws {
		float: left;
		width: 271px; /* 295px */
		height: 419px;
		background: url(../images/bg_nws.png) transparent no-repeat 0 0;
		padding: 0 12px;
	}
	html>body #nws{
		height: auto;
		min-height: 419px;
	}
		#nws h2 {color: #000; letter-spacing: 0;}
		.nws {border-bottom: dashed 1px #FF9999;padding-bottom: 15px;margin-bottom: 15px;overflow: auto;}
		.nws h3 {color: #fff;}
		.nws img.alignLeft {margin: 4px 6px 6px 0;}
		.nws a {color: #111; border-color: #111;}

	
	#extra {float:right;width:679px}
		

/* = = = Footer = = = */
#footer {
	width: 992px;
	height: 67px;
	float: left;
	margin: 0 auto 20px;
	padding: 0;
	background: url(../images/footer.png) transparent no-repeat top center;
}
	
	#footer ul {margin-left: 338px; margin-top: 32px;}
	
	#footer li {display: inline;}
	
		#footer ul li {margin: 0 5px;}
		#footer ul li a {
				padding: 0;
				color: #FF3333;
				font-size: 0.8em;
				font-weight: bold;
				text-decoration: none;
				border: none;
			}
			
			#footer li a:hover, #footer li a:focus, #footer li a:active {
				color: #3399CC;
			}
					
			#footer li.active a {
				color: #3399CC;
			}
				
/* = = = 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.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;
		}

	/* = = = 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: 270px;
		}
		
		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: #999;
		}
		.gast_bericht {
			padding: 0 10px 8px;
			line-height: 20px;
		}

