@charset "utf-8";

/* clear absolute gepositioneerde elementen */
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
/* verbergen voor IE-mac \*/
* html .clearfix {height: 1%;}

* {
 margin: 0;
 padding: 0;
}

html, body {
 margin: 0px;
 padding: 0px;
 height: 100%;
}

body {
 font-family: MS Sans Serif, Geneva, sans-serif;
 font-size: 0.92em;
 color: #000000;
 background-color: #ffffff;
}

hr { color: #1A6C55;
 size: 1px;
 width: 50%;
}

#clear{
 clear: both;
}

#clear-right{
 clear: right;
}

#container {
 width: 100%;
 background-color: #ffffff;
}

#header_div {
 width: 100%;
 height: 168px;
 margin: 0px;
 border: 0;
 clear: both;
 background-color: #D1DDD1;
 background-image: url(/files/images/topback.jpg);
}

#topmenu_div {
 float: left;
 width: 1000px;
 height: 32px;
 /*background-image: url(/files/images/topmenu_back.jpg);*/
}

#logo_div {
 float: left;
 width: 400px;
 height: 168px;
 overflow: hidden;
 background-color: #D1DDD1;
 background-image: url(/files/images/top.jpg);
}

#logo {
 border: 0;
 margin-left: 20px;
}

#adres_div {
 float: left;
 width: 370px;
 overflow: hidden;
 margin-top: 25px;
 font-weight: bold;
 color: #1A6C55;
}

.adres_col {
 float: left;
 width: 50%;
}

.adres_col a {
 color: #DC7401;
 text-decoration: none;
}


#lang_div {
 float: left;
 height: 32px;
 margin-top: 35px;
}


#headers {
 border: 0;
}


#main {
 width: 1090px;
 overflow: hidden;
}

#content_div {
 display: block;
 float: left;
 width: 650px;
 padding-left:40px;
/*
 padding-bottom:32000px;
 margin-bottom:-31960px;
*/
 background-color: #ffffff;

 text-decoration: none;
 color: #000000;
 line-height: 145%;
 /*text-align: justify; */
}

#content_div a {
 color: #DC7401;
 text-decoration: none;
}

#content a:hover {
 text-decoration: underline;
}

#footer_div {
 width: 100%;
 clear: both;
 height: 1px;
 background-color: #D1DDD1;
}

#footermenu_div {
 float: right;
 width: 520px;
 height: 1px;
 /* background: #000000; */
}

#footermenu_div a {
 color: black;
 text-decoration: none;	
}

#footermenu_div a:hover {
 color: black;
 text-decoration: underline;	
}


a:hover {
 text-decoration: underline; 
}

#flashmovie_div {
 width: 100%;
 margin: 0;
}

.flag {
 border: 0px;
 margin-left: 0px;
 margin-right: 10px;
}

.centertable {
 margin-left: auto;
 margin-right: auto;
 border: 0;
 padding: 0;
}

.kopgroot { color: #1A6C55;
 font-weight: bold;
 font-size: 120%;
 line-height: 145%;
 letter-spacing: 1px;
}

.kop { color: #1A6C55;
 font-weight: bold;
 font-size: 110%;
 line-height: 150%;
}

.tekst { text-decoration: none;
 color: #000000;
 font-size: 100%;
 line-height: 145%;
 text-align: justify;
}

.tekst_oranje { text-decoration: none;
 color: #DC7401;
}

.klein { text-decoration: none;
 color: #000000;
 font-size: 80%;
 line-height: 130%;
 text-align: center;
}

