/*
#########################
#		ALGEMEEN 		#
#########################
*/

html,body,div,span,h1,h2,h3,h4,p,ul,ol,li,table,tr,td,a {
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

img {
	border: none;
}

p {
	font-size: 1.2em;
	color: #818285;
	clear: both;
}

a {
	color: #3182a0;
	clear: both;
	text-decoration: none;
}

h2 {
	font-size: 1.4em;
}

body {
	font: 62.5% Arial;
	background-color: #3f515f;
}

/*
#########################
#		LAYOUT	 		#
#########################
*/

/* Content */

#container {
	overflow: hidden;
	width: 973px;
	margin: auto;
	background-color: #253745;
}

/* Logo */

#logo {
	float: left;
	width: 100px;
	height: 400px;
	background: url(../images/logo.gif) no-repeat;
}

/* Left */

#left {
	float: left;
	width: 240px;
	padding-top: 35px;
}

	#left p {
		font-size: 1.2em;
		color: #fff;
		margin-right: 35px;
	}

#main {
	float: right;
	width: 632px;
}

#mainsub {
		float: left;
		width: 856px;
		height: 418px;
		margin-left: 17px;
		background: url(../images/bg_subpage.jpg) no-repeat;
	}

#header {
	width: 632px;
	height: 206px;
}



#watermerk2 {
	float: right;
	width: 46px;
	height: 206px;
	background: url(../images/copybg2.png) no-repeat;
}

#watermerk2 a {
	display: block;
	width: 46px;
	height: 206px;
	text-decoration: none;
}

#watermerk {
	float: right;
	width: 46px;
	height: 418px;
	background: url(../images/copybg.png) no-repeat;
}

#watermerk a {
	display: block;
	width: 46px;
	height: 418px;
	text-decoration: none;
}

/*
#########################
#		VACATURE 		#
#########################
*/
a#vacature-banner {
	position: absolute;
	top: 0;
	margin-left: 990px;
	display: block;
}

/*
#########################
#		BREADCRUMB 		#
#########################
*/

#breadcrumbleft {
	float: left;
	width: 600px;
	height: 90px;
	background: url(../images/bg_breadcrumb.gif) no-repeat 16px;
}

	#breadcrumbleft img {
		margin-left: 17px;
		margin-top: 20px;
	}

#breadcrumbright {
	float: right;
	width: 230px;
	height: 90px;
	padding: 0 5px 0 0;
}

	#breadcrumbright img {
		margin-top: 33px;
	}

/*
#########################
#		MENU	 		#
#########################
*/

#menu {
	width: 970px;
	height: 62px;
}

	#menu img {
		margin-left: 20px;
		margin-top: 20px;
	}
	
	#menu span.telnr {
		/*margin-left: 220px; even er uit aangezien menu variable is ?*/
	}

/*
#########################
#	NIEUWSBLOKKEN		#
#########################
*/

.niewsblokcontainer {
	width: 632px;
	height: 45px;
}

	.nieuwsbloklinks {
		float: left;
		width: 144px;
		height: 45px;
		background-color: #232e34;
		border-top: 1px solid #3d4a53;
	}
	
	.nieuwsbloklinks p {
		color: #fff;
		margin: 14px 10px 10px 30px;
	}
		
	.nieuwsblokrechts {
		float: left;
		width: 488px;
		height: 45px;
		background-color: #d6e1e7;
		border-top: 1px solid #3d4a53;
	}
	
	.nieuwsblokrechts p {
		color: #000;
		margin: 14px 10px 10px;
	}
	
/*
#########################
#	BINNENKORTBLOK		#
#########################
*/


.blok,
.blok2 {
	float: left;
	width: 315px;
	height: 229px;
	margin: 0 0 1px 1px;
	background-color: #fff;
	padding-top: 20px;
	overflow: hidden;
}
	
	.blok p,
	.blok2 p {
		float: left;
		line-height: 1.8em;
		color: #2e465e;
		padding: 0 20px 20px 20px;
		margin: 0;
	}
	
	.blok img.left,
	.blok2 img.left {
		float: left;
		margin: 0 20px 20px;
	}
	
	.blok img.right,
	.blok2 img.right {
		float: right;
		margin-right: 10px;
	}
	


	
