﻿/* =============================================================
ALGEMEEN
============================================================= */

body {
	font-family: 'Segoe UI' , Helvetica , sans-serif;
	line-height: 1.4;
	font-size: 0.95em;
	color: #111111;
}

i  {
        font-style: italic;
}

b {
        font-weight: bold;
}

strong {
	font-size: 1.4em;
}

p {
	margin: 10px 2px 20px 2px;
}

ul {
	list-style-image: url( '../img/bullet.png' );
        list-style-position: inside;
}

a {
	color: #008000;
}

figure {
	float: left;
	margin: 5px 20px 5px 0;
	border: 1px solid #ddd;
}

figcaption {
	width: 100%;
	font-size: 0.75em;
	text-align: center;
	clear: left;
	margin-bottom: 5px;
}

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

.error {
     color: #D14E34;
     font-weight: bold;
}

.success {
    color: #056909;
    font-weight: bold;
}

.aligned { /* in het midden uitgelijnde inhoud */
	min-width: 1050px; /* aangepast ivm lengte logo was 960 TS*/
	max-width: 1400px;
	width: 80%;
	margin: 0 auto;
	position: inherit;
}

.full_width { /* gestrekt over het hele beeldscherm (of de parent van het element) */
	width: 100%;
	min-width: 960px;
}

.spacer {
	background-image: url( '../img/body_bg.png' );
	height: 30px;
	position: relative;
	z-index: 2;
}

.top_shadow {
	margin-top: -6px;
	height: 6px;
	background-image: url( '../img/top_shadow.png' );
	position: relative;
	z-index: 3;
	background-repeat: repeat-x;
}

.bottom_shadow {
	margin-bottom: -6px;
	height: 6px;
	background-image: url( '../img/bottom_shadow.png' );
	background-repeat: repeat-x;
	position: relative;
	z-index: 3;
}

.line_big {
	width: 100%;
	height: 7px;
	background-color: #008000;
	z-index: 2;
	position: relative;
}

.line_small {
	width: 100%;
	height: 3px;
	background-color: #008000;
}

.clearboth {
	clear: both;
}

/* =============================================================
HEADER
============================================================= */

/* algemeen */

#site_header {
	position: relative;
	background-image: url( '../img/header_bg.png' );
	height: 91px;
	line-height: 91px;
	left: 0;
      z-index: 6;
}

#site_header img {
	float: left;
	margin-top: 24px;
	margin-left: 20px;
}

/* navigatie */

#site_header nav {
	float: right;
	margin-right: 20px;
      z-index: 7;
}

#site_header nav > ul {
	position: relative;
	list-style: none;
}

#site_header nav > ul > li {
	float: left;
	font-size: 1.1em;
	margin-left: 7px;
}

.slash {
	margin-left: 7px;
	color: #008000;
}
#site_header nav a {
	color: #222;
}

#site_header nav ul li a:hover{
	color: #008000;
	text-decoration: none;
}

nav ul li:hover {
	cursor: pointer;
	color: #008000;
}

nav ul ul {
    display: none;
    position: absolute;
    list-style: none;
    list-style-image: none;
    right: 0px;
    top: 60px;
    margin-right: -75px;
    text-align: center;
    padding-top: 26px;
    height: 187px;
    width: 273px;
    background-image: url(../img/dropdown.png);
    z-index: 9999;
}

nav ul ul li {
	padding-left: 6px;
	line-height: 1.8;
	padding-right: 7px;
      z-index: 9;
}

nav ul ul li a {
	display: block;
}

/* =============================================================
SLIDER
============================================================= */

#slider {
	position: relative;
	z-index: 0;
	background-image: url( '../img/body_bg.png' );
	height: 279px;
}

.smaller {
	max-height: 130px;
}

.smallest {
	max-height: 80px;
}

#slider img {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}

#slider img#main_img {
	display: block;
}

#slides {
	min-width: 1050px; /* aangepast ivm lengte logo was 960 TS*/
	max-width: 1400px;
	width: 79%;
	margin: auto;
	position: relative;
      z-index: 0;
}

#slides:before {
	content: ' ';
	height: 279px;
	width: 5px;
	margin-left: -5px;
	background-image: url( '../img/left_shadow.png' );
	background-repeat: repeat-y;
	float: left;
}

.smaller #slides:before {
	max-height: 130px;
}
.smallest #slides:before {
	max-height: 80px;
}

#slides:after {
	content: ' ';
	height: 279px;
	width: 5px;
	margin-right: -4px;
	background-image: url( '../img/right_shadow.png' );
	background-repeat: repeat-y;
	float: right;
      z-index: 0;
}

.smaller #slides:after {
	max-height: 130px;
}
.smallest #slides:after {
	max-height: 80px;
}

#slider_caption {
	position: absolute;
	top: 20px;
	margin-left: 20px;
	color: #fff;
	font-size: 1.8em;
	font-weight: 600;
	z-index: 9;
}

#slider_caption strong {
	text-transform: uppercase;
	color: #008000;
	font-weight: 800;
}

/* =============================================================
INHOUD
============================================================= */

#content {
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding-bottom: 100px;
}

/* over-ons sectie */

.main ol {
	margin: 20px;
	list-style-type: decimal;
	list-style-position: inside;
}

.main  ul {
	margin: 15px;
}

.main ul li {
	margin-bottom: 20px;
}

.main > h1 {
	font-size: 1.7em;
	letter-spacing: 2px;
	padding-bottom: 10px;
}

.main > h1:first-letter {
	font-size: 2em;
	color: #008000;
}

.doc {
	clear: both;
	margin-top: 20px;
	border-bottom: 1px dotted #de9b26;
        overflow: hidden;
}

.doc h1 {
	font-weight: bold;
	margin-bottom: 5px;
}

.doc p {
	margin: 0;
        margin-bottom: 10px;
}

.doc .leesverder {
	line-height: 2;
      display: block;
}

.doc .leesverder:before {
	content: '» ';
}

.doc.last {
	border-bottom: none;
}

#beschr {
	margin-top: 22px;
}

#beschr h1 {
	padding: 5px 0;
	font-size: 1.7em;
	letter-spacing: 3px;
}

#beschr img {
	float: left;
	margin-right: 10px;
	padding-bottom: 30px;
}

#about {
	float: left;
	width: 61%;
}

#args {
	width: 80%;
	margin: 0 auto;
}

/* nieuws sectie */

#news {
	margin-top: 22px;
	width: 36%;
	float: right;
	padding-bottom: 20px;
}

#news > h1 {
	font-size: 1.7em;
	letter-spacing: 3px;
	margin-bottom: 22px;
}

#news article {
	margin-top: 22px;
}

#news article time {
	font-size: 0.85em;
	line-height: 1.3;
	color: #008000;
      font-style: italic;
}

#news article h1 {
	font-weight: 600;
	margin-left: 5px;
	display: inline;
}

#nieuwsbrief_archief {
    list-style-position: inside;
}

#nieuwsbrief_archief li {
    margin-top: 10px;
    position: relative
}

/* =============================================================
FOOTER
============================================================= */

footer {
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

footer section {
	width: 21%;
	margin-right: 4%;
	float: left;
	font-size: 0.9em;
	line-height: 1.6;
}

footer ul {
    list-style-position: inside;
}

footer h1 {
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 20px;
}

br {
      clear: both;
}

label {
	min-width: 130px;
}


.mt1 {
	margin-top: 1em;
}


.btn-primary, .btn-primary:hover {
	background-color: #008000;
	box-shadow: none !important; 
	border: 0px;
	color: white;
}

.btn-primary:active {
	background-color: #008000 !important;
}