@charset "UTF-8";
/* ------ CSS schoonmaak code  ------ */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	font-size: 12px;
	font-family:arial;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
li{
}
ol, ul {
  padding-bottom:14px;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
/* ------ EINDE CSS schoonmaak code ------ */

body {
  background-image:url(images/1x1blauw.gif);
}
#centreerdiv {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
  background-image:url(images/achtergrond.jpg);
  background-repeat:repeat-x;
}
#contentdiv {
 width:818px;;
 text-align:left;
 position:relative;
 background-color:#FFFFFF;
}
#contentdivbottom {
  width:818px;
  margin-bottom:20px;
}
#tekst {
  position:relative;
  background-image:url(images/shade.gif);
  background-repeat:no-repeat;
  padding-left:40px;
  padding-right:20px;
  padding-top:35px;
  padding-bottom:20px;
  width:572px;
  left:186px;
}
#subnavigatie {
  position:absolute;
  background-image:url(images/subnav_bg.gif);
  background-repeat:no-repeat;
  top:260px;
  left:0px;
  width:186px;
  height:250px;
  padding-top:40px;
  padding-left:15px;
}
#subbeeld {
  position:absolute;
  top:260px;
  left:0px;
}

/* --- opmaak ---*/
h1 {
	font-size:25px;
  font-family:Georgia, Times New Roman, Times;
	color:#3d6e9f;
  padding-bottom:20px;
  background-image:url(images/tussenlijn.gif);
  background-repeat:no-repeat;
  background-position:0px 35px;
}
h2 {
	font-size:14px;
  font-family:Georgia, Times New Roman, Times;
	color:#3d6e9f;
  line-height:18px;
  text-align:center;
  font-style:italic;
  padding-bottom:14px;
}
ol {
  padding-left:19px;
}
li {
  padding-bottom:14px;
}
p {
  padding-bottom:14px;
  line-height:18px;
}
.sub:link, .sub:visited  {
  color:#3d6e9f;
  font-family:Georgia, Times New Roman, Times;
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
  line-height:35px;
}
.sub:hover  {
  color:#3399FF;
  font-family:Georgia, Times New Roman, Times;
  font-weight:bold;
  text-decoration:none;
  line-height:35px;
}
.gewoon:link, .gewoon:visited  {
  color:#3d6e9f;
  font-weight:bold;
  text-decoration:none;
}
.gewoon:hover  {
  color:#3399FF;
  font-weight:bold;
  text-decoration:none;
}
.input
{
	border-width:1px;
	border-color:#517fa3;
	border-style:solid;
	width:250px;
	height:18px;
	padding:0px; 	 	
}
textarea
{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	line-height:15px;
	border-width:1px;
	border-color:#517fa3;
	border-style:solid;
	width:380px;
	height:100px;
	padding:0px; 	 	
}


