/* CSS Document for layout of content - (use layout.css for layout of page)*/
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,ul,ol {
line-height: 18px;
margin-top: 0px;
margin-bottom: 3px;
color:#666666;
}

.intro {
line-height:24px;
font-weight:bold;
font-size:11px;
color:#5BABD0; /*#0075ab;*/
}

h1, h2, h3 {
	font-weight:bold;
	color:#3A6899;
	white-space: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 { 
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D8E1EB; 
}
h2 { 
	font-weight:bolder;
	font-size:16px;
	margin-top:3px;
	margin-bottom:-3px;
}
h3 { 
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 3px;	
}
a:link, a:active {
color:#0075ab;
text-decoration:none;
}
a:visited {
color:#0075ab;
text-decoration:none;
}
a:hover {
color:#0075ab;
text-decoration:underline	;
}
/*voor zoekfunctie !*/
.highlightedtext{
	font-weight: bold;
	background-color: #FFFF00;
}
li {
line-height:18px;
color: #666666;
}