html, body {
	scrollbar-face-color: #F7BD4A;
	scrollbar-shadow-color: #640C03;
	scrollbar-highlight-color: #640C03;
	scrollbar-3dlight-color: #640C03;
	scrollbar-darkshadow-color: #640C03;
	scrollbar-track-color: #972E15;
	scrollbar-arrow-color: #B21E05;
	
	margin: 0;
	padding: 0;
	border: 0;
	height:100%;
	max-height:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #020100;	
	background-image: url(../images/bg_leder2.gif);
	text-align: center;
		
	
}
/*om de hele boel te centreren*/
#outer {
	margin: 0 auto;
	width: 850px;
	height: 595px;
	text-align: left;
	background-image: url(../images/bg_main850x600.gif);	
	
}

 /*content*/

#content {
	position: absolute;
	top: 160px;
	height: 380px;
	padding: 0 10px;
	margin-left: 200px;
	width: 600px;
	overflow: auto;
	z-index: 2;
	
}



#content a:link, a:visited, a:active 	{
	text-decoration: underline;
	color: #020100;	
	}

#content a:hover {
	
	color: #F7BD4A ;
	background-color: #B21E05;
	text-decoration: none;
	
}


/* tabellen */
#content table {
	width: 95%;
	margin: 5px 0;
	border: 3px solid #020100;
	
}
#content table h1 {
font-size: 15px;
border-top:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
}
#content table h2 {
font-size: 12px;
font-weight: bold;
padding: 5px;

	
}
#content td {
	
	background-color: #FFFFFF;
	font-size: 11px;
	border: 1px solid #020100;
	padding: 10px;	
	
	}

#content th {
	
	text-align: left;
	font-size: 11px;
	background-color: #B21E05;
	color:#FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 10px;	
	
}



.bijschrift {
	margin: 0;
	font-size: 10px;
	font-style: italic;
	padding: 9px 3px 0;
}
	
#copyright {
	font-size: 9px;
	text-align:center;

}
#copyright_plattegrond {
	font-size: 9px;
	margin-top: 330px;
	

}

#footer {
	position: absolute;
	top: 545px;
	height: 40px;
	margin-left: 600px;
	width: 200px;
	overflow: hidden;
	z-index: 3;
	
}

 /*einde content*/
 
   /*taalkeuze ned/dui*/

#taal {
	position:absolute;
	margin-left:67px;
	top:528px;
	width:88px;
	height:18px;
		
	}
	
a.taal {
	width:88px;
	height:18px;
	display: block;
}
a#duits{
	background-image : url(../ned/buttons/duits.gif);
	background-position : -88px 0px;
	background-repeat : no-repeat;
}
a#duits:hover{
	background-position : 0px 0px;
}
a#ned{
	background-image : url(../dui/buttons/ned.gif);
	background-position : -88px 0px;
	background-repeat : no-repeat;
}
a#ned:hover{
	background-position : 0px 0px;
}

 /*einde taalkeuze*/

