/* 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,li {
line-height: 16px;
margin-top: 3px;
color:#000000;
}
/*afbeeldingen in content*/
.alignright,.alignleft{
margin:0px;
margin-bottom:10px;
}
.alignright{
margin-left:10px;
}
.alignleft{
margin-right:10px;
}
.intro {
line-height:24px;
font-weight:bold;
font-size:11px;
color:#5BABD0; /*#0075ab;*/
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#5c7317;
	white-space: normal;
}
h1 { 
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 3px;	
}
h2 {
	color:#36430E;
	font-weight:bolder;
	font-size:14px;
	margin-top:3px;
	margin-bottom:-3px;
}
h3 { 
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 3px;	
}
th {
	line-height: 16px;

}

a,a:link, a:active {
color:#B0720D;
text-decoration:none;
font-weight:bold;
}
a:visited {
color:#B0720D;
text-decoration:none;
}
a:hover {
color:#B0720D;
text-decoration:underline;
}

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