

/*  

Font selectie:  google Armate + Open Sans    

*/

/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,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; }



html,body {
	padding: 0; 
	margin: 0; 
	border: 0; 
	width: 100%; 
	height: 100%;
	min-width:1040px;

	}

body{
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Imprima', sans-serif;
	background-color:#fff;
	overflow-x: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	}
	
#span{
		width: 1040px;
		height: 100%;
		background-color: white;
		margin: 0 auto;
		
	}
	
.header{
	width: 1040px;
	height: 120px;
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 999;
	}
	
#nav{
	width: 990px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 11;
	text-align: right;
	
}

#nav a{
	display: inline-block;
	text-decoration: none;
	font-family: 'Imprima', sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0 0 0 35px;
}

#nav.home a:hover,#nav.home a.active{color: #7ab800;}
#nav.onswerk a:hover,#nav.onswerk a.active{color: #14aeca;}
#nav.overwatjeziet a:hover,#nav.overwatjeziet a.active{color: #c7500b;}
#nav.aanleveren a:hover,#nav.aanleveren a.active{color: #a43a76;}
#nav.contact a:hover,#nav.contact a.active{color: #fdbd13;}
	
#logo{
	width: 332px;
	height: 150px;
	position: absolute;
	left: 30px;
	top: 0px;
	z-index: 9;
	background-repeat: no-repeat;
}

#logo.home{background-image: url(/images/logo_home.png);}
#logo.onswerk{background-image: url(/images/logo_onswerk.png);}
#logo.aanleveren{background-image: url(/images/logo_aanleveren.png);}
#logo.overwatjeziet{background-image: url(/images/logo_wjz.png);}
#logo.contact{background-image: url(/images/logo_contact.png);}
	
#content {
	width: 1040px;
	height: 608px;
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	background-repeat: no-repeat;
	}
	


#content.home {background-image: url(/images/bg_home.gif);}
#content.onswerk {background-image: url(/images/bg_onswerk.jpg);}
#content.aanleveren {background-image: url(/images/bg_aanleveren.jpg);}
#content.overwatjeziet {background-image: url(/images/bg_over_wjz.jpg);}
#content.contact {background-image: url(/images/bg_contact.jpg);}
	

#visual{
	width: 490px;
	height: 308px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	font-size: 1px;
	overflow: hidden;
}


#projecttekst{
	width: 420px;
	height: 304px;
	position: absolute;
	left: 520px;
	top: 30px;
	z-index: 3;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

#projecttekst h1{margin: 10px 0 40px 0;font-size: 45px;color: #612260;font-weight: 700;}

#projecttekst h4{margin: 10px 0 0 0;font-size: 14px;}


#projecten {
	width: 980px;
	height: 304px;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 99;
	left: 0px;
	top: 304px;
	background-color: transparent;
	
	}

	
#teksten {
	width: 980px;
	height: 608px;
	display: block;
	overflow: ;
	position: absolute;
	z-index: 99;
	left: 30px;
	top: 0px;
	
	}

#teksten.home{color: transparent;}
#teksten.overwatjeziet{color: #fff;}

#blok1{
	width: 420px;
	height: 255px;
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 3;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
}

#teksten h4{font-weight: bold;font-size: 13px;}
#teksten strong{font-weight: bold;font-size: 13px;}

#blok2{
	width: 420px;
	height: 304px;
	position: absolute;
	left: 520px;
	top: 30px;
	z-index: 3;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
}


#aanleveren{
	width: 420px;
	height: 304px;
	position: absolute;
	left: 520px;
	top: 30px;
	z-index: 3;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
}

#aanleveren h1{margin: 10px 0 40px 0;font-size: 45px;color: #528d2b;font-weight: 700;}
#aanleveren h4{font-weight: bold;font-size: 13px;color: #fff;}
#aanleveren strong{font-weight: bold;font-size: 13px;color: #fff;}

#aanleveren a{text-decoration: underline;color: #fff;width: 190px;height: 17px;float: right;background-image: url(/images/aanleverenOff.jpg);background-repeat: no-repeat;background-position: 0 3px;}
#aanleveren a:hover{color: #000;background-image: url(/images/aanleverenOn.jpg);}

#contact1{
	width: 420px;
	height: 304px;
	position: absolute;
	left: 520px;
	top: 30px;
	z-index: 3;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
}

#contact1 h1{margin: 10px 0 40px 0;font-size: 45px;color: #033d50;font-weight: 700;}
#contact1 h4{font-weight: bold;font-size: 13px;color: #fff;}
#contact1 strong{font-weight: bold;font-size: 13px;color: #fff;}

#contact1 a{text-decoration: none;color: #000;}
#contact1 a:hover{text-decoration: underline}


#blok3{
	width: 420px;
	height: 304px;
	position: absolute;
	left: 520px;
	top: 334px;
	z-index: 3;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	}
	
	
#aanleveren2{
	width: 420px;
	height: 304px;
	position: absolute;
	left: 520px;
	top: 334px;
	z-index: 3;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	}
	
#aanleveren2 h4{font-weight: bold;font-size: 13px;color: #fff;}
#aanleveren2 strong{font-weight: bold;font-size: 13px;color: #fff;}

#aanleveren2 a{text-decoration: underline;color: #fff;width: 190px;height: 17px;float: right;background-image: url(/images/aanleveren2Off.jpg);background-repeat: no-repeat;background-position: 0 3px;}
#aanleveren2 a:hover{color: #000;background-image: url(/images/aanleveren2On.jpg);}

