body {
	font-family: verdana, tahoma, arial;
	font-size: 12.5px;
}
div.wrapper {
	position: relative;
	width: 994px;
	text-align: left;
	margin: 0px auto;
}
div.header {
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* Menu */
div.hoofdmenuhouder {
	width: 994px;
	margin-top: 13px;
}
	ul.hoofdmenu {
		margin-left: 16px;
	}
		ul.hoofdmenu li {
			float: left;
			margin-right: 5px;
			font-weight: bold;
			font-size: 1.1em;
			height: 25px;
		}
				ul.hoofdmenu li.home {
					width: 100px;
				}
			ul.hoofdmenu li a {
				margin-top: 2px;
				display: block;
				padding: 5px 19px 6px 19px;
				background-color: #00678f;
				color: #ffffff;
				text-decoration: none;
			}
					ul.hoofdmenu li a:visited {
						color: #ffffff;
					}
				ul.hoofdmenu li a:hover,
				ul.hoofdmenu li.hier a {
					background-color: #f68a1e;
				}


/* kruimelpad */
div.crumbpath {
	width: 994px;
	height: 18px;
	margin-top: 21px;
}
ul#kruimelpad {
	margin-left: 16px;
}
	ul#kruimelpad li {
		float: left;
		color: #00678f;
		margin-right: 5px;
		padding-bottom: 1px;
	}
		ul#kruimelpad li a, ul#kruimelpad li.last a:hover {
			text-decoration: underline;
			color: #00678f;
		}
		ul#kruimelpad li.last a, ul#kruimelpad li a:hover {
			text-decoration: none;
		}



/* Headings */
h1,h2,h3,h4,h5,h6 {
	color: #00678f;
	font-weight: bold;
}
h1 {
	font-size: 1.7em;
	margin-bottom: 19px;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 13px;
}
h3 {
	font-size: 1.1em;
	margin-bottom: 8px;
}
h4 {
}
h5 {
}
h6 {
}

