body {
	
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	
	overflow:hidden;
	margin: 0;
	padding: 0;
	min-width: 1004px;
	
}
html {
	background-image: url(pictures/achtergrond.jpg);
	
	min-height: 100%;
	/*margin-bottom: 1px;*/
}
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 225px;
	z-index: 0;
	/*z-index: 100;*/
}
#layout {
	margin: 0 auto;
	width: 800px;
	min-height:835px;
	border:2px;
	border-style:solid;
	padding: 0 0px;
	position: relative;
	background:#FFFFFF;
	border-color: #999999;
	z-index: 1;
	background-color:#E2F5FE;
}
#bottom {
	margin-bottom:0px;
	width:800px;
	height:25px;
	background-color:#990000;
	position:relative;
	padding: 0 0px;
	z-index: 2;
	margin: 0 auto;
	border:1px;
	border-style:solid;
	padding: 0 0px;
	position: relative;
	background:#FFFFFF;
	border-color: #999999;
}
#content { /* contentwrapper is waar de div van de content begint*/
	/*background: url(../g/if/tracker_bg.gif) repeat-y;*/
	/*padding: 230px 0 10px 20px; /* padding-bottom is absolutely necessary for IE! */
	margin:225px 0 0 0;
	padding:10px 0 0 10px;
	text-indent:5;
	
	
	position: absolute;
	overflow:hidden;
	width:590px;
	height:600px;
	/*border:1px;
	border-color:#000000;
	border-style:solid;*/
	background-color:#E2F5FE;
	float:left;
	left: 0px;
	top: 0px;
}
#prikbord {
	margin:225px 0 0 0px;
	padding:10px 0 0 0;
	position:absolute;
	overflow: hidden;
	width:200px;
	height:600px;
	/*max-height:200px;*/
	float:right;
	background-color:#666666;
	right:0px;
	top:0px;
	
	/*border:1px;
	border-color:#000000;
	border-style:solid;*/

/*	
	position:relative;
	width:200px;
	background-color:#C6E2FF;
	z-index: 3;
*/

}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:900;
	color:#006699;
}

