@charset "utf-8";
/* CSS Document Websourcing.nl */

html, body { 
 	margin:0; 
 	padding:0; 
 	text-align:center; 
} 
 
#pagewidth {
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-bottom: 20px;
} 
 
#header {
	position:relative;
	height:100px;
	width:100%;
	background: url(../images/headerbanner.jpg) no-repeat;
} 
 
#maincol {
	background-color: #FFFFFF;
	float: right;
	display:inline;
	position: relative;
	width: 800px;
}

#titel {
	margin-top: 15px;
	padding: 10px 0px;
	text-align: center;

}
 
#footer {
	height:96px;
	clear:both;
	text-align:center;
	border-top: 1px solid #000000;
	background: url(../images/footerlogos.gif) no-repeat 65px 5px;
} 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  