/* Content */
div.contentcontainer {
	position: relative;
	padding: 0px 16px 0px 16px;
	margin: 39px 0px 42px 0px;
}
	div.submenu {
		float: left;
		margin-right: 35px;
		width: 237px;
		margin-top: 38px;
	}
	div.submenu img {
		width: 237px;
		margin-top: 38px;
		margin-right: 35px;
	}
		ul.menu li {
			margin-top: 5px;
		}
			ul.menu li a {
				background-color: #00678f;
				color: #ffffff;
				display: block;
				text-decoration: none;
				font-weight: bold;
				padding: 4px 0px 6px 30px;
				font-size: 1.1em;
			}
				ul.menu li a:visited {
					color: #ffffff;
				}
				ul.menu li a:hover {
					background-color: #f68a1e;
				}
			ul.menu li.open a {
				background-color: #f68a1e;
			}
			ul.submenu {
				padding-left: 0px;
			}
				ul.submenu li {
					width: 212px;
					padding-left: 25px;
					margin-top: 5px;
				}
					li.open ul.submenu li a {
						color: #f68a1e;
						background-color: #fdddbd;
						border: 1px solid #f68a1e;
						padding-left: 22px;
					}
						li.open ul.submenu li.hier,
						li.open ul.submenu li:hover {
							background: url(../img/menu_blocje.gif) no-repeat center left;
						}
							li.open ul.submenu li a:hover {
								background-color: #fdddbd;
							}

	div.content {
		float: left;
		color: #999999;
		width: 452px;
		margin-right: 30px;
		line-height: 1.6em;
		padding-bottom: 3px;
	}
			body.breed div.content {
				width: 690px;
				margin-right: 0px;
			}
				body.breed table {
					width: 690px;
					margin-right: 0px;
				}
			body.home div.content {
				width: 453px;
				margin-right: 30px;
			}
		div.intro {
			font-weight: bold;
		}
			div.intro img {
				margin-right: 20px;
				float: left;
				max-width: 455px;
			}
		div.content p {
			margin-bottom: 13px;
		}
			div.content p.date {
				float: left;
				margin-bottom: 0;
				margin-right: 10px;
				font-style: italic;
			}
			sup {
				font-size:xx-small; 
				vertical-align:top;
			}

		div.content a {
			color: #f68a1e;
			text-decoration: underline;
		}
			div.content a:hover {
				text-decoration: none;
			}
		div.content ul, div.content ol {
			padding-left: 34px;
			margin-bottom: 13px;
		}
		div.content ul {
			list-style-type: disc;
		}
			div.content ul li {
			}
				div.content ul li ul {
				}
					div.content ul li ul li {
					}
		div.content ol {
			list-style-type: decimal;
		}
			div.content ol li {
			}
				div.content ol li ol {
				}
					div.content ol li ol li {
					}
		table {
			margin-bottom: 13px;
		}
				.telraam table td {
					background-color: #b9e5fa;
				}
					.telraam table td.disclaimer {
						font-size: 90%;
					}
			tr {
			}
				td {
					padding-right: 10px;
				}
				td.downloads {
					width: 130px;
					text-align: right;
					padding-right: 0px;
				}
				td.icon {
					width: 40px;
					text-align: right;
					padding-right: 0px;
				}
				div.content td strong a {
					color: #00678f;
					text-decoration: none;
				}
					div.content td strong a:hover {
						text-decoration: underline;
					}
		div.content a.backlinkblauw {
			color: #ffffff;
			background-color: #00678f;
			padding: 4px 30px 5px 30px;
			text-decoration: none;
		}
			div.content a.backlinkblauw:hover {
				background-color: #f68a1e;
			}
	div.widecontent {
		width: 570px;
		padding-left: 10px;
	}

	div.widercontent {
		width: 690px;
		margin-right: 0px;
	}
		div.widercontent h1 {
			padding-left: 10px;
		}

	div.ultrawide {
		width: 970px;
	}
		div.ultrawide h2, div.ultrawide h1, div.ultrawide p {
			padding: 0px 10px 0px 10px;
		}
		div.projectoverview {
			border: 1px solid #f68a1e;
			background-color: #fdddbd;
			padding: 10px;
		}
			div.projectoverview h5 {
				font-size: 1.6em;
				color: #f68a1e;
				margin: 0px 0px 10px 0px;
				width: 286px;
				float: right;
				vertical-align: top;
				text-indent: -999em;
				background: url(../img/h5_xblocprojects.gif) no-repeat top left;
			}
			div.projectoverview img {
				float: left;
				border-top: 1px solid #f9ac39;
			}
			div.projectlijst {
				float: right;
				background-color: #ffffff;
				overflow: auto;
				height: 450px;
				width: 283px;
				border: 1px solid #f68a1e;
			}
				div.projectlijst ul {
					list-style-type: none;
					padding: 0px;
					width: 258px;
				}
					div.projectlijst li {
						width: 250px;
						padding-left: 10px;
					}
						div.projectlijst li.hier {
							background-color: #eeeeee;
						}
					div.projectlijst a {
						color: #999999;
						text-decoration: none;
					}
						div.projectlijst a:hover{
							color: #00678f;
							text-decoration: underline;
						}
						div.projectlijst li.hier a.listtitle {
							color: #00678f;
							text-decoration: underline;
						}
					div.projectlijst#short {
						height: 190px;
						line-height: 160%;
						float: none;
						margin: 0px 0px 10px 10px;
						width: 330px;
						background-color: #eeeeee;
					}
	#map {}
		#map p {
			width: 500px;	
			padding: 0px 0px 20px 0px;
			margin: 0px 0px 0px 0px;
		}
						
	div.content ul.nieuwsoverzicht {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
		ul.nieuwsoverzicht li.clearfloat {
			border: 1px solid #f68a1e;
			padding: 10px;
			margin-bottom: 7px;
		}
			ul.nieuwsoverzicht li div {
				width: 485px;
				float: left;
			}
			ul.nieuwsoverzicht p {
				margin-bottom: 0px;
			}
			ul.nieuwsoverzicht div ul {
				margin-bottom: 0px;
			}
			ul.nieuwsoverzicht img {
				float: right;
				width: 167px;
			}
			a.meernieuws {
				float: right;
			}
	div.sidebar {
		color: #ffffff;
		width: 206px;
		float: right;
		background-color: #f68a1e;
		margin-top: 42px;
	}
			body.home div.sidebar {
				margin-top: 0px;
				margin-right: 0px;
				width: 350px;
				background-color: #ffffff;
			}
		div.sidebar ul {
			margin: 10px 10px 0px 10px;
		}
		div.sidebar li {
			width: 186px;
			text-align: center;
			padding-bottom: 7px;
			margin-bottom: 7px;
			font-size: 0.8em;
		}
			div.sidebar li img {
				margin-bottom: 4px;
				width: 186px;
			}

	div.projectsidebar {
		background-color: #fdddbd;
		border: 1px solid #f68a1e;
		width: 350px;
		float: right;
	}
		div.projectsidebar img {
			margin: 9px;
		}
		div.projectsidebar h4 {
			color: #999999;
			font-size: 1.4em;
			margin: 0px 0px 9px 9px;
			vertical-align: top;
			text-indent: -999em;
			background: url(../img/h4_xblocprojects.gif) no-repeat top left;
		}

	div.easystrip {
		width: 100px;
		float: left;
		margin-right: 27px;
	}
		div.easystrip img {
			vertical-align: bottom;
		}
	div.homenews {
		width: 348px;
		border: 1px solid #f68a1e;
		background-color: #fdddbd;
		padding-bottom: 1em;
	}
		div.homenews h2 {
			margin: 10px 0px 0px 10px;
			padding: 0px 0px 0px 50px;
			min-height: 41px;
			height: auto;
			font-size: 1em;
			color: #a2a296;
			line-height: 170%;
			background: url(../img/logo_news.gif) no-repeat left top;
		}
				div.homenews h2 a {
					font-size: 120%;
					color: #f89f45;
					text-decoration: none;
				}
		div.homenews h3 {
			margin: 10px 0px 0px 10px;
			padding: 0px 0px 0px 0px;
			height: auto;
			font-size: 1em;
			color: #a2a296;
		}
				div.homenews h3 a {
					color: #a2a296;
					text-decoration: none;
				}
				div.homenews h3 a:hover {
					text-decoration: underline;
				}
			div.homenews h3 strong {
				color: #f89f45;
				font-size: 120%;
			}
				div.homenews h3 a strong {
					color: #f89f45;
				}
		div.homenews p {
			padding: 0px 10px 0px 0px;
			margin: 0px 0px 0px 10px;
			color: #a2a296;
			line-height: 140%;
		}	
			div.homenews p a {
				color: #00678f;
				text-decoration: none;
			}
	div.homeproject {
		border: 1px solid #f68a1e;
		margin-top: 10px;
	}
		div.homeproject .maps {
			margin: 10px 10px 0px 10px;
		}
		div.homeproject h3 {
			color: #a2a296;
			padding: 0px 10px 0px 10px;
			line-height: 110%;
		}
				div.homeproject h3 a {
					color: #a2a296;
					text-decoration: none;
				}
				div.homeproject h3 a:hover {
					text-decoration: underline;
				}
			div.homeproject h3 img {
				vertical-align: bottom;
				margin-right: 4px;
			}
	div.targetgroups {
		clear: both;
		padding-top: 1em;
		background: url(../img/back_doelgroepen.gif) repeat-x left bottom;
		height: 203px;
		margin-left: -16px;
		margin-right: -16px;
	}
		div.targetgroups .logo {
			margin-left: 8px;
			margin-right: 30px;
			float: left;
		}
		div.targetgroup {
			margin-top: 22px;
			float: left;
			width: 150px;
			margin-right: 54px;
		}
			div.last {
				margin-right: 0px;
			}
		
	
div.thumbcontainer {
	background-color: #cccccc;
	padding: 4px 0px 4px 17px;
	margin-bottom: 20px;
	width: 968px;
}
	div.thumbcontainer ul {
		margin: 0px;
		padding: 0px;
		list-style: none;	
	}
	div.thumbcontainer li {
		float: left;
		margin: 0px 4px 4px 0px;
	}
		div.thumbcontainer a {
			height: 188px;
			display: block;
			border: 1px solid #9ad2ae;
		}
			div.thumbcontainer a:hover {
				border-color: #f68a1e;
			}
body.projects div.moviecontainer {
	background-color: #cccccc;
	padding: 4px 0px 4px 17px;
	margin: 0px 0px 20px 0px;
	color: #000000;
	float: none;
	width: 968px;
}
	div.moviecontainer h3 {
		display: none;	
	}
		body.projects div.moviecontainer h3 {
			display: block;	
		}
	body.projects div.moviecontainer li {
		float: left;
		width: 230px;
		margin: 0px 4px 4px 0px;
		text-align: left;
		font-size: 1em;
	}
		body.projects div.moviecontainer a {
			width: 186px;
			display: block;
			border: 1px solid #9ad2ae;
		}
			body.projects div.moviecontainer a:hover {
				border-color: #f68a1e;
			}
		body.projects div.moviecontainer li img {
			vertical-align: bottom;
			float: left;
		}
		body.projects div.moviecontainer li span {
			float: left;
		}
div.moviecontainer {
	color: #ffffff;
	width: 206px;
	float: right;
	background-color: #f68a1e;
	margin-top: 42px;
	margin-bottom: -42px;
}
	div.moviecontainer ul {
		margin: 10px 10px 0px 10px;
		list-style: none;
		padding: 0px;
	}
		div.moviecontainer li {
			width: 186px;
			text-align: center;
			padding-bottom: 7px;
			margin-bottom: 7px;
			font-size: 0.8em;
		}
			div.moviecontainer li img {
				margin-bottom: 4px;
				width: 186px;
			}
form#calculator {
	border: 1px solid #F68A1E;
	margin-bottom:13px;
	padding: 10px;
}
	form#calculator label {
		clear: left;
		float: left;
		font-weight: bold;
		margin: 0 0 0.5em 0;
		width: 180px;
	}
	form#calculator input {
		margin: 0 0 0.5em 0;
	}
	form#calculator span {
		font-size: 0.8em;
	}
		form#calculator span.hint {
			display: block;		
			margin: -0.3em 0px 0.3em 180px;
		}
		form#calculator span.error {
			color: #cc0000;
			padding-left: 10px;
		}
	form#calculator select.formcontrols {
		margin-bottom: 0.5em;
	}
	form#calculator .formcontrols {
		display: block;
		margin-left: 180px;
	}
