
/* ============================================================	*/ 
/* ========	HTML STANDAARDEN  	===============================	*/
/* ============================================================	*/ 

body {
	text-align:left;
	}
/* ============================================================	*/ 
/* ========	CONTAINER		  	===============================	*/
/* ============================================================	*/ 

.container {
	margin:0;
	width:100%;
	height:auto;
	text-align:left;
	background:#FFF url(none) no-repeat left top;
	}
/* ============================================================	*/ 
/* ========	CONTENTBLOCK		===============================	*/
/* ============================================================	*/

div.contentBlock {
	width:100%;
	}

/* ============================================================	*/ 
/* ========	HEADER				===============================	*/
/* ============================================================	*/

div.header {
	height:83px;
	
	}
.logo {
	position:absolute;
	top:0px;
	left:10px;
	}
	
/* ============================================================	*/ 
/* ========	TOP NAVIGATIE		===============================	*/
/* ============================================================	*/

.topNav {
	display:none;
	}

/* ============================================================	*/ 
/* ========	TOPSEARCH			===============================	*/
/* ============================================================	*/

form.topSearch {display:none;}
	
/* ============================================================	*/ 
/* ========	NAVIGATION			===============================	*/
/* ============================================================	*/

.headnav {
	display:none;
	}
	
/* ============================================================	*/ 
/* ========	KOLOMMEN		  	===============================	*/
/* ============================================================	*/ 

.mainContent {
	width:auto;
	}
.menuColl {
	display:none;
	}
.mainColl {
	position:relative;
	float:left;
	width:441px;
	margin-right:22px;
	
	}
.sideColl {
	display:none;
	}
.pageFoot {
	display:none;
	}
	 

/* ============================================================	*/ 
/* ========	CONTENT BLOCKEN  	===============================	*/
/* ============================================================	*/ 

/* ============================================================	*/ 
/* ========	FOOTER				===============================	*/
/* ============================================================	*/

div.footer {
	display:none;
	}