html {
	/*overflow: -moz-scrollbars-vertical;*/
	overflow-y:scroll;
}
/* Reset --
	 Resets default browser CSS - Watch out with the UL * OL in this reset!
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	/* font-weight: inherit; */
	font-style: inherit;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	vertical-align: baseline;	
}
body 
{
	color:#001E4B;
}
/* clearfix */
.clearfix:after, #topheader:after, #header:after, #content:after, #main:after, #sidebar:after, #related:after, #footer:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Regular clearing-apply to column that should drop below previous ones. */
.clear, .clearer {
	clear: both;
	overflow: hidden;
	height: 0;
}

/* fonts */
h1, h1 a {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:19px;
	font-weight:200;
	color:#001e4b;
	padding-bottom:5px;
}
h1 a  
{
	color:#001E4B;
	padding-bottom:0;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:200;
	font-size:17px;
	color:#001e4b;
}

/* links */
a {	color:#001E4B;}
a:hover {	color:#8f0059; text-decoration:none;}

/* paragraph */
p strong { display:block; margin-top:10px;}
/* blocks */
/* main container */
#mainframe #site {
	width:887px;
	margin:0px auto;
	padding:-2px 0px 0px 0px;
}
/* logo */
#logo 
{
	display:block;
	float:left;
	height:90px;
	margin-top:22px;
	width:282px;
}
#topheader {
	height: 130px;
	overflow: hidden;
}
/* topmenu */
#topnavigation {
	clear: right;
	color:#17A01B;
	float: right;
	font-size:14px;
	overflow: hidden;
	margin:17px 0 0;
}
#topnavigation li {
	color:#AEB2C5;
	border-left: 1px solid #17A01B;
	float: left;
	margin:0 0 0 -1px;
	list-style: none;
	padding: 0 6px;
}
#topnavigation li a {
	color:#AEB2C5;
}

/* menu */
#navigation {
	clear: right;
	float:right;
	font-size:19px;
	padding:22px 0 23px;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	border-left: 1px solid #5db04c;
	float: left;
	height: 20px;
}
#navigation a {
	color: #001e4b;
	display: block;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	line-height: 27px;
	padding: 0 42px 0 10px;
	text-decoration: none;
}
#navigation .active a {
	color:#818DA1;
}
#navigation .last a {
	padding: 0 2px 0 10px;
}

/* searchbar */
#searchbar {
	height: 33px;
	text-decoration: none;
	width: 461px;
	clear: right;
	float: right;
}
#searchbar #clickkey {
	float: left;
	height: 33px;
	width: 243px;
}
#searchform {
	background-color: #e9eaef;
	height: 33px;
	width: 218px;
	float: left;
}
#searchform .searchfield {
	float: left;
	margin-left: 19px;
	margin-top: 7px;
}
#searchform .searchfield input {
	width: 130px;
}
#searchform .button {
	margin: 4px 0 0 2px;
}

/* footer */
#footer {
	clear: both;
	height: 20px;
	margin: 40px 0 30px;
}
#footer .logo {
	float: left;
}
#footer .footernavigation {
	color:#17A01B;
	float:right;
	margin-top:7px;
	margin-right:-4px;
}
#footer .footernavigation li  
{
	padding-left:4px;
	margin-right:4px;
	line-height:1;
	list-style:none;
	border-left:1px solid #17A01B;
	float:left;
}
#footer .footernavigation .copyright {
	color:#AEB2C5;
	padding-right:23px;
	border-left:none;
}
#footer .footernavigation .disclaimer  
{
	border-left:none;
}
#footer .footernavigation a {
	color:#AEB2C5;
	padding:0 3px;
}

/* contact formulier */
fieldset#formulier {
  border: none;
  margin: 23px 0 0 17px;
}
fieldset#formulier em {
  color: #ff1515;
}
fieldset#formulier legend {
  font-weight: bold;
  margin-bottom: 10px;
}
fieldset#formulier div.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
}
fieldset#formulier ul {
  margin: 0;
  padding: 0;
}
fieldset#formulier ul li {
  list-style: none;
  text-align: left;
}
fieldset#formulier label.title {
  vertical-align: top;
  float: left;
}
fieldset#formulier label.spec {
  padding: 0 0 0 .5em;
}
fieldset#formulier .standardInput {
  border-color: #ABADB3 #E2E3EA #E2E3EA;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
}
fieldset#formulier input.blah, fieldset#formulier textarea.blah, fieldset#formulier span.blah {
  float: right;
}
fieldset#formulier div.blah {
  float: none;
  margin-left: 212px;
}
fieldset#formulier div.radiogroup {
  float: none;
  margin-bottom: 30px;
}
fieldset#formulier div.radiogroup .title {
  display: block;
  margin-bottom: 10px;
}
fieldset#formulier div.radiogroup input.standardInput {
  float: none;
  margin: 5px 0 5px 22px;
}
fieldset#formulier .input1 
{
	width: 230px;
}
fieldset#formulier .verplichtveld {
  padding-left: 213px;
}
fieldset#formulier .buttonposition 
{
	padding: 10px 0 0 213px;
	
}