
/* = = = 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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 0.7em;
	background: url(../images/bg_site01.gif) #ffffff repeat top left;
}

h1, h2, h3{
	clear: both;
	color: #ed7703;
	font-size: 1.25em;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 8px;
}
h3 {
	padding-bottom: 2px;
}
h4 {
	clear: both;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 2px;
}

.home {
	color: #000000;
}

a, a:visited {
	color: #20aee0;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}
#kolLeft a {
	color: #20aee0;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}
a img, :link img, :visited img {
	border: 0;
}

strong, b{
	font-weight: bold;
	color: #000000;
}

.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
.alignCenter {
	margin: 0 auto;
}
img.alignLeft {
	margin: 4px 15px 15px 0;
}
img.alignRight {
	margin: 4px 0 15px 15px;
}
#kolLeft img.alignLeft,
#kolRight img.alignLeft {
	margin: 4px 0;
}
#kolLeft img.alignRight,
#kolRight img.alignRight {
	margin: 4px 0;
}
div.alignLeft {
	margin: 4px 15px 0 0;
}

.offScreen {
	position: absolute;
	left: -9999px;
}

/* = = = siteTop = = = */
#top{
	clear: both;
	width: 995px;
	height: 112px;
	padding: 0;
	margin: 20px auto 0;
	background: url(../images/bg_top.png) transparent no-repeat top left;
	overflow: hidden;
}

html>body #siteTop{
	height: auto;
	min-height: 204px;
}


	/* = = = mainMenu = = = */
	#mainMenu {
		float: left;
		clear: both;
		height: 13px;
		width: 400px;
		margin-top: 26px;
		margin-left: 250px;
	}
	
	*:first-child+html #mainMenu {
		margin-top: 23px;
	}
	
	* html #mainMenu {
		margin-left: 125px;
	}
		
		#mainMenu ul {
		}
			
			#mainMenu li {
				display: inline;
				padding: 0 31px 0 0;
			}
				#mainMenu li.last {
					padding: 0;
				}
				
/* = = = Content = = = */
#wrapper {
	width: 995px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg_container.png) transparent repeat-y top left;
}

#container {
	width: 995px;
	height: 360px;
	clear: both;
	margin: 0 auto;
	padding: 0;
}
					
html>body #container {
	height: auto;
	min-height: 360px;
}

	/* = = = Linkerkolom = = = */
	#kolLeft {
		float: left;
		width: 165px; /* 210px */
		padding: 0 0 0 45px;
	}
	
		#hangtag {
			width: 100%;
			height: 227px;
			border-bottom: 1px dashed #ed7703;
			background: url(../images/hangtag.gif) #ffffff no-repeat top left;
			margin-bottom: 12px;
		}
		
		#kolLeft .item {
			padding-bottom: 10px;
		}
		
	
	/* = = = Content = = = */
	#content {
		float: left;
		width: 400px; /* 480px */
		padding: 0 40px 15px;
	}
	
		.item {
			width: 100%;
			padding-bottom: 20px;
		}
	
		#content ul {
			list-style-type: none;
			padding-top: 10px;
			margin-bottom: 0;
		}
		
			#content ul li {
				padding: 0 0 0 12px;
				background: url(../images/dot.gif) transparent no-repeat 0 0.5em;
			}
			
		#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;
			}
			
		.ag {
			float: left;
			width: 100%;
			clear: both;
		}
			.date {
				float: left;
				width: 175px;
				padding-left: 12px;
				background-image: url(../images/dot.gif);
				background-repeat: no-repeat;
				background-position: 0 .5em;
			}
			.event {
				float: left;
				width: 213px;
			}
	
/*		.bijSchrift {
			text-decoration: none;
			font-style: italic;
			padding-bottom: 10px;
		}
		
		.meer {
			padding-bottom: 10px;
		}
*/

	/* = = = Rechterkolom = = = */
	#kolRight {
		float: left;
		width: 240px; /* 285px */
		padding-right: 45px;
	}
	
		#kolRight .item {
			padding: 0;
			margin-bottom: 20px;
		}


/* = = = Footer = = = */
#footer {
	clear: both;
	width: 975px;
	height: 107px;
	background: url(../images/footer.gif) transparent no-repeat bottom left;
}

#bottom{
	clear: both;
	width: 995px;
	height: 23px;
	padding: 0;
	margin: 0 auto;
	background: url(../images/bg_bottom.png) transparent no-repeat top left;
}

/* = = = Formulier + poll = = = */
	#kolRight .item div {
		clear: both;
	}
	
	label{
		float: left;
		width: 120px;
		vertical-align: middle;
		margin-right: 2px;
		border: 1px solid #ffffff;
	}
		.radioBox {
			width: 290px;
		}
		
		td.label {
			width: 120px;
			vertical-align: top;
		}
		
		#kolRight .poll {
			width: 100px;
		}
		
		.teller {
			font-size: 0.8em;
			color: #999999;
		}
	
	input, select, textarea {
		font-size: 1em;
		width: 290px;
		border: 1px solid #E68E23;
		margin: 2px 0;
	}
	
	textarea {
	    height: 110px;
	}
	
	input.button {
		width: 90px;
		cursor: pointer;
		background-color: #ffffff;
		padding: 1px 0;
		border: 1px solid #E68E23;
	}
	input.stem {
		width: 50px;
		color: #E68E23;
		font-weight: bold;
		margin-left: 8px;
	}
	
	input.radio,
	input.checkBox {
		float: left;
		clear: left;
		width: 16px;
		vertical-align: middle;
		border: none;
		margin-left: 5px;
	}
	
	* html input.radio,
	* html input.checkBox {
		margin: 0 0 0 8px;
	}
	
	*:first-child+html input.radio,
	*:first-child+html input.checkBox {
		margin: 0 0 0 8px;
	}
