
/* = = = 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: 16px;
	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: #535369;
	font-family: Verdana, sans-serif;
}

body {
	font-size: 0.7em;
	background-color: #ffffff;
}

h1, h2, h3{
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	clear: both;
}

h1{
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 6px;
	color: #0095da;
	letter-spacing: 1px;
}
h2{
	font-size: 1em; 
	padding-top: 10px;
	padding-bottom: 0;
	color: #0095da;
	font-weight: bold;
	letter-spacing: 1px;
}
h3 {
	padding-top: 10px;
	padding-bottom: 0;
	color: #0095da;
}

a {
	color: #003366;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}

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 8px 6px 0;
}
img.alignRight {
	margin: 4px 0 6px 8px;
}

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


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

#container{
	width: 732px;
	margin: 16px auto 0;
	background: url(../images/bg_container.gif) transparent repeat-y 0 0;
}


/* = = = siteTop = = = */
#siteTop{
	position: relative;
	width: 100%;
	height: 246px;
	background: url(../images/bg_siteTop.gif) #7AD3F7 no-repeat 0 49px;
	overflow: hidden;
	z-index: 1;
}

html>body #siteTop{
	height: auto;
	min-height: 246px;
}

	#siteTopBar{
		height: 49px;
		background: url(../images/bg_visualTop01.gif) #ffffff no-repeat left top;
	}	/* visual bomen hierboven aanpassen en bij #siteTopRight:
			bg_visualTop01 of bg_visualTop02 */
	
	#siteTopBar img {
		margin-top: 19px;
		float: left;
	}
	
		/* = = = serviceMenu = = = */
		#serviceMenu {
			float: right;
			margin-right: 32px;
			margin-top: 27px;
		}
		
		* html #serviceMenu {
			margin-right: 16px;
		}
		
			#serviceMenu li {
				display: inline;
			}
			
				#serviceMenu ul li a {
					font-family: Georgia, Verdana, Helvetica, sans-serif;
					letter-spacing: 1px;
					padding: 0 0 0 5px;
					color: #0095da;
					font-size: 1em;
					font-weight: bold;
					text-decoration: none;
				}
										
				#serviceMenu li a:hover, #serviceMenu li a:focus, #serviceMenu li a:active {
					color: #2C5582;
				}
						
				#serviceMenu li.active a {
					color: #2C5582;
				}

	
	#siteTopLeft {
		float: left;
	}
	
	#siteTopRight {
		float: right;
		width: 394px; /* 442px */
		padding: 0 28px 0 20px;
		background: url(../images/bg_visualTop01b.gif) transparent no-repeat 0 0;
	}   /* visual bomen hierboven aanpassen en bij #siteTopBar:
		bg_visualTop01b of bg_visualTop02b */

/* = = = TopLeft = = = */

	/* = = = mainMenu = = = */
	#mainMenu {
		float: left;
		width: 182px;
		margin-left: 20px;
		margin-top: 13px;
	}
	
	* html #mainMenu {
		margin-left: 10px;
	}
		
		#mainMenu ul {
			font-size: 1.05em;
			font-family: Georgia, Verdana, Helvetica, sans-serif;
		}
			
			#mainMenu li {
				padding: 0;
			}
				
				#mainMenu li a {
					display: block;
					width: 182px;
					letter-spacing: 0.1em;
					color: #ffffff;
					font-weight: bold;
					text-decoration: none;
					padding: 4px 0 0 0;
				}
					
				#mainMenu li a:hover, #mainMenu li a:focus, #mainMenu li a:active {
					color: #2C5582;
				}
					
					#mainMenu li.active {
						padding: 0;
						color: #2C5582;
					}
				
					#mainMenu li.active a {
						padding: 4px 0 0 0;
						color: #2C5582;
					}
					
	/* = = = fotostrip = = = */
	#fotostrip {
		position: absolute;
		width: 67px;
		height: 154px;
		top: 91px;
		left: 202px;
		z-index: 5;
		overflow: hidden;
	}
	
		html>body ul.fotostrip li {
			padding: 0 0 3px 0;
		}
		
		* html ul.fotostrip li {
			padding: 0 0 5px 0;
		}



