@charset "utf-8";

body 
{
	padding:0px;
	margin:0px;
	margin-top:12px;
	background:#ffffff;
	color:#004890;
}
h1, h2, h3
{
	padding:0;
	margin-top:15px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	color:#004890;
}
h1
{
	font-size:18px;
}
h2
{
	font-size:16px;
}
h3
{
	font-size:14px;
}
.Header 
{
	height:125px;
	margin-top:0px;
	background:url(../gfx/header_delfland.png) no-repeat #004890;
}
.ContentText 
{
	color:#004890;
	font-size:11px;
	font-family: Verdana, Geneva, sans-serif;
	margin:30px 10px 30px 30px;
}
.ContentText a:link
{
	color:#004890;
	text-decoration:none;
}
.ContentText a:hover
{
	text-decoration:underline;
}
.ContentText a:visited
{
	color:#004890;
	text-decoration:none;
}
.LeftmenuBox 
{
	color:#004890;
	font-size:11px;
	font-family: Verdana, Geneva, sans-serif;
}
.LeftMenuBox a:link
{
	color:#004890;
	text-decoration:none;
}
.LeftMenuBox a:hover
{
	text-decoration:underline;
}
.LeftMenuBox a:visited
{
	color:#004890;
	text-decoration:none;
}