@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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 */
	color: #000000;
	scrollbar-base-color: #F9F9DB;
	scrollbar-3d-light-color: #CCCC99;
	scrollbar-arrow-color: #000;
	scrollbar-darkshadow-color:#ccc;
	scrollbar-face-color: #DCAAAB;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #ccc;
	scrollbar-track-color: #F9F9DB;
}
.thrColFixHdr #container { 
	
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;
	background: #CCCC99;
	margin: auto auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:absolute;
	top:50%; 
	left:50%;
	margin-top:-350px;
	margin-left:-400px;

} 
.thrColFixHdr #header { 
	background: #00FF00;
	height:144px; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #sidebar1 {
	position:absolute;
	top: 144px;
	left: 0px;
	width: 154px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:550px;
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url(../images/lay-out/left_opvulling_bg.gif);
}	
.thrColFixHdr #mainContent {
	position: absolute;
	top: 144px;
	left: 154px;
	height:550px;
	width:646px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:FAF9DB;
	background-image:url(../images/lay-out/Background.gif);
	overflow:auto;
} 
.thrColFixHdr #footer { 
	position: absolute;
	top: 694px;
	left:0px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:32px;
	width: 800px;
	background: #FF0000;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #container #mainContent #tekst {
	position: absolute;
	width: 630px;
	height: 500px;
	top: 25px;
	left: 0px;
	overflow:auto;
}
.thrColFixHdr #container #mainContent #tekst_left {
	position: absolute;
	width: 400px;
	height: 500px;
	top: 25px;
	left: 0px;
	overflow:auto;
}
.thrColFixHdr #container #mainContent #tekst_right {
	position: absolute;
	width: 150px;
	height: 525px;
	top: 25px;
	left: 470px;
}
img {
	border:0;
}