
/*
* Layout styles
*/

body {
	text-align: left;
	padding: 0px; margin: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 76%;
	background: url(../images/bg_dot.gif) repeat;
}

.clearboth	{ clear: both; }
.nobr		{ white-space: nowrap; }



div#container {
	position: relative;
	width: 950px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
}
	div.home {
		background: url(../images/zwarte_stip.gif) repeat-y 797px 0;
	}

div#header {
	position: absolute;
	top: 25px;
	left: 0;
	width: 950px;
	height: 120px;
	border-top: 5px solid #e7e7e0;
	border-bottom: 5px solid #e7e7e0;
	background: #e7e7e0 url(../images/bg_dot_header.gif) repeat-y 797px 0;
	z-index: 1;
}
	img.logo {
		float: right;
	}
	img.titel {
		float: left;
	}
img.printheader {
	display: none;
}

div#contentcontainer {
	position: relative;
	padding: 175px 0 0 0;
}

div#contenthome {
	position: relative;
	width: 950px;
	height: 370px;
	background-image: url(../images/witte_stip.png);
	_background-image: url(../images/witte_stip.gif);
	background-position: 797px 0;
	background-repeat: repeat-y;
}
	div.homeitem { 
		position: relative;
		float: left; 
		width: 400px;
		height: 70px; 
		background: #949484; 
		margin: 15px 0 5px 0; 
		text-decoration: none; 
		
	}
	div.homeitem img.homearrow {
		position: absolute;
		top: 25px;
		left: 370px;
		display: none;
	}
	div.homeimgtxt {
		position: absolute;
		top: 15px;
		left: 418px;
	}
		div.homeimgtxt img {
			float: left;
		}
		div.hometxt {
			float: left;
			width: 125px;
			height: 315px;
			overflow: hidden;
			margin: 17px 0 0 37px;
		}
	
	div#banner1 {
		position: relative;
		float: left;
		margin: 20px 20px 0 0;
		width: 398px;
		height: 130px;
		overflow: hidden;
	}
		div#banner1 a.banner1-linkoverlay {
			position: absolute;
			left: 0;
			top: 0;
			display: block;
			width: 398px;
			height: 130px;
			z-index: 999;
			/* ie fix */
			background-color: #fff;
			filter: alpha(opacity=1);
			opacity: 0;
		}
			div#banner1 a.banner1-linkoverlay:hover {
				background: transparent url(../images/arrow_right) no-repeat 365px 56px;
				/* ie fix */
				background-color: none;
				filter: none;
				opacity: 100;
			}
	a#banner1 {
		float: left;
		margin: 20px 20px 0 0;
		width: 398px;
		height: 130px;
		overflow: hidden;
	}
		div#banner1 h4, a#banner1 h4 {
			font-size: 200%;
			font-weight: normal;
			color: #fff;
			display: inline-block;
			margin: 10px 50px 10px 20px;
		}
		div#banner1 p, a#banner1 p {
			color: #fff;
			margin: 5px 50px 0px 20px;
		}
		a#banner1:hover {
			background-image: url(../images/arrow_right);
			background-position: 365px 56px;
			background-repeat: no-repeat;
			text-decoration: none;
		}

	div#banner2 {
		position: relative;
		float: left;
		margin: 20px 20px 0 0;
		width: 360px;
		height: 130px;
		overflow: hidden;
	}
		div#banner2 a.banner2-linkoverlay {
			position: absolute;
			left: 0;
			top: 0;
			display: block;
			width: 398px;
			height: 130px;
			z-index: 999;
			/* ie fix */
			background-color: #fff;
			filter: alpha(opacity=1);
			opacity: 0;
		}
			div#banner2 a.banner2-linkoverlay:hover {
				background: url(../images/arrow_right) no-repeat 330px 56px;
				/* ie fix */
				background-color: none;
				filter: none;
				opacity: 100;
			}
	a#banner2 {
		float: left;
		margin: 20px 20px 0 0;
		width: 360px;
		height: 130px;
		overflow: hidden;
	}
		div#banner2 h4, a#banner2 h4 {
			font-size: 200%;
			font-weight: normal;
			color: #fff;
			display: inline-block;
			margin: 10px 50px 10px 20px;
		}
		div#banner2 p, a#banner2 p {
			color: #fff;
			margin: 5px 50px 0px 20px;
		}
		a#banner2:hover {
			background-image: url(../images/arrow_right);
			background-position: 330px 56px;
			background-repeat: no-repeat;
			text-decoration: none;
		}		
			