/* Sponsorenblok */
	
.sponsersblok {
	text-align: center;
	float: left;
	width: 631px;
	height: 83px;
	padding-top: 7px;
	background-color: #fff;
	margin-left: 1px;
}
	
/*
#########################
#	PROJECTBLOKKEN		#
#########################
*/

/* Projectenblok container */
	
.projectblokcontainer {
	margin-left: 115px;
	width: 854px;
	height: 156px;
}

.projectblokcontainersummary {
	margin-left: 115px;
	width: 854px;
}

	.projectblokcontainer p {
		color: #5c5f68;
		margin: 0 20px 20px;
	}
	
	.projectblokcontainer h2 {
		color: #5c5f68;
		margin: 20px 20px 0 20px;
	}
	
/* Projectenblok links */

.projectbloklinks {
	float: left;
	width: 221px;
	height: 155px;
	background-color: #232e34;
	border-bottom: 1px solid #253745;
}
	
	.projectbloklinks img {
		margin: 30px 20px 20px 35px;
	}

.projectblokcontainersummary .projectbloklinks {
	height: auto;
	background-color: #253745;
	
}
	
/* Projectenblok rechts */
	
.projectblokrechts {
	float: left;
	width: 632px;
	height: 155px;
	background-color: #d5e0e6;
	border-bottom: 1px solid #232E34;
	border-right: 1px solid #232E34;
	overflow: hidden;
}
	
	.projectblokrechtsblauw {
		float: left;
		width: 632px;
		height: 155px;
		background-color: #b8c2cb;
		border-bottom: 1px solid #232E34;
		border-right: 1px solid #232E34;
		overflow: hidden;
	}

.projectblokcontainersummary .projectblokrechts,
.projectblokcontainersummary .projectblokrechtsblauw {
	height: 20px;
}

.projectblokcontainersummary .projectblokrechts h3 ,
.projectblokcontainersummary .projectblokrechtsblauw h3 {
	margin: 5px;
	font-size: 12px;
	margin-left:20px;
} 
/*
#########################
#		SUBPAGINA 		#
#########################
*/

/* Textblok */

.tekstblok3,
.tekstblok2,
.tekstblok {
	overflow: hidden;
	float: left;
	background-color: #cbd8de;
	padding: 20px;
	width: 230px;
	height: 378px;
}

.tekstblok3 {
	width: 770px;
}

.tekstblok2 {
	width: 500px;
}

div.tekstblok2 div.date {
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;
	padding-left: 10px;
}	

div.scroll {
	overflow: auto;
}

.tekstblok3 p,
.tekstblok2 p,
.tekstblok p {
	color: #1e272e;
	margin: 0 0 15px 0;
}

.tekstblok3 img,
.tekstblok2 img,
.tekstblok img {
	margin: 15px;
}

.tekstblok3 .titel,
.tekstblok2 .titel,
.tekstblok .titel {
	margin: 0px;
}
	
/* Contactpagina */

#contactform {
	float: left;
	margin: 0;
	width: 230px;
}

#contactform p {
	color: #1e272e;
}

#contactform td {
	vertical-align: top;
}

#contactform input {
	float: left;
	margin-top: 1px;
	border: none;
	width: 165px;
}

#contactform textarea {
	border: none;
	width: 165px;
	height: 100px;
	overflow: auto;
	font-family: Arial;
	font-size: 1.3em;
}

#contactform textarea.error,
#contactform input.error {
	border: 2px solid red;
	background-color: #fee;
}

/*
#########################
#		FOOTER	 		#
#########################
*/

#footer {
	float: left;
	width: 973px;
	height: 35px;
}

	#footer p {
		text-align: right;
		padding: 10px 10px 0 0;
		font-size: 1.2em;
		color: #8f969c;
	}
	
	#footer a {
		text-decoration: none;
		font-size: 1.1em;
		color: #8f969a;
	}