
html {
	height:100%; /* hoogte zetten to 100% voor IE */
	max-height:100%; /* hoogte zetten voor overige browsers */
	padding:0; /*verwijder padding */
	margin:0; /* verwijder margins */
	border:0; /* verwijder borders */
	/*color background - werkt alleen in IE */
	font: 78%/1.5 verdana, arial, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow:hidden; /*verwijder scroll bars in IE */
	/* */ 
}


body {
	height:100%; /* hoogte zetten to 100% voor IE */
	max-height:100%; /* hoogte zetten voor overige browsers */
	overflow:hidden; /*verwijder scroll bars in IE */

	padding:0; /*verwijder padding */
	margin:0; /* verwijder margins */
	border:0; /* verwijder borders */
	margin-right: 0px;
	background-color:#FFF; 
	background: #94c2d2 url(../css/images/bodybg.jpg) no-repeat bottom left;
}


/* center positionering */

#center {
	overflow:auto; /* toevoegen scroll bars wanneer nodig*/

	position:absolute; 
	z-index:4; /* Indien noodzakelijk bedekken overige divs */

	top:0; 
	bottom: 0;
	left:300px; 
	right:0px; /* this will put the scroll bar at the right of the page */

	background-color: transparent; 
}


* html #center {
	height:100%; /* full screen height */
	width:100%; /* full screen width 8 */

	top:0; 
	bottom: 0;
	left:0; 
	right: 0;

	border-left:300px solid #FFF; /*voeg border left toe voor left 'kolom'  */
	border-right:0px solid #FFF; /*voeg border right toe voor header */
}


#centercolumn {
	background-color:;	
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;

}




/* left */

#left {
	position:absolute; 
	left: 0px;  
	width:300px; /* bij aanpassen ook *html #left aanpassen */
	z-index:6; 
	overflow:hidden; /* scrollbar aanzetten */
	background-color: transparent;

}


* html #left { /* voor IE */
	height:100%; 
	top:0px; 
	left: 0px;
	bottom:0px; 
	width: 300px; /* width #left + border-left *html #left */
	border-left:0px solid #FFF; /*voeg border left toe voor padding   */
	background: #FFF url(../css/images/bodybg.jpg) no-repeat bottom left;
}

#leftcolumn {
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
}