div#contentlarge {
	width: 800px;
	height: 530px;
	margin: 0; padding: 0;
}
	div#contentcoloroverlay {
		width: 800px;
		height: 520px;
		margin: 0; padding: 0;
		opacity: 0.5;
		filter:alpha(opacity=50);
		-moz-opacity:.5;
	}
	div#contentlarge a {
		text-decoration: underline;
	}
div#contenttext {
	position: absolute;
	top: 195px;
	left: 0;
	width: 764px;
	height: 515px;
	padding: 15px 18px 0 18px;
	color: #fff;
	overflow: auto;
}
	div.line {
		height: 1px;
		background: #e7e7e1;
		border: none;
		margin: 0; padding: 0;
		overflow: hidden;
	}
	div.kolomtekst {
		float: left;
		width: 175px;
		overflow: hidden;
		margin: 15px 15px 0 0;
	}
	
	
div#contentlargewhite {
	width: 764px;
	height: 515px;
	padding: 15px 18px 0 18px;
	margin: 0;
	background: #fff;
}
	
	
div#contentleft {
	position: relative;
	float: left;
	width: 222px;
	background: #fff;
	color: #231f20;
	margin: 0 20px 0 0;
	padding: 18px 20px 18px 18px;
}
	div.nieuwsitem {
		border-top : 2px solid #f0f0ed; 
		padding: 5px 0 10px 0;
	}
	div#medewerkergroepen {
		border-top: 2px solid #f0f0ed; 
		padding: 10px 0 0 0;
	}
	div.medewerkersgroep {
		position: relative;
		float: left;
		width: 222px;
		height: 400px;
	}
	div.medewerkersgroep img {
		margin: 20px 20px 0 0;
	}
	div.medewerkersgroep img.norightmargin {
		margin: 20px 0 0 0;
	}
		
	ul#projectenoverzicht li {
		float: left;
		border-top: 2px solid #f1f0ed;
		padding: 8px 20px 0px 0px;
		margin: 0;
	}
	ul#projectenoverzicht li.nopadding {
		padding: 8px 0 0px 0;
	}

div#contentright {
	position: relative;
	float: left;
	width: 480px;
	background: #fff;
	color: #231f20;
	margin: 0;
	padding: 18px 20px 18px 20px;
}
	div#contentright a {
		text-decoration: underline;
	}
	div#nieuwscontent {
		border-top: 2px solid #f1f0ed;
		margin: 5px 0 0 0;
		padding: 15px 0 0 0;
	}
		div.nieuwskader {
			float: left;
			width: 194px;
			margin: 10px 20px 0 0;
			background: #949383;
			color: #ffffff;
			padding: 9px 8px 9px 8px;
		}
		div#nieuwscontent img.nieuwsimage {
			float: left;
			margin: 10px 0 0 0;
		}
	
	div.downloaditem {
		border-bottom: 2px solid #f0f0ed;
		padding: 15px 0 0px 0;
		margin: 0;
	}
		img.downloadthumb {
			float: right;
			margin: 0 0 0 15px;
		}
		
	div.project-text {
		display: none;
		margin: 10px 0;
	}
	
	div#medewerkercontent {
		padding: 10px 0 0 0;
		margin: 0px 0 0 0;
		border-top: 2px solid #f1f0ed;
		width: 480px;
	}
		img.medewerkerfoto {
			float: right;
			margin: 5px 0 5px 10px;
		}
	
	div.projectmediagroot {
		border-top: 2px solid #f1f0ed;
		padding: 10px 0 0 0;
		width: 480px;
	}
		div.projectmediagroot img {
			display: none;
		}
		div.projectmediagroot div {
			display: none;
		}
	
	div#mapContact {
		width: 480px;
		height: 320px;
		overflow: hidden;
		margin: 15px 0px 0px 0px;
	}
	
	div#mapContact p {
		padding: 0;
		margin: 0;
		color: #000;
	}
	
	div#directions {
		width: 478px;
		margin: 15px 0px 20px 0px;
		padding: 0;
		height: 320px;
		overflow-y: scroll;
		display: none;
		background: #fff;
		border: 1px solid #f1f0ed;
	}
	
	ul.sitemaplvl1 {
		margin: 10px 0 0px 15px;
		font-size: 100%;
		list-style: circle;
	}
		ul.sitemaplvl1 li {
			margin: 5px 0 0 0;
		}
	ul.sitemaplvl2 {
		margin: 0 0 0px 10px;
		font-size: 100%;
	}
	ul.sitemaplvl3 {
		margin: 0 0 0px 20px;
		font-size: 100%;
	}
	ul.sitemapsidenav {
		font-size: 100%;
		margin: 20px 0 0px 15px;
		list-style: circle;
	}
		ul.sitemapsidenav li {
			margin: 5px 0 0 0;
		}
		
	p.zoeken span.found {
		font-weight: bold;
	}
	
	ul.vacatureslist li {
		margin: 15px 0 0 0;
	}

