/*****************/
/* GENERAL STYLE */
/*****************/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html, body {
	height: 100%;
}

/* MASTER FRAME */

#master {
	min-height: 100%;
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
}

/************************/
/* TOP - Logo + TopMenu */
/************************/

#topBG {
	height: 119px;
	width: 100%;
	min-width: 1295px; /* 20PX MORE THEN WEBSITE WIDTH */
	overflow: hidden;
}
#top {
	margin: 0 auto;
	width: 1275px; /* WIDTH OF THE WEBSITE */
	height: 119px;
	position: relative;
	top: 0px;
	z-index: 2;
}
	/* HOME STYLE */
	#home #topBG{
		height: 488px;
	}
	#home #top{
		height: 488px;
	}	

/* TOP HEADER */
#topHeader {
	width: 100%;
	height: 119px;
	min-width: 1295px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	z-index: 1;
}
	/* HOME STYLE */
	#home #topHeader {
		height: 488px;
	}
#topHeader > img {
	width: 100%;
	height: auto;
}

/* LOGO */

#logo {
	width: 137px;
	position: absolute;
	top: 6px;
	z-index: 3;
	left: 97px;
	display: block;
}

/* TOP INFO BAR */
#topInfo {
	height: 35px;
	margin-top: 28px;
	background: url('../images/transGrey85.png');
	overflow: hidden;
	display: block;
	position: absolute;
	width: 100%;
}
#topInfo > span {
	display: inline-block;
	color: #FFFFFF;
	margin-left: 236px;
	font-weight: 400;
	padding-top: 7px;
	background: url('../images/image-sprite.png') no-repeat -1px -66px transparent;
	padding-left: 21px;
	font-size: 13px;
}
	#topInfo > .mobile {
		margin-left: 25px;
		background-position: -331px 5px;
		padding-left: 18px;
	}
	#topInfo > .mail {
		margin-left: 25px;
		background-position: -1px -32px;
		padding-left: 26px;
	}
	#topInfo .searchBlock {
		background: none;
		float: right;
		margin-right: 145px;
		padding-top: 0px;
		margin-left: 0px;
	}
	
/* TOP MENU */

#menu {
	height: 35px;
	margin-top: 63px;
	background: url('../images/menuBG.png') repeat-x 0px 0px transparent;
	overflow: hidden;
	display: block;
	position: absolute;
	width: 100%;
}
#nav {
	margin-left: 236px;
}
#nav > li {
	list-style: none;
	float: left;
	padding-right: 28px;
}
#nav > li > a {
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	padding-top: 4px;
	z-index: 50;
}
#nav > li > a:hover, #nav > li.active > a {
	color: #202020;
}

/****************************/
/* HEADER - Slideshow/image */
/****************************/

#headerBG {
	height: 320px;
	width: 100%;
	min-width: 1295px; /* 20PX MORE THEN WEBSITE WIDTH */
}
#header{
	margin: 0 auto;
	width: 1003px; /* WIDTH OF THE WEBSITE */
}

/*****************/
/* CONTENT STYLE */
/*****************/

#contentBG {
	min-height: 440px;
	height: auto;
	overflow: hidden;
	border-top: 20px solid #f5f6f8;
	width: 100%;
	min-width: 1295px;
	padding-bottom: 83px; /* HEIGHT + BORDER OF FOOTER*/
	min-width: 994px; /* 20PX MORE THEN WEBSITE WIDTH */
}
	/* HOME */
	#home #contentBG {
		height: 290px;
		min-height: 0px;
		padding-bottom: 0px;
	}
#content {
	margin: 0 auto;
	width: 1003px; /* WIDTH OF THE WEBSITE */
}

/* SUBMENU */

#contentLeft {
	float: left;
	width: 278px; /* WIDTH OF LEFT DIV(SUBMENU) */
	margin-bottom: 80px;
	margin-top: 33px;
	margin-right: 44px;
}
	/* HOME STYLE */
	#home #contentLeft {
		width: 492px;
		height: 206px; 
		margin-top: 43px;
		margin-bottom: 43px;
		position: relative;
		margin-right: 25px;
		background-color: #f5f8fa;
	}
	#home #contentLeft p {
		margin-bottom: 20px;
	}
	#home #contentLeft > div.csc-default {
		margin: 24px 24px;
		z-index: 99;
		position: relative;
		overflow: hidden;
		display: block;
	}
	#home #contentLeft > div h1 {
		margin-bottom: 15px;
	}
	#home #contentLeft DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 20px!important;
	}
	#home #contentLeft #bottom {
		height: 58px;
		display: block;
		width: 492px;
		position: absolute;
		bottom: 0px;
		background: url('../images/image-sprite.png') no-repeat 0px -591px transparent;
	}
	
