body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D3D9DD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.defaultfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.titelfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #19364C;
}

.subtitelfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #19364C;
}

.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #19364C;
}

.submenufont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #165B9C;
	font-weight: bold;
}
a:link.submenufont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #165B9C;
	font-weight: bold;
	text-decoration: none;
}
a:visited.submenufont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #165B9C;
	font-weight: bold;
	text-decoration: none;
}
a:hover.submenufont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #165B9C;
	font-weight: bold;
	text-decoration: underline;
}
a:active.submenufont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #165B9C;
	font-weight: bold;
	text-decoration: none;
}


.site_backgr0 {
	background-color: #D4D9DE;
	background-image: url(pic/site_backgr0.jpg);
}
.site_backgr {
	background-image: url(pic/site_backgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.main_backgr {
	background-image: url(pic/main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.main_backgr_voorpagina {
	background-image: url(pic/main_voorpagina.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.menu{
	font-size: 11px;
}
a:link.menu {
	text-decoration: none;
}
a:visited.menu {
	text-decoration: none;
}
a:hover.menu {
	color: #C43D14;
	text-decoration: none;
}
a:active.menu {
	text-decoration: none;
}

a:link.copyright {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
a:visited.copyright {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
a:hover.copyright {
	color: #333333;
	font-size: 11px;
	text-decoration: underline;
}
a:active.copyright {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}

a:link {
	color: #00008A;
	text-decoration: none;
    font-weight: bold;
}
a:visited {
	color: #00008A;
	text-decoration: none;
    font-weight: bold;
}
a:hover {
	color: #0000D5;
	text-decoration: underline;
    font-weight: bold;
}
a:active {
	color: #00008A;
	text-decoration: none;
    font-weight: bold;
}

h1{
	margin: 0px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2C475C;
	padding-top: 5px;
	padding-left: 100px;
	background-image: url(pic/h1stip.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	height: 26px;
}

h2{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #155A9B;
	font-weight: lighter;
	font-style: italic;
	padding-right: 20px;
}


hr {
	height: 1px; border: none; color: #748B9E; background-color: #748B9E;
}