html, body {
	height:100%;
	overflow:auto; /* verbergen scrollbar-ruimte,omdat in IE ruimte voorzien wordt voor verticale scrollbar (hoewel die niet getoond wordt) */
}
body {
	margin:0px;
	padding: 0px;
	border: none;
	background-color: #FFFFFF;
	font-family: "Verdana";
	font-size: 10pt;
/*scrollbar-arrow-color: #ffffff;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-track-color: #777777;*/

/*scrollbar-arrow-color: #567;
scrollbar-3dlight-color: #fff;
scrollbar-face-color: #ccc;
scrollbar-highlight-color: #505050;*/

scrollbar-arrow-color: #464646;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #999999;
scrollbar-face-color: #D4D0C8;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #CCCCCC;
scrollbar-track-color: #e6e6e6;

/*scrollbar-arrow-color: #3366ff;
scrollbar-3dlight-color: #f0f0ff;
scrollbar-darkshadow-color: #666666;
scrollbar-face-color: #f0f8ff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #c0c0cc;
scrollbar-track-color: #f5f5f5;*/

}
div {
	margin: 0px;
	padding: 0px;
	border: none;
}
div#container { 
	position: relative;
	width:100%;
	height:100%; 
	overflow: hidden;
}
div#links { /*voor alle browsers*/
/*	float: left;							/*maakt voor IE7 en FF niet uit, maar moet weg voor IE8 !! 
	height:595px;*/
	height:100%;
	width:210px;
	margin-right:-3px;
}
* html #links { /*voor IE5 en IE6*/
	float: left;						/* MOET voor IE5 en IE6 */
/*	height:595px;*/
	height:100%;
	width:210px;
	margin-right:-3px;
}
div#links2 { /* voor alle browsers*/
	z-index:5;
	position: absolute;
	/*position: fixed;*/
	top:0px;
	left:0px;
}
* html #links2 { /*voor IE5 en IE6*/
	position: absolute;
	top:0px;
/*	height:306px;*/
	vertical-align:top;
}
div#links3 { /* voor alle browsers*/
/*	min-height:100%;
	height:100%;*/
}
* html #links3 { /*voor IE5 en IE6*/
/*	position: absolute;*/
	float:left;
	margin-top:288px;
	margin-bottom:-80%;
	height:auto;
}
div#links4 { /* voor alle browsers*/
	z-index:4;
	position: absolute;
	bottom:0px;
	left:0px;
/*	height:306px;
	vertical-align:bottom;*/
}
* html #links4 { /*voor IE5 en IE6*/
/*	position: absolute;
	bottom:0px;
	margin-top:80%;
	height:306px;*/
	vertical-align:bottom;
}
div#rechts { /*voor IE5 en IE6*/
z-index:3;
	position:fixed;
	left:210px;
	bottom:0px;
/*	position: relative;
	float:left; */
	height:100%; 
	width: auto;
/*	overflow:hidden;*/
}
div>#rechts { /* voor andere browsers*/
z-index:3;
/*	position:absolute;
	bottom:0;
	height:100%;
	min-height:100%;
	height:auto;*/
}
div#boven { /* voor alle browsers*/
	position:fixed;
	top:0px;
	overflow: hidden;
	padding-top: 20px;
	padding-left: 12px;	
/*	height: 41px;*/	
}
* html #boven { /*voor IE5 en IE6*/
/*	position:absolute;
	top:0;*/
	padding-top: 20px;
	padding-left: 12px;
	padding-bottom: 0px;
/*	height: 41px;	*/
}
div#midden { /* voor alle browsers*/
	position: relative;
	top: 60px;
/*	width: auto;
	height: auto;
	overflow: auto;
	padding-bottom:20px;*/
}
* html #midden { /*voor IE5 en IE6*/
/*	position: fixed;*/
	top: 80px;
/*	width: auto;
	height: auto;
	width:100%;
	overflow: auto;
	padding-bottom:20px;
	float:left;*/
}
div#middenlinks { /* voor IE5 en IE6 */
	padding: 10px 0px 0px 15px;
	float: left;
	overflow: auto;
	width: 330px;
/*	min-width: 250px;
	max-width: 350px;
	height:380px;
	overflow: auto;*/
}
div>#middenlinks { /* voor andere browsers */
	padding: 0px 0px 0px 15px;
/*	max-width: 350px;
	height: 100%;
	height: 380px;
	position: relative;*/
}
div#middenrechts { /* voor andere browsers */
display:block;
	padding: 0px 0px 0px 0px;
/*	padding: 0px 25px 0px 25px;
	margin-right: -20px;
max-width:auto;*/
	height: 430px;
	overflow: auto;
	overflow-x: hidden; /* om horizontale schuifbalken te verbergen */
/*	overflow-y: auto; /* om automatische verticale schuifbalken te krijgen
	width:100%;
	min-width: 450px;
	float:left;*/
}
* html #middenrechts { /* voor IE5 en IE6 */
	float:left;
	margin-left: 22px;
	margin-top:10px;
/*	padding: 0px 20px 0px 35px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	position: static;
	float: right;
	width: auto;
	min-width: 450px;
	display: block;*/
}
div#onder { /*voor IE5 en IE6*/
z-index:2;
/*	float:left;*/
	position: absolute;
	bottom:38px;
/*	left:300px;*/
	width:100%;
	text-align: right;
	height: 78px;
	padding-top: 35px;
/*	padding-right:35px;
	margin-right: 35px;
	margin-top:39px;
	margin-top:20px;*/
}
div>#onder {/* voor andere browsers*/
z-index:2;
	bottom: 35px;
	height: 43px;
}
div#video {
	z-index:4;
/*	float:left;*/
	position: absolute;
	bottom:0px;
	width:100%;
/*										text-indent:220px;*/
	padding-bottom:10px;
/*	padding-top: 5px;*/
}
H1 {
	padding:0px;
	margin:0px;
	font-size:18pt;
}
H2 {
	padding:0px;
	margin:0px;
	font-size:16pt;
}
H3 {
	padding:5px 0px;
	margin:0px;
	font-size:14pt;
}
H5 {
	padding-bottom:0px;
	padding-top:0px;
	margin:0px 0px 3px 0px;
	font-size:10pt;
}
p {
	padding:10px 0px;
	margin:0px;
}
img#cicon {
	width:20px;
	height:20px;
}
img#ticon {
	width:100px;
	height:100px;
}
td {
	margin: 0px;
	padding: 0px;
	height:auto;
/*	border: none;
	background-color: #FFFFFF;
	font-family: "Verdana";*/
	font-size: 10px;
}
a#leeg {
	color:#E4E4E4;
}