div.hidden {
	display: none;
}
div.results {
	border: 1px solid #F68A1E;
	margin-bottom:13px;
	padding: 0 10px 10px 10px;
}
	div.results table {
		border-collapse: collapse;
		margin: 0;
		width: 100%;
	}
		div.results table tr {			
		}
			div.results table tr td {
				border-bottom: 1px dotted #F68A1E;
			}
			div.results table tr td.quantity {
				width: 275px;
			}
			div.results table tr td.symbol {
				width: 20px;
			}
			div.results table tr td.value {
				width: 50px;
			}
			div.results table tr td.unit {
			}
			div.results table tr td h3 {
				margin: 10px 0 0 0;
			}
		div.results table tr.sub td span{
			padding-left: 20px;
		}	
		/* 		
		div.results table tr.last {			
		}
			div.results table tr.last td {
				border-bottom: 1px solid #999999;
			}
		*/

div.overviewnavigation {}
	div.txt {
	}
	.overviewnavigation a {
	}
		.overviewnavigation a:hover {}
		.overviewnavigation a.active {}
	
/* Formulier*/
form {
}
	form fieldset {}
		form fieldset label {
			display: block;
			margin-top: 0.5em;
		}
			form fieldset label em {
				font-style: italic;
			}
		form fieldset input[type=text] {
		}
		form fieldset input[type=radio] {
		}
		form fieldset input[type=input] {
		}
		form input#reset {
			width: 400px;
		}
		form fieldset select {
		}
		form fieldset textarea {
			width: 382px;
		}

		.error {}
			.error label {
				color: #cc0000;
			}
			.error input[type=text] {}
			.error textarea {}
			.error span {
				display: block;
				color: #cc0000;
			}
	div.systemfeedback_error {
		border: 1px solid #cc0000;
	}


/* SearchForm*/
form#searchform {
}
	form#searchform fieldset {
	}
		form#searchform input {
		}
		form#searchform button#search {
		}


/* Footer */

div.footer-wrapper {
	padding-bottom: 26px;
}
	div.footer {
		width: 994px;
		text-align: center;
		color: #00678f;
		padding-bottom: 1px;
	}
		div.footer a {
			color: #00678f;
			text-decoration: none;
		}
			div.footer a:hover {
				text-decoration: underline;
			}
		div.footer a.insyde {
			position: absolute;
			right: 0px;
			padding-bottom: 0.3em;
		}

/* overige classes */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.formbutton {
	border: 0px;
	cursor: pointer;
	padding: 0px;
	text-indent: -999em;
}

.screenreader {
	display: none;
}

.clearfloat:after {
	content: ".";
	display: block;
	height: 0;
	visibility:hidden;
	clear: both;
}