div#aanmeld-bedankt {
	display: none;
}
div#aanmeld-error {
	display: none;
}

/*
* jQuery Scrollable styles
*/

/* medewerkers */
		
/* root element for horizontal scrollables */ 
#scrollable { 
    position: relative; 
    overflow: hidden; 
    width: 222px; 
    height: 400px; 
} 
 
/* root element for scrollable items */ 
#scrollable #items { 
    width: 2000em; 
    position: absolute; 
    clear: both; 
    left: 0px;
}

/* position and dimensions of the navigator */ 
.navi { 
	float: right;
    height: 20px;
	margin: 5px 0 0 0; 
} 
 
/* items inside navigator */ 
.navi a {
    width: 8px; 
    height: 8px; 
    float: left; 
    margin: 3px; 
    background:url(../images/navigator.png) 0 0 no-repeat; 
    display: block; 
    font-size: 1px;
    cursor: pointer; 
} 
 
/* mouseover state */ 
.navi a:hover { 
    background-position:0 -8px;       
} 
 
/* active state (current page state) */ 
.navi a.active { 
    background-position:0 -16px;      
}

a.medewprev { float: left; margin: 5px 0 0 87px; cursor: pointer; }
a.medewnext { float: right; margin: 5px 87px 0 0; cursor: pointer; }


/* projecten */

/* root element for horizontal scrollables */ 
#projectmediathumbs { 
    position:relative; 
    overflow:hidden; 
    width: 430px; 
    height: 70px; 
    margin: 0;
    padding: 0;
    float: left;
} 
	/* root element for scrollable items */ 
	#projectmediathumbs #thumbitems { 
	    width:20000em; 
	    position:absolute; 
	    clear:both; 
	}
	#thumbitems img {
		margin: 0 5px 0 0;
		padding: 0;
		cursor: pointer;
	} 


a.projectprev { display: block; float: left; margin: 25px 4px 0 0px; width: 21px; height: 20px; cursor: pointer; background: url(../images/prev.gif) no-repeat; }
a.projectnext { display: block; float: right; margin: 25px 0px 0 4px; width: 21px; height: 20px; cursor: pointer; background: url(../images/next.gif) no-repeat;  }

a.projectprev.disabled { background: url(../images/prev_disabled.gif) no-repeat; cursor: auto; }
a.projectnext.disabled { background: url(../images/next_disabled.gif) no-repeat; cursor: auto; }

/*
* Navigation styles
*/

ul.nav {
	position: absolute;
	left: 20px;
	width: 775px;
	overflow: hidden;
	list-style: none;
	z-index: 2;
}
	ul.topfirst {
		top: 122px;
	}
	ul.topsecond {
		top: 102px;
	}
	ul.topthird {
		top: 82px;
	}
	ul.midsecond {
		top: 126px;
	}
	ul.midthird {
		top: 106px;
	}
	ul.bottom {
		top: 126px;
	}

