/* CSS Document */

#navcontainer, #header, #banner, .noprint, .links_boven { display: none; }

body{
background-color: #FFFFFF;
border: none;
}

p { 
background-color: #ffffff; 
color: #000000; 
font-family: "Times New Roman", Times, serif; 
font-size: 11pt;
line-height:19px;
}

h1 { 
background-color: #ffffff; 
color: #000000; 
font-family: "Times New Roman", Times, serif; 
font-size: 14pt;
border-bottom: 1px dashed #999999;
}

h2 { 
background-color: #ffffff; 
color: #999999; 
font-family: "Times New Roman", Times, serif; 
font-size: 12pt;
}

#content{
width:100%;
margin:0px;
height:auto;
}


#master{
width: 100%;
margin: 0 auto;
}

.content_tussen {
	width: 90%;
	float:none;
	margin: 20px 0px 10px 0px;
}

.content_left {
	width: 90%;
	float:none;
	height:auto;
	margin: 20px 0px 10px 0px;
}

.content_right {
	width: 90%;
	float:none;
	height:auto;
	margin: 20px 0px 10px 0px;
}

.pagina_einde {
	page-break-after:always;
}

/*Opmaak opsommingen*/

.opsomming{
	font: 14px "Times New Roman", Times, serif;
	margin:0px 0px 0px 0px;
	list-style-type:square;
	display:list-item;
}


/*Opmaak hyperlinks footer*/

#footer {
	color:#000000;
	text-decoration:none;
	background-color: #FFFFFF;
	margin-top: 50px;
	border-top: 1px solid #999999;
	width: 90%;
}


/*Opmaak hyperlinks content*/

a:link {
	color:#999999;
	text-decoration:underline;
}
a:visited {
	color:#999999;
	text-decoration:underline;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #999999;
	}
a:active {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #999999;
}