/* CSS Stylesheet */

body {
margin: auto;
background-color: #ffffff;
font-family: Arial, Helvetica, sans serif;
font-size: 12px;
line-height: 14px;
color: #333333;
}

h1 {
font-size: 18px;
line-height: 26px;
color: #679922;
}

h2 {
font-size: 16px;
line-height: 18px;
color: #679922;
}

h3 {
font-size: 14px;
line-height: 16px;
color: #679922;
}

a:link, a:active, a:visited {
color: #679922;
text-decoration: none;
}

a:hover {
color: #679922;
text-decoration: underline;
font-weight: bold;
}

td {
font-size: 12px;
line-height: 14px;
color: #000000;
}

img {
border: 0;
}

/* De divs */

#main {
position: relative;
margin: 0 auto;
width: 960px;
background-image: url(/images/structure/wrapper_bg_left.png);
background-repeat: repeat-y;
}

#logo {
position: absolute;
top: 23px;
left: 26px;
}

#logo img {
border: 1px;
}

#header {
padding-left: 288px;
margin-bottom: 28px;
border-bottom: 1px solid #333333;
}

#navigatie {
float: left;
width: 200px;
margin-left: 72px !important;
margin-top: 72px !important;
padding-right: 0;
}

#navigatie a:link, #navigatie a:active, #navigatie a:visited {
color: #87c92d;
text-decoration: none;
}

#navigatie a:hover {
color: #87c92d;
text-decoration: none;
font-weight: bold;
}

.aktieve_pagina {
color: #679922;
text-decoration: none;
font-weight: bold;
}

#content {
float: left;
width: 500px;
margin-left: 20px;
margin-right: 20px;
}

.copyright {
font-size: 10px;
color: #CCCCCC;
font-style: italic;
font-weight: normal;
}

#nieuws {
float: left;
width: 140px;
}

.nieuws_header {
font-size: 18px;
line-height: 26px;
color: #87c92d;
}

.nieuws_titel {
font-size: 18px;
line-height: 26px;
color: #87c92d;
}

.nieuws_datum {
font-size: 10px;
color: #CCCCCC;
font-style: italic;
font-weight: normal;
}

#clear {
clear: both;
height: 0;
}

#footer {
height: 40px;
background-image: url(/images/structure/wrapper_bg_left.png);
margin-left: 70px;
border-top: 1px solid #333333;
text-align: center;
vertical-align: middle;
}

#footer ul li {
display: inline;
}

#footer a:link, #footer a:visited ,#footer a:active {
color: #FFFFFF;
text-decoration: none;
font-size: 9px;
}

#footer a:hover {
color: #FFFFFF;
text-decoration: underline;
font-size: 9px;
}

.clean_ul {
color: #87c92d;
font-size: 14px;
line-height: 19px;
list-style-type: none;
margin-left: 0;
}

.contact {
color: #679922;
font-weight: bold;
}

.contact_input {
width: 300px;
border: 1px solid #679922;
}

.contact_textarea {
width: 300px;
height: 200px;
border: 1px solid #679922;
}