#aanleveren2 p{margin: 0 0 5px 0;}


#contact2{
	width: 420px;
	height: 304px;
	position: absolute;
	left: 520px;
	top: 334px;
	z-index: 3;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	overflow: ;
	font-family: 'Open Sans', sans-serif;
	}

#contact2 h4{font-weight: bold;font-size: 13px;color: #fff;}
#contact2 strong{font-weight: bold;font-size: 13px;color: #fff;}

#contact2 a{text-decoration: none;color: #000;}
#contact2 a:hover{text-decoration: underline}

#linkedin{
	width: 22px;
	height: 23px;
	position: absolute;
	left: 385px;
	top: 230px;
	background-image: url(/images/linkedin.jpg);
	background-repeat: no-repeat;
		}

#linkedin:hover{background-image: url(/images/linkedinOn.jpg);}

#facebook{
	width: 22px;
	height: 23px;
	position: absolute;
	left: 415px;
	top: 230px;
	background-image: url(/images/facebook.jpg);
	background-repeat: no-repeat;
		}

#facebook:hover{background-image: url(/images/facebookOn.jpg);}
	
#blok4{
	width: 450px;
	height: 304px;
	position: absolute;
	left: 30px;
	top: 334px;
	z-index: 3;
	font-weight: 700;
	font-size: 10px;
	line-height: 16px;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	}
	
#blok4 div.arent{
	width: 174px;
	height: 70px;
	position: absolute;
	left: 0px;
	top: 62px;
	cursor: pointer;
	background-image: url(/images/bgarent.png);
	background-repeat: no-repeat;
}



#blok4 div.paul{
	width: 168px;
	height: 71px;
	position: absolute;
	left: 275px;
	top: 185px;
	cursor: pointer;
	background-image: url(/images/bgpaul.png);
	background-repeat: no-repeat;
}


	
#expert {
	width: 490px;
	height: 304px;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
	background-image: url(/images/expert.png);
	background-repeat: no-repeat;
	cursor: pointer;
	}
	
#onafhankelijk {
	width: 490px;
	height: 304px;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	left: 490px;
	top: 0px;
	background-image: url(/images/onafhankelijk.png);
	background-repeat: no-repeat;
	cursor: pointer;
	}
	
#realistisch {
	width: 490px;
	height: 304px;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 304px;
	background-image: url(/images/realistisch.png);
	background-repeat: no-repeat;
	cursor: pointer;
	}
	
#flexibel {
	width: 490px;
	height: 304px;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	left: 490px;
	top: 304px;
	background-image: url(/images/flexibel.png);
	background-repeat: no-repeat;
	cursor: pointer;
	}


#filters {
	width: 980px;
	height: 608px;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	left: 30px;
	top: 0px;
	background-repeat: no-repeat;
	}
	
#cyaan{
	width: 490px;
	height: 304px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	
}

#footer {
	width: 1040px;
	height: 30px;
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	}
	
#footer div{
	float: left;
	position: absolute;
	top: 2px;
	display: block;
	}
	
#contact {left: 30px;}
#paul {left: 380px;}
#arent {left: 770px;}	
	
#footer.home {background-color: #7ab800;color: #528c2b;}
#footer.onswerk {background-color: #14aeca;color: #033d50;}		
#footer.overwatjeziet {background-color: #c7500b;color: #8d2e38;}
#footer.aanleveren {background-color: #a43a76;color: #612260;}
#footer.contact {background-color: #fdbd13;color: #c5912a;}	
	
	
#footer.home a{
	color: #528c2b;
	text-decoration: none;
	}
	
#footer.home a:hover{
	color: #e2eed4;
	}
	
	
.logospanner {
	width: 1040px;
	height: 120px;
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
	}
	

.faders {
	width: 1040px;
	height: 120px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	z-index: 11;
	display: none;
	}
	
	
	
	
/* slide fade */

.slideshow { height: 608px; width: 980px; margin: 0 auto;position: relative; }
.slideshow img { padding: 0;background-color: transparent; }	
	
	
/*
	Slider
*/

#gallery {
	width: 980px;
	height: 608px;
	display: block;
	overflow: ;
	position: absolute;
	z-index: 2;
	left: 30px;
	top: 0px;
	}

#container {
	width:980px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
	
}

#example {
	width:600px;
	height:350px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:980px;
	height: 608px;
	overflow:hidden;
	position:relative;
	display:none;
	
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:980px;
	height:608px;
	display:block;
	
}

.slides_container a img {
	display:block;
	overflow: hidden;
	
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	position: absolute;
	z-index: 99;
	top:370px;
	left: 820px;
	cursor: pointer;
	/*margin:26px auto 0;
	width:100px;*/

}

.pagination li{
	float:left;
	margin:0 3px;
	list-style:none;
	cursor: pointer;
}

.pagination li a {
	display:block;
	width:16px;
	height:0;
	padding-top:18px;
	background-image:url(/images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	display: none;
}

.pagination li.current a {
	background-position:0 -18px;
}





/* logo slider */

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
	top:10px;
	left: 0px;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 1040px;
	height: 120px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 1040px;
	height: 120px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: auto;
	height: 120px;
	margin: 0 30px 0 0;
}
