/*---- Start reset ----*/
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, q, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;
	}
	ol, ul {list-style: none;}
	/* tables still need 'cellspacing="0"' in the markup */
	table {border-collapse: separate;border-spacing: 0;}
	caption, th, td {text-align: left;font-weight: normal;}
	blockquote:before, blockquote:after,q:before, q:after {content: "";}
	blockquote, q {quotes: "" "";}
/*---- Einde reset ----*/

/*---- Einde html elementen ----*/
	html {
			height: 100%;
	}
	body {
		background: #f2f2f2;
		color: #333;
		line-height: 1.6;
		font-size: 14px;
		font-family: "trebuchet ms", tahoma, helvetica, arial, sans-serif;
		height: 100%;
	}
	
	a {
		color: #d41d58;
		text-decoration: underline;
	}
	a:hover,
	a:focus {
		text-decoration: none;
	}
	em {
		font-style: italic;
	}
	h1,
	h2,
	h3 {
		color: #d41d58;
		font-weight: bold;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		margin: 15px 0 5px;
		font-size: 18px;
	}
	h3,
	h4 {
		margin-top: 5px;
		font-size: 14px;
		font-weight: bold;
	}
	li {
		margin: 15px 5px;
		list-style-position: outside;
		list-style-image: url(images/bullet.gif);
	}
	p {
		margin: 0 0 10px;
	}
	strong {
		font-weight: bold;
	}
/*---- Einde html elementen ----*/

/*---- Start hoofd layout ----*/
	#wrapper {
		width: 960px;
		min-height: 100%;
		margin: 0 auto;
		background: #fff;
	}
	
	#header {
		position: relative;/* om menu absoluut te kunnen positioneren */
		height: 200px;
		background: #000 url(images/bg-header.jpg) no-repeat;
	}
	
	#content {
		padding: 20px 0;
		/*background: #fff;*/
	}
	
	#maincol {
		float: left;
		display: inline;/* fix IE6 double margin bug */
		margin: 0 0 0 180px;
		padding: 0 10px;
		width: 580px;
	}
	
	#sidebar {
		float: left;
		margin: 0;
		padding: 0 10px;
		width: 160px;
	}
/*---- Einde hoofd layout ----*/

#logo {
	margin-top: 31px;
	margin-left: 180px;
}
	
#menu {
	/*margin: auto 180px 0;*/
	position: absolute;
	bottom: 0;
	left: 180px;
	padding: 0 10px;
	width: 580px;
	background: transparent url(images/bg-menu.png) repeat;
	font-weight: bold;
}

#menu li {
	float: left;
	margin: 3px 0;
	border-left: 1px solid #666;
	list-style-image: none;
}
#menu li.first {
	border-left: none;
}

#menu a {
	display: block;
	padding: 0px 10px;
	color: #fff;
	text-decoration: none;
}
#menu a.active,
#menu a:hover,
#menu a:focus {
	color: #fec45a;
}

/*-- Start cta box --*/
.ctabox {
	margin: 0 10px 10px;
	border: 2px solid #b0dcae;
	padding: 10px;
	background: #daeed9;
	text-align: center;
}
.ctabox h2 {
	margin: -10px 0 0;
	color: #333;
}
.ctabox p {
	margin: 0 0 10px;
	font-size: 12px;
}
.ctabox a {
	color: #333;
}
.ctabox a.mainlink,
input.primary {
	border: 2px solid #d41d58;
	padding: 2px 10px;
	background: #d41d58 url(images/bg-mainlink.gif) repeat-x 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.ctabox a:hover.mainlink,
.ctabox a:focus.mainlink,
input:hover.primary,
input:focus.primary {
	border-color: #fec45a;
	background-color: #fec45a;
	background-position: 0 -75px;
	color: #000;
}
/*-- Einde cta box --*/

/*---- Start formulieren ----*/
	form {
		margin: 0 0 12px;
	}
	.formblock {
		display: block;
		clear: both;
		margin: 12px 0;
	}
	label {
		float: left;
		margin: 0 25px 0 0;
		width: 120px;
		text-align: right;
		font-weight: bold;
	}
	form .footnote {
		margin-left: 5px;
	}
	input,
	textarea,
	select {
		border: 1px solid #999;
		padding: 2px;
		width: 340px;
		font-family: inherit;
		font-size: 14px;/* nodig omdat textarea anders niet overneemt */
	}
	input:focus,
	textarea:focus {
		background: #ffc;
	}
	textarea {
		width: 419px;
	}
	input.primary {
		margin-left: 145px;
		width: auto;
		cursor: pointer;
	}
	span.reqmark {
		float: left;
		margin-left: -20px;/* komt in gutter tussen 2 gridunits */
	}
	.explanation,
	.footnote {
		color: #888;
	}
	.fail {
		margin: 10px;
		padding: 10px 10px 10px 60px;
		border: 2px solid #e07f7f;
		min-height: 26px;
		background: #ffe9e5 url(images/icon_fail.gif) no-repeat 20px 11px;
	}
	.fail a {
		color: #740000;
	}
	.fail h3 {
		margin: 0;
		color: #740000;
		font-size: 16px;
	}
	div.error {
		display: block;
		margin: 0 0 0 150px;
		padding: 10px 10px 3px;
		width: 225px;
		background: #fcc url(images/bg_formfield_error.gif) no-repeat;
		color: #740000;
		font-weight: bold;
	}
/*---- Einde formulieren ----*/

/*---- Start Google Maps ----*/
#map {
	height: 400px;
}
/*---- Einde Google Maps ----*/

#validation {
	margin: 0 10px;
	text-align: right;
}
#validation a {
	color: #fff;
}
#validation a:hover {
	color: #ccc;
}

.floatfixer {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	border: none;
}

