body {
behavior: url(csshover.htc);
margin:0px;
padding:0px;
background-color:#182018;
height:100%;
font-family:verdana;
}

html {
height:100%;
}

h1 {
font-size:15px;
}

h2 {
font-size:13px;
}

p {
margin:0px;
}

table {
border:0px;
}

td {
border:0px;
}

img {
margin-right:5px;
border:0px;
}

#main {
position:absolute;
width:750px;
left:50%;
margin-left:-375px;
background-color:#ffffff;
}

#header {
float:left;
position:relative;
width:750px;
height:267px;
background-image:url(images/header.jpg);
}

#kernwoorden {
position:absolute;
width:198px;
height:184px;
left:532px;
top:63px;
padding:10px;
font-size:10px;
color:#3f3f3f;
}

#kernwoorden ul {
padding:0px;
margin:0px;
list-style-type:none;
}

#kernwoorden ul li {
padding-bottom:10px;
}

#menu {
position:relative;
float:left;
width:750px;
background-image:url(images/menu_back.jpg);
background-repeat:repeat-y;
margin-top:2px;
}

#menu ul {
list-style: none;
margin: 0;
padding:0;
}

#menu ul li {
position:relative;
float:left;
}

#menu a {
font-family:arial;
display:block;
padding:10px;
font-size:11px;
text-decoration:none;
color:#ffffff;
}

#menu a:hover {
color:#000000;
}

#menu ul li.active a {
color:#000000;
}

#content_box {
position:relative;
float:left;
width:750px;
background-image:url(images/content_back.jpg);
background-repeat:repeat-y;
margin-top:2px;
}

#content {
position:relative;
float:left;
font-size:11px;
width:511px;
padding:10px;
line-height:0.5cm;
}

#content a, a:visited {
color:#527636;
text-decoration:none;
}

#content a:hover {
color:#527636;
text-decoration:underline;
}

#adres {
float:right;
width:199px;
font-size:11px;
padding:10px;
color:#ffffff;
}

#adres a, a:visited {
text-decoration:none;
color:#182018;
}

#adres a:hover {
color:#c9da2a;
}

#footer {
position:relative;
float:left;
width:740px;
height:25px;
background-image:url(images/footer_back.jpg);
background-repeat:repeat-y;
/*background-color:#8cc63f;*/
font-size:10px;
padding-left:10px;
line-height:25px;
}

#footer a, a:visited {
color:#ffffff;
text-decoration:none;
}

#footer a:hover {
color:#000000;
}

#footerlinks {
position:relative;
float:left;
width:730px;
line-height:24px;
font-size:10px;
padding-left:10px;
padding-right:10px;
background:#7c8b9e;
display:none;
}

#footerlinks a {
color:#ffffff;
text-decoration:none;
}

#footerlinks ul {
margin:0px;
padding:0px;
list-style-type:none;
}

#footerlinks ul li {
float:left;
margin-right:20px;
line-height:24px;
}

#contact_table {
margin:0px;
padding:0px;
border:0px;
}

#contact_table tr td {
padding:5px;
font-size:10px;
}

input {
background-color:#8CC63F;
padding:2px;
font-size:10px;
font-family:verdana;
border:0px;
}

textarea {
background-color:#8CC63F;
font-size:10px;
font-family:verdana;
width:300px;
height:150px;
border:0px;
padding:2px;
}

#santhos_webdesign {
position:relative;
float:left;
width:730px;
line-height:24px;
font-size:10px;
padding-left:10px;
padding-right:10px;
background:#7c8b9e;
display:none;
}

#santhos_webdesign a {
color:#ffffff;
text-decoration:none;
}



@media print {

body{
	background-color: White;
	font-family: arial;
	font-size: 12pt;
	padding:0px;
	margin:0px;
}

#menu, #header, #footer, #kernwoorden{
display: none;
}

#adres {
position:relative;
float:left;
}

#main, #content_box {
position:relative;
white-space:wrap;
width: 100%;
margin: 0px;
padding: 0px;
left:0px;
}

#content{
position:relative;
white-space:wrap;
width:95%;
padding: 20px;
left:0;
overflow:visible;
}

div {
clear:both;
}

a:link, a:visited, h1, h2{
color: Black;
text-decoration: none;
}

}