/* = = = TopRight = = = */

	#visual {
		height: 168px;
	}

	/* = = = subMenu = = = */
	
	#subMenu {
		float: left;
	}
	
		#subMenu ul {
			font-family: Georgia, Verdana, Helvetica, sans-serif;
		}

			#subMenu li {
				display: inline;
				padding: 0;
			}
				
				#subMenu li a {
					letter-spacing: 1px;
					color: #0095da;
					font-size: 1.1em;
					font-weight: bold;
					text-decoration: none;
					padding: 0 40px 0 0;
				}
					
				#subMenu li a:hover, #subMenu li a:focus, #subMenu li a:active {
					color: #2C5582;
				}
				
					#subMenu li.active a {
						padding: 0 40px 0 0;
						color: #2C5582;
					}


/* = = = Content = = = */

#contentLeft {
	float: left;
	width: 270px; /* 290px */
	padding-left: 20px;
	padding-top: 12px;
	background-color: transparent;
}

	#contentLeft h1 {
		padding-top: 14px;
		padding-bottom: 0;
	}
	
	#contentLeft .nwsHP {
		width: 245px;
	}

#contentMain {
	float: right;
	width: 390px; /* 442px */
	height: 200px;
	border-left: solid 2px #6cd0f6;
	border-right: solid 2px #6cd0f6;
	padding: 0 28px 4px 20px;
	background-color: #ffffff;
}
html>body #contentMain {
	height: auto;
	min-height: 200px;
}

	#contentMain ul,
	#contentLeft ul {
		list-style-type: none;
		margin-bottom: 0;
	}
	
		#contentMain ul li,
		#contentLeft ul li {
			padding: 0 0 0 8px;
			margin-left: 8px;
			background: url(../images/dot.gif) transparent no-repeat 0 0.5em;
		}
		
			#contentLeft ul li a:link,
			#contentLeft ul li a:visited  {
				text-decoration: none;
				color: #0095da;
			}
			
			#contentLeft ul li a:hover,
			#contentLeft ul li a:active  {
				text-decoration: underline;
				color: #0095da;
			}
			
			#contentLeft a.more  {
				display: block;
				margin-top: 4px;
				text-decoration: none;
				color: #0095da;
			}

		
	#contentMain ol {
		list-style-type: decimal;
	}
	
		#contentMain ol li {
			margin: 0 0 0 23px;
		}
	
		html>body #contentMain ol li {
			margin: 0 0 0 21px;
		}
	
		*:first-child+html #contentMain ol li {
			margin: 0 0 0 23px;
		}

	/* = = = Nieuws = = = */
	
	.nwsItem {
		width: 390px;
		margin: 0;
		padding: 0;
	}
	
		.nwsItem h2 {
			padding: 14px 0 0;
			margin: 0;
		}
		
		.nwsItem span {
			font-size: 0.85em;
			color: #0095da;
			display: block;
		}

	/* = = = Formulier + poll = = = */
	.item div {
		clear: both;
	}
	
	.dotted {
		padding-bottom: 20px;
		margin-bottom: 10px;
		border-bottom: 2px dotted #ccc;
	}
	
	label{
		float: left;
		width: 250px;
		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 #0095da;
		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 {
		cursor: pointer;
		color: #0095da;
		background-color: #eee;
		font-weight: bold;
		padding: 2px 0;
		border: 1px solid #0095da;
		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;
	}

/* = = = Footer = = = */

#footer {
	clear: both;
	width: 732px; /* 732px */
	height: 50px;
	background: url(../images/footer.gif) #ffffff no-repeat;
}
	div#colofon {
		text-align: right;
		padding: 22px 28px 0 0;
	}
		#colofon a {
			color: #0095da;
			text-decoration: none;
		}
		#colofon a:hover, #colofon a:active {
			color: #2C5582; 
			text-decoration: none;
		}

