html,body { 
	margin: 0; 
	padding: 0; 
	overflow-y: none;
	height: 100%; /* héél belangrijk */
} 

body{
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	scrollbar-3dlight-color : #0C94CA;
	scrollbar-arrow-color : #0C94CA;
	scrollbar-darkshadow-color : #0C94CA
	scrollbar-face-color : #D4EBF7;
	scrollbar-highlight-color : #D4EBF7;
	scrollbar-shadow-color : #D4EBF7;
	scrollbar-track-color : #8CCFF3;
	line-height: 16px;
	margin-left:0px;
	margin-top:0px;
	margin-width: 0px;
	margin-height:0px;
	background: url("../images/pattern.gif");
	background-repeat: repeat;
	color : #FFFFFF;
	
}
td{
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin-left:0px;
	margin-top:0px;
	margin-width: 0px;
	margin-height:0px;
	color : #FFFFFF;
}

h1{
	margin-top: 10px;
	margin-bottom:2px;
	font : 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#center_container{
	position: relative;	
	width: 915px;
	margin-left: auto;
	margin-right: auto;	
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	text-align: center;
}
#home_container{
	text-align:center;
	height: 100%;
	width: 900px;
	background-color: #00A8EC;
}
#home_footer{
	clear: both;
	height:50px;
	width: 900px;
}
#home_spacer{
	height:20px;
}
#logo_container{
	top: 0px;
	height:80px;
	width: 900px;
	text-align: center;
	position: relative;
}
#top_ruitjes{
	top: 0px;
	height:26px;
	width: 900px;
	background: url("../images/ruitjes.gif");
	background-repeat: repeat;
	position: relative;
	float: left;
}
#navigatie{
	top: 0px;
	height:36px;
	width: 900px;
	position: relative;
	background-color: #96d3ec;
	float: left;
}
#navigatie_onder{
	top: 0px;
	height:26px;
	width: 900px;
	position: relative;
	background-color: #96d3ec;
	float: left;
	text-align: center;
	padding-top:10px;
}
#btm_ruitjes{
	top: 0px;
	height:27px;
	width: 900px;
	background: url("../images/ruitjes_onder.gif");
	background-repeat: repeat;
	position: relative;
	float: left;
}
td.sch_rechts_top{
	width: 15px;
	background: url("../images/bg_sch_rechts_top.png");
}
td.sch_rechts{
	width: 15px;
	background: url("../images/bg_sch_rechts.png");
	background-repeat: repeat-y;
}
td.sch_onder{
	height: 15px;
	background: url("../images/bg_sch_onder.png");
	background-repeat: no-repeat;
}
td.sch_rechts_onder{
	width: 15px;
	height: 15px;
	background: url("../images/bg_sch_rechts_onder.png");
}
#content{
	top: 0px;
	text-align:left;
	width: 860px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	min-height:300px;
}
a:visited,a:active,a:link{
	text-decoration : none;
	color: #FFFFFF;
	text-decoration : underline;
}
a:hover{
	text-decoration : underline;
}
a.grootwit:visited,a.grootwit:active,a.grootwit:link{
	FONT-SIZE: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.grootwit:Hover
{
	text-decoration: none;
}
.img_border{
   border : 0px solid #d1f0fd;
}
#OneStatTag{
	display:none;
}