/* CSS Document for layout of page - (use content.css for layout contents)*/
body {
	margin:0px;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body, td, th, div {
	font-size: 11px;
}
p {
	line-height: 16px;
	margin-top: 3px;
	margin-bottom:9px;
	margin-left:6px;
	margin-right:6px;
	color:#333333;
	text-align: justify;
}
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	white-space: normal;
	margin-left:6px;
	margin-right:6px;
}
h1 { 
	font-size: 18px;
	margin-top: 5px;
	margin-bottom:6px;	
}
h2 { 
	font-weight:bolder;
	font-size:16px;
	margin-top:3px;
	margin-bottom:3px;
}
h3 { 
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 3px;	
}
hr {
	width:100%;
	height:1px;
}
a:link, a:active {
color:#b0ab1d;
text-decoration:none;
font-weight:bold;
}
a:visited {
color:#b0ab1d;
text-decoration:none;
font-weight:bold;
}
a:hover {
color:#b0ab1d;
text-decoration:underline;
font-weight:bold;
}

/*voor zoekfunctie !*/
.highlightedtext{
	font-weight: bold;
	color:#000000;
	background-color: #b0ab1d;
}
