* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a img {
	border: 0;
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

a {
	text-decoration: underline;
	color: inherit;
}

a:hover {
	text-decoration: none;
}

hr {
	border: 0px solid red;
	height: 1px;
	background: #e3eaf2;
	margin-bottom: 22px;
	margin-top: 2px;
}

#main a {
	color: #00458c;
}

blockquote {
/* style needed */
}

body, html {
	background: #c7bdb8 url('../images/background.png') no-repeat center -100px;
	font-size: 13px;
	line-height: 18px;
	font-family: arial,sans-serif;
}

p {
	padding-bottom: 9px;
}

h2, div.eyecatcher span.title {
	font-weight: bold;
	color: #00458c;
	font-size: 16px;
	line-height: 18px;
	margin-top: 9px;
}

h3 {
	color: #ee1824;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 3px;
}

div.inset {
	background-color: #e3eaf2;
	padding: 10px;
	margin-bottom: 18px;
}

#main ul {
	list-style-type: disc;
	margin-left: 18px;
}

#website {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#header {
	width: 980px;
	height: 280px;
}

#afbeelding {
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -490px;
	width: 620px;
	height: 280px;
	overflow: hidden;
}

#overlay {
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -490px;
	background: url('../images/mask.png') no-repeat scroll top left;
	width: 620px;
	height: 280px;
}

a#logo {
	display: block;
	position: relative;
	top: 40px;
	left: 40px;
	height: 67px;
}

#contextMenu {
	position: absolute;
	display: block;
	background-color: rgb(0, 69, 140);
	background-color: rgba(0, 69, 140, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: -475px;
	right: 50%;
	top: -5px;
}

#contextMenu a {
	font-size: 12px;
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 4px;
	padding: 4px;
	padding-top: 8px;
}

#contextMenu a:hover {
	text-decoration: underline;
}

#mainMenu {
	position: absolute;
	top: 200px;
	left: 50%;
	width: 980px;
	margin-left: -475px;
}

#mainMenu a {
	text-transform: uppercase;
	padding: 5px;
	margin-right: 5px;
	color: #00458c;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#mainMenu a:hover {
	color: white;
	background-color: #00458C;
}

#mainMenu a.selected {
	color: white;
	background-color: #8cc63f;
}

.cb {
	clear: both;
}

#main {
	width: 582px;
	float: left;
	margin: 0 0 0 20px;
	padding-bottom: 40px;
	min-height: 300px;
}

/* eyecatchers homepage */
	div.eyecatcher {
		width: 281px;
		margin-right: 20px;
		display: block;
		float: left;
	}

	div.eyecatcher.last {
		margin-right: 0;
	}

	div.eyecatcher img {
		display: block;
		float: right;
		margin: 15px 0 0 10px;
	}


	div.eyecatcher span {
		display: block;
	}

	div.eyecatcher a {
		text-decoration: none;
	}

	div.eyecatcher a:hover span.title {
		background-color: #e3eaf2;
		color: #ee1824;
	}

	div.eyecatcher a:hover span.streamer {
		background-color: #e3eaf2;
	}

	div.eyecatcher span.streamer {
		color: black;
	}

strong {
	color: #00458c;
}

.emphasis {
	font-weight: bold;
	color: #00458c;
}

.newsBox {
	float: left;
	margin-left: 20px;
	width: 562px;
	background-color: #f7931e;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: white;
	margin-bottom: 20px;
	min-height: 123px;
}

.newsBox h3 {
	color: #00458c;
	font-weight: bold;
}

.newsBox a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.newsBox a:hover {
	text-decoration: underline;
}

span.date {
	display: inline-block;
	width: 5.5em;
}

img.banner {
	margin-bottom: 15px;
}

#sidebar {
	width: 340px;
	float: left;
	margin: 30px 0 0 20px;
	overflow: hidden;
}

.subscribeNewsletter {
	float: right;
	width: 320px;
	background-color: #8cc63f;
	margin-right: 20px;
	height: 123px;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: white;
	margin-bottom: 20px;
}

.subscribeNewsletter h3 {
	color: white;
	font-weight: bold;
}

.subscribeNewsletter form {
	padding-bottom: 15px;
}

.subscribeNewsletter input.submit {
	color: #3D5C19;
	font-weight: bold;
	background-color: #c6e39f;
	border: 2px solid #c6e39f;
}

.subscribeNewsletter input.text {
	color: black;
	background-color: #c6e39f;
	width: 200px;
	margin-right: 4px;
	border: 3px solid #c6e39f
}

.zoekBox {
	clear: both;
	background-color: #e3eaf2;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: black;
	line-height: 18px;
	margin-bottom: 20px;
}

.zoekBox li {
	width: 50%;
	float: left;
	list-style: none;
}

.zoekBox form {
	width: 320px;
	display: block;
	border: 1px solid #00458b;
	height: 21px;
	overflow: hidden;
}

.zoekBox input.text {
	background: white url('../images/search.png') no-repeat 5px 5px;
	padding-left: 20px;
	height: 21px;
	display: block;
	width: 200px;
	border: none;
	float: left;
}

.zoekBox input.button {
	height: 24px;
	display: block;
	width: 100px;
	border: none;
	background-color: #00458b;
	float: left;
	color: white;
	text-transform: uppercase;
	line-height: 12px;
	font-weight: bold;
	margin-top: -3px;
}

#footer {
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	color: white;
	width: 980px;
	text-align: center;
	color: #f4f2f1;
}

#footer ul {
	margin: 0;
}

#footer li {
	display: inline;
	border-left: 1px solid #f4f2f1;
	padding-left: 12px;
	margin-left: 12px;
}

#footer li.first {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}

#homeBar {
	clear: both;
	width: 980px;
}

ul {
	padding-bottom: 9px;
}

#map_contact {
	width: 350px;
	height: 200px;
}

.sidebarBlock {
	padding: 8px;
	background-color: #e3eaf2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 18px;
}

.sidebarBlock h2 {
	margin-bottom: 20px;
}

.sidebarBlock p:last-child {
	padding-bottom: 0;
}

.sidebarBlock.clean {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin-bottom: 18px;
}

div.infographic {
	text-align: center;
	margin-bottom: 25px;
}

div.infographic div.popup {
	width: 200px;
	padding: 10px;
	border-radius: 5px;
	border: 2px solid white;
	color: white;
	background-color: #8cc63f;
	font-size: 12px;
	text-align: left;
}

div.infographic div.popup h3 {
	color: white;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 0;
}

div.infographic div.popup p {
	padding-bottom: 0;
}


table {
	border-spacing: 0;
	margin-bottom: 18px;
}

td, th {
	margin: 0;
	padding: 0;
	font-size: 13px; line-height: 18px; vertical-align: top;
	min-width: 100px;
}

th {
	font-weight: bold;
	color: black;
	text-align: left;
	padding-right: 18px;
}