#submenu {
	width: 234px;
	display: block;
	margin-top: 0px;
	padding: 18px 22px 0px 22px;
	margin-bottom: 27px;
	background-color: #f5f8fa;
}
#submenu h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
}
#submenu li {
	list-style: none;
}
#submenu li a {
	padding: 5px 0px 5px 15px;
	display: block;
	background: url("../images/image-sprite.png") no-repeat 0px -99px transparent;
	text-decoration: none;
}
#submenu li a:hover, #submenu li.active a {
	color: #d15300;
	text-decoration: none;
}
#submenu .bottom {
	width: 278px;
	height: 33px;
	margin-left: -22px;
	margin-top: 30px;
	display: block;
	background: url('../images/image-sprite.png') no-repeat 0px -237px transparent;
}

/* CONTACT BLOCK */
#contactBlock {
	display: block;
	background: url("../images/image-sprite.png") no-repeat 0px -130px transparent;
	width: 236px;
	height: 58px;
	padding: 18px 21px;
}
#contactBlock li {
	list-style: none;
	margin-left: 0px;
	float: left;
	padding-left: 24px;
	padding-top: 4px;
	margin-right: 9px;
	margin-bottom: 10px;
	background: url("../images/image-sprite.png") no-repeat 0px -70px transparent;
}
	#contactBlock li.mobile {
		margin-right: 0px;
		height: 22px;
		display: block;
		padding-left: 19px;
		background-position: 0px 1px;
	}
	#contactBlock li.mail {
		height: 22px;
		display: block;
		padding-left: 25px;
		background-position: -1px -35px;
	}	
	#contactBlock li.contact {
		margin-right: 0px;
		padding: 4px 6px;
		font-size: 12px;
		background: #2a2827;
	}	
#contactBlock li  a {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 13px;
}
	
/* MAIN CONTENT */

#contentRight {
	float: left;
	width: 681px; /* WIDTH OF RIGHT DIV(CONTENT) */
	padding: 0px;
	margin-top: 33px;
	margin-bottom: 100px;
}

#contentRight h2,
#contentRight h3,
#contentRight ul,
#contentRight p {
	margin-bottom:  20px;
}
#contentRight .tx-indexedsearch-res h3 {
	margin-bottom: 0;
}
	/* HOME STYLE */
	#home #contentRight{
		width: 483px;
		padding-top: 26px;
	}
	#home #contentRight .contentRight {
		margin-bottom: 15px;
	}
	#home #contentRight ul {
		margin-top: -20px;
	}
	#home #contentRight ul > li {
		padding-left: 29px;
		float: left;
		height: 27px;
		padding-top: 6px;
		background: url("../images/image-sprite.png") no-repeat -1px -342px transparent;
		margin-right: 30px;
		list-style: none;
		margin-left: 0px;
	}
		#home #contentRight ul > li.mobile {
			background-position: -3px -386px;
			padding-left: 22px;
		}
		#home #contentRight ul > li.mail {
			background-position: -3px -425px;
			padding-left: 34px;
		}
		
#contentRight > div {
	margin-bottom: 35px;
}


/****************/
/* FOOTER STYLE */
/****************/

#footerBG {
	height: 83px; /* HEIGHT OF FOOTER DIV - EDIT*/
	margin-top: -83px; /* NUMBER IS HEIGHT + BORDER(NAGATIVE) OF FOOTER DIV - EDIT*/
	width: 100%;
	min-width: 1295px;
	overflow: hidden;
	position: relative;
}


/* SEO FOOTER */

#footer {
	margin: 0 auto;
	width: 1275px;
	overflow: hidden;
	background-color: #f5f6f8;
	padding-toP: 8px;
	display: block;
	text-align: center;
	height: 27px;
	
}

