@charset "UTF-8";
/* CSS Document */

html, body {
	width:100%;	
	height:auto;
	display:block;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

#kontainer {
	position:relative;
	display:block;
	margin: 0 auto;
	visibility:visible;
	width:920px;
	height:100%;
	z-index:1;
}

#hoofding {
	position:relative;
	float:left;
	display:block;
	margin: 0;
	left: 0px;
	top:0px;
	visibility: visible;
	width: 920px;
	/*height: 150px;*/
	z-index:10;
}

#tekstpagina {
	position:relative;
	float:left;
	display:block;
	margin: 0;
	padding-left: 0px;
	left: 0px;
	top:0px;
	visibility: visible;
	width: 920px;
	height:auto;
	text-align:left;
	z-index:1000;
}


/* 3 COLUMNS LAYOUT */
#kollom_links {
	position:relative;
	float:left;
	display:block;
	top: 0px;
	left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	visibility: visible;
	width: 160px;
}

#kollom_midden {
	position:relative;
	float:left;
	display:block;
	margin: 0px;
	margin-left: 10px;
	margin-right: 0px;
	left: 0px;
	top:0px;
	visibility: visible;
	width: 650px;
	padding: 0px 10px 0px 0px;
}

#kollom_rechts {
	position:relative;
	float:right;
	display:block;
	margin-right: 0px;
	margin-left: 0px;
	top: 0px;
	left: 0px;
	width: 150px;
	z-index:1001;
	visibility: none;
}
/* ------------------------------------- END 3 COLUMNS LAYOUT -- */


#footer {
	position:relative;
	float:left;
	display:block;
	margin: 0 auto;
	visibility: visible;
	width: 920px;
	height:170px;
	text-align:center;
	z-index:1;	

}
