/*
net geen zwart: #231f20
blauw: 4fa0e2
*/

* {margin:0;padding:0;} 
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}

/* BACKGROUND IMAGE
------------------------------------ */
.background{
	position:absolute; 
	z-index:1;
}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* DOTTED BACKGROUND IMAGE
------------------------------------ */
div.dotted{
	position:absolute; 
	z-index:2;
	width:100%; height:100%;
	/*background:url(../images/raster.png) repeat*/;
}

#main {padding-bottom:528px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top:-528px; /* negative value of footer height */
	height:528px;
	clear:both;
}

#content {
	height:250px;
	width:100%;
	background-color:#ffffff;
	text-align:left;
	padding-top:0px;
	padding-left:0px;
}

#workSlider {
	position:relative;
	height:278px;
	width:100%;
	text-align:left;
	overflow:auto;
}

#bottomFooter{
	height:61px;
	width:100%;	
}
	#bottomFooter .right{
		display:block;
		float:right;
		padding-top:20px;	
		height:22px;
		padding-right:26px;
		vertical-align:top;
	}
	#bottomFooter .right .copyright{
		margin-top:10px;
		vertical-align:top;
		margin-right:10px;
	}
	#bottomFooter .left{
		float:left;
		padding-top:20px;
		padding-left:26px;	
	}
#clients{
	width:2650px;
	margin-top:109px;
	padding-left:26px;
}
	.client{
		background-image:url('../images/bg-client.png');
		background-position:-5px -2px;
		float:left;
		padding-right:23px;
		padding-bottom:16px;
	}