ul.nav li {
	display: inline;
	font-size: normal;
}
	ul.top li {
		font-size: 140%;
		font-weight: normal;
		line-height: 110%;
		margin: 0 20px 0 0;
	}
	ul.mid li {
		font-size: 120%;
		line-height: 120%;
		margin: 0 18px 0 0;
	}
	ul.bottom li {
		font-size: 110%;
		line-height: 120%;
		margin: 0 15px 0 0;
	}

ul#navbottom {
	position: absolute;
	top: 680px;
	left: 820px;
	list-style: none;
	z-index: 50;
}
	ul#navbottom li {
		line-height: 120%;
	}
		ul#navbottom li.taal {
			margin: 0 0 7px 0;	
		}


/*
* Typography styles
*/

h1 {
	font-size: 150%;
	padding: 0px;
	margin: 0px;

}
	h1.content {
		color: #ffffff;
	}
	div#contentright h1 {
		float: left;
		width: 395px;
	}
	div#contentright h1.nieuwstitel {
		color: #ffffff;
		margin-top: -2px;
		width: 320px; 
	}


h2 {
	font-size: 140%;
	padding: 0px;
	margin: 0px;
}
	div.homeitem h2 {
		width: 240px;
		margin: 10px 0 0 120px;
		color: #fff;
		overflow: hidden;
		cursor: pointer;
		font-size: 170%;
	}


h3 {
	font-size: 120%;
	padding: 0px;
	margin: 0px;
}

h4 {
	font-size: 120%;
	padding: 0px;
	margin: 0px;
}

p {
	font-size: 90%;
	margin: 2px 0 10px 0;
	padding: 0px;
	line-height: 130%;
}
	div.hometxt p  {
		color: #fff;
		line-height: 130%;
	}
	div#header p {
		float: left;
		font-size: 160%;
		margin: 8px 0 0 18px;
	}
	p.nieuwsdatum {
		float: left;
		color: #ffffff;
		padding: 3px 7px 0 5px; 
		margin: 0 12px 3px 0;
	}
	p.nonactive { 
		background: #949383; 
	}
	ul#projectenoverzicht li a p {
		width: 100px;
	}



/*
* Anchor styles
*/

A 			{ text-decoration: none; color: #231f20;   }
A:link		{ text-decoration: none; color: #231f20;  }
A:visited	{ text-decoration: none; color: #231f20;  }
A:active	{ text-decoration: none; color: #231f20;  }
A:hover		{ text-decoration: underline; color: #231f20;  }
A.active	{ text-decoration: underline; color: #231f20;  }

ul.nav li a { color: #231f20;  }

ul#navbottom li a { color: #959484; }

a.nieuwstitellink { display: block; font-size: 120%; text-decoration: none; color: #000; font-weight: bold; padding: 0px 0 0px 0;  }

div#contentright a.print { float: right; color: #959484; line-height: 120%; margin: 7px 0px 0 0; font-size: 90%; text-decoration: none; }
div#contentright a.mail { float: right; color: #959484; line-height: 120%; margin: 7px 10px 0 0; font-size: 90%; text-decoration: none; }
a.linkedin	{ float: right; margin: 7px 3px 0 0; }
a.facebook	{ float: right;	margin: 7px 3px 0 0; }
a.twitter	{ float: right; margin: 7px 3px 0 0; }

a.nieuwsarchief { background: url(../images/arrow_forward_whitebg.gif) no-repeat top right; padding: 0 25px 0 0; font-size: 140%; line-height: 110%;  }
a.downloadsarchief { background: url(../images/arrow_forward_whitebg.gif) no-repeat top right; padding: 0 25px 0 0; font-size: 140%; line-height: 110%;  }

div#medewerkergroepen a { font-size: 110%; margin: 0 10px 0 0; }

p.zoeken a { text-decoration: underline; }

ul.vacatureslist li a { font-weight: bold; font-size: 110%;   }


/*
* Website color styles
*/

a.websitekleur, .websitekleur {
	color: #8f5864;
}
.websitekleurbg {
	background-color: #8f5864;
}
.websitekleurbgborder {
	background-color: #8f5864;
	border-top: 5px solid #8f5864;
	border-bottom: 5px solid #8f5864;
}


/*
* List styles
*/