/* NORMAL FOOTER */

#footerBottom {
	height: 23px;
	background: url('../images/footerBG.png') repeat-x 0px 0px transparent;
	overflow: hidden;
	display: block;
	width: 1275px;
	text-align: center;
	padding-top: 4px;
	color: #FFFFFF;
	margin: 0 auto;
}
#footerBottom a {
	color: #FFFFFF!important;
	text-decoration: none;
}



/**************/
/* TEXT STYLE */
/**************/

/* HEADERS */

h1,h2,h3 {
	font-size: 16px;
	font-weight: normal;
	font-family: "Lato", sans-serif;
	color: #242424;
	text-transform: uppercase;
	line-height: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

/* HEADER MARGINS */
.csc-header {
	margin-bottom: 20px;
}


/* NORMAL TEXT + LINKS */

p, a, label, input, textarea, select, checkbox, div, span, li, #footerBottom a, #footer a, #submenu a {
	font-size: 14px;
	font-weight: 300;
	color: #272727;
	font-family: "Lato", sans-serif;
	line-height: 20px;
}
a {
	color: #d15300;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* ALIGNMENT */

.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
.indent {
	margin-left: 20px;
}

/* ORDERED LISTS */

#contentRight li {
	list-style: square;
	margin-left: 25px;
}


/**************/
/* HOME STYLE */
/**************/

#home #projectenBlock {
	top: 0;
	width: 1003px;
	height: 145px;
	display: block;
	position: absolute;
	overflow: hidden;
	margin-left: 130px;
	margin-top: 323px;
}
#home #projectenBlock h4 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 300;
}
#home #projectenBlock .csc-header {
	margin-bottom: 5px;
}
#home #projectenBlock .moreProjecten {
	position: absolute;
	top: 0px;
	right: 3px;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}

/* WERKGEBIEDEN */
#werkgebiedenBG {
	height: auto;
	overflow: hidden;
	width: 100%;
	padding-top: 12px;
	height: 204px;
	background-color: #f3f6f9;
	min-width: 1295px;
}
#werkgebieden {
	margin: 0 auto;
	width: 1003px; /* WIDTH OF THE WEBSITE */
}
#werkgebieden .csc-textpic-text {
	padding-top: 25px;
	padding-right: 44px;
}
#werkgebieden .csc-textpic-text h1 {
	font-size: 20px;
	color: #242424;
	line-height: 29px;
}
#werkgebieden .csc-textpic-text a {
	text-decoration: underline;
	display: block;
	margin-top: 10px;
}
#werkgebieden .csc-textpic-image a {
	display: block;
	width: 238px;
	height: 190px;
	z-index: 99;
	position: absolute;
}
#werkgebieden .csc-textpic-caption {
	background-color: #FFFFFF;
	border-left: 1px solid #fefeff;
	padding: 14px 0px 0px 14px;
	border-right: 1px solid #fefeff;
	margin-top: 145px;
	border-bottom: 1px solid #fefeff;
	width: 222px;
	height: 32px;
}
#werkgebieden .csc-textpic-caption em {
	font-style: normal;
	color: #d15300;
	font-size: 14px;
	text-transform: none;
	float: right;
	padding-right: 14px;
}

/* WERKGEBIEDEN */
#partnersBG {
	height: auto;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding-bottom: 100px; /* HEIGHT + BORDER OF FOOTER*/
	min-width: 1295px; /* 20PX MORE THEN WEBSITE WIDTH */
}
#partners {
	margin: 0 auto;
	width: 1003px; /* WIDTH OF THE WEBSITE */
}
#partnersLeft {
	float: left;
	margin-top: 50px;
	width: 350px;
	margin-right: 50px;
}
#partnersLeft ul {
	margin-bottom: 40px;
}
#partnersLeft p {
	margin-bottom: 20px;
}
#partnersRight {
	margin-top: 50px;
	float: left;
	width: 603px;
}
#partnersRight ul {
	display: flex;
	flex-wrap: wrap;
}

#partnersRight ul li {
	width: 25%;
	height: 100px;
	list-style: none;
	position: relative;
}

#partnersRight ul li img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 35px;
}
/**********************/
/* MISC STYLE - OTHER */
/**********************/
