/* Body opmaak */
	BODY { 
		background-color: #FFFFFF;
		margin-top: 10px; margin-left: 10px; margin-bottom: 10px; margin-right: 10px;
		color: #000000; 
		font-size: 10pt; 
		text-decoration: none; 
		font-family:  Arial, Verdana, Tahoma,  Helvetica, sans-serif;
		scrollbar-face-color: #e21987; 
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #FFFFFF;
		scrollbar-3dlight-color: #FFFFFF; 
		scrollbar-arrow-color:  #FFFFFF;
		scrollbar-track-color: #FFFFFF; 
		scrollbar-darkshadow-color: #FFFFFF;
	} 
	
/* Naamlose links */	
	A:link {color: #000000; text-decoration: underline; font-size: 10pt;}
	A:visited {color: #000000; text-decoration: underline; font-size: 10pt;}
	A:active {color: #000000; text-decoration: underline; font-size: 10pt;}
	A:hover {color: #3d9de2; text-decoration: none; font-size: 10pt;}

/* Header */
	.header {
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
	}
	.header_div {
		width:384px;
		heigth: 400px;
		position:absolute;
		margin-left:375px;
		margin-top: -75px;
		z-index:30;
		height: 275px;
	}
	
	
/* Inhoud */
	.inhoud{
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		background-color: #fdfce9;
		padding:10px 33px 10px 33px;
	}


	.titel{
		font-size: 16px;
		font-weight:bolder;
		color:#df291c;
		margin:0;
	}
	.titel_oranje{
		font-size: 16px;
		font-weight:bolder;
		color:#f8813e;
		margin:0;
	}
	.titel_blauw{
		font-size: 16px;
		font-weight:bolder;
		color:#3d9de2;
		margin:0;
	}
	.titel_rood{
		font-size: 16px;
		font-weight:bolder;
		color:#df291c;
		margin:0;
	}



/* Menu */
	.menu{
		color: #e21987;
		font-size: 15px;
		font-weight:bolder;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
	}	
	.menu A:link{color: #e21987; text-decoration: none; font-size: 15px;}
	.menu A:visited{color: #e21987; text-decoration: none; font-size: 15px;}
	.menu A:active{color: #e21987; text-decoration: none; font-size: 15px;}
	.menu A:hover{color: #3d9de2; text-decoration: none; font-size: 15px;}
	


/* Tussen */
	.tussen {
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
	}
	
/* Wit */
	.wit {
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
	}
	
/* Copyright */
	.copyright {
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		font-size: 9px;
		padding:8px 0px 10px 0px;
	}
	.copyright A:link{color: #000000; text-decoration: underline; font-size: 9px;}
	.copyright A:visited{color: #000000; text-decoration: underline; font-size: 9px;}
	.copyright A:active{color: #000000; text-decoration: underline; font-size: 9px;}
	.copyright A:hover{color: #000000; text-decoration: underline; font-size: 9px;}
	
/* Onder */
	.onder {
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}


/* Nuttons */
	input {
		border: #e21987 1px solid;
		font-size: 10pt;
	} 
	textarea {
		border: #e21987 1px solid;
		font-size: 10pt;
	}
	option {
		border: #e21987 0px solid;
		font-size: 10pt;
		/*font-weight: bolder;*/
	}
	button {
		border: #e21987 0px solid;
		font-size: 10pt;
		/*font-weight: bolder;*/
	}
	
/* Overige */	
	hr {
		height: 0;
		border: 0;
		border-top: 1px solid #df291c;
	} 


	p{
		margin:0;
	}
	
	td {
		color: #000000; 
		font-size: 10pt; 
	}
	tr{
		color: #000000; 
		font-size: 10pt; 
	}
	table {
		color: #000000; 
		font-size: 10pt; 
	}

