* {
margin: 0px;
padding: 0px;
font-family: helvetica, verdana, arial;
}

body, html {
height: 100%;
background-color: #DED9DA;
padding-bottom: 10px;
}

div#container {
position: relative;
top: 20px;
width: 990px;
margin: 0 auto;
background-color: #FFF;
background-image: url('../grfx/stippellijn.gif');
background-repeat: repeat-y;
background-position: 300px;
padding-bottom: 30px;
min-height: 500px;
}

a {
text-decoration: none;
color: #666666;
}

a:hover {
text-decoration: underline;
}

div#header {
height: 120px;
}

div#header_left {
width: 300px;
float: left;
height: 100%;
}

div#header_right {
float: left;
height: 100%;
padding-left: 20px;
margin-top: 50px;
margin-bottom: -50px;
font-size: 20px;
color: #0FA0C6;
font-family: arial;
}

img#logo {
padding-left: 25px;
padding-top: 25px
}

div#header .tagline {
}

div#footer {
position: relative;
background-color: #594247;
height: 20px;
width: 980px;
margin: 0 auto;
text-align: right;
font-size: 11px;
line-height: 20px;
padding-right: 10px;
font-family: arial;
color: #DCAB54;
}

div#footer a {
color: #FFF;
text-decoration: none;
}

div#footer a:hover {
color: #DCAB54;
}

div#navigatie {
position: relative;
left: 300px;
top: -23px;
display: block;
height: 20px;
line-height: 20px;
background-color: #594247;
width: 690px;
font-size: 9px;
}

div#navigatie a {
color: #FFF;
text-decoration: none;
margin-left: 20px;
margin-right: 20px;
}

div#navigatie a:hover {
color: #DCAB54
}

div#content_left {
position: relative;
width: 260px;
float: left;
font-family: helvetica, arial;
font-size: 11px;
line-height: 16px;
padding: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

div#content_left a {
text-decoration: none;
color: #0FA0C6;
}

div#content_left a:hover {
text-decoration: underline;
}

div#content_right {
position: relative;
float: right;
font-family: helvetia, arial;
font-size: 11px;
line-height: 16px;
width: 610px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 10px;
}

.hoofdKop {
font-size: 18px;
color: #594247;
line-height: 25px;
}
.subkop {
font-weight: bold;
font-size: 16px;
color: #0FA0C6;
line-height: 25px;
}

td
{
	font-family: helvetica, arial;
	font-size: 11px;
}

p
{
margin-bottom: 18px;
}