/************ CSS Reset Copyright (c) 2009, Yahoo! Inc. version:  2.8.0r4 ****************/
html {
  color: #000;
  background: #FFF;
  height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0.6em 0 0.4em;
  line-height: 1.2em;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/********************* END CSS Reset *******************/
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

fieldset, img, a img {
  border: 0;
}

.ce-align-left {
  text-align: left;
}

.ce-align-center {
  text-align: center;
}

.ce-align-right {
  text-align: right;
}

.ce-table td, .ce-table th {
  vertical-align: top;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden;
}

.ce-gallery {
  display: table;
}

.ce-left .ce-gallery {
  float: left;
}

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}

.ce-right .ce-gallery {
  float: right;
}

.ce-gallery figure {
  display: table;
  margin: 0;
}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
}

.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-border img,
.ce-border iframe {
  border: 2px solid #000000;
  padding: 0;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 20px;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 20px;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 20px;
}

.ce-below .ce-gallery {
  margin-top: 20px;
}

.ce-column {
  display: table-cell;
}

.ce-column:not(:last-child) {
  padding-right: 20px;
}

.ce-row {
  display: table-row;
}

.ce-row:not(:last-child) .ce-column {
  padding-bottom: 20px;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

/* Headline */
.ce-headline-left {
  text-align: left;
}

.ce-headline-center {
  text-align: center;
}

.ce-headline-right {
  text-align: right;
}

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%;
}

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.ce-table thead th {
  border-bottom: 2px solid #dadada;
}

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada;
}

/* Space */
.frame-space-before-extra-small {
  margin-top: 1em;
}

.frame-space-before-small {
  margin-top: 2em;
}

.frame-space-before-medium {
  margin-top: 3em;
}

.frame-space-before-large {
  margin-top: 4em;
}

.frame-space-before-extra-large {
  margin-top: 5em;
}

.frame-space-after-extra-small {
  margin-bottom: 1em;
}

.frame-space-after-small {
  margin-bottom: 2em;
}

.frame-space-after-medium {
  margin-bottom: 3em;
}

.frame-space-after-large {
  margin-bottom: 4em;
}

.frame-space-after-extra-large {
  margin-bottom: 5em;
}

/* Frame */
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em;
}

.frame-indent {
  margin-left: 15%;
  margin-right: 15%;
}

.frame-indent-left {
  margin-left: 33%;
}

.frame-indent-right {
  margin-right: 33%;
}

/*

Kleuren:
Tekst linkerkolom: #664C00 => #5F4700
Tekstballon achtergrond: #F8F6F3
Tekst1 / Nav: #4E6E40 => #207121
Tekst2 / Nav active: #649600
Achtergrond balk rechts: #E4EDE1 => #DCFFCF

*/
.tekstballon {
  border: 2px solid;
  padding: 12px 15px 12px;
  background: #F8F6F3;
  border-radius: 20px;
  margin: 0;
  font-family: Georgia, Bookman Old Style, Times New Roman, serif;
  white-space: pre-wrap;
}

.tekstpijl {
  background: #F8F6F3;
  width: 40px;
  height: 40px;
  margin: -2px 0 5px 40px;
}

.tekstvan {
  margin: 0 0 1em 45px;
  white-space: pre-line;
  font-style: italic;
}

body {
  height: 100%;
  font: normal 13px/160% Verdana, Helvetica, Arial, Sans-serif;
  color: #207121;
}

#container {
  position: relative;
  width: 980px;
  margin: 0 auto;
  min-height: 100%;
}

#background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 140px;
  background: #DCFFCF;
}

#header {
  padding: 35px 0 30px;
  height: 75px;
  position: relative;
}

#logo {
  margin: 0 23px;
  display: block;
  width: 180px;
}

#nav {
  position: absolute;
  bottom: 10px;
  left: 246px;
  width: 674px;
  font-size: 1.4em;
  margin: 0;
  padding: 0 30px 10px;
  color: #207121;
  border-bottom: 1px solid;
}
#nav li {
  float: left;
  margin: 0;
  padding: 0 0.8em;
  border-left: 1px solid;
  list-style: none;
}
#nav li:first-child {
  border: none;
}
#nav a {
  color: #207121;
  font-weight: bold;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
#nav a.active {
  color: #649600;
}

#leftcolumn {
  position: relative;
  width: 226px;
  float: left;
  min-height: 370px;
  margin: 45px 50px 0 0;
  padding: 0 0 9em 0;
  color: #5F4700;
}

#contact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
}

#main {
  position: relative;
  padding: 40px 30px 30px 18px;
  float: left;
  width: 646px;
}

pre {
  font-family: monospace;
}

hr {
  color: #ccc;
  height: 1px;
  background-color: #ccc;
}

sub {
  vertical-align: sub;
}

/*******************/
/* RTE / Bodytext: */
/*******************/
.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* RTE / table styling */
table.contenttable {
  border: 1px #CFCECF solid;
  margin: 10px 0px 10px 0px;
  width: 100%;
}

table.contenttable tr td {
  padding: 0 3px 0px 3px;
}

table.contenttable tr {
  background-color: #f2f2f2;
}

.indent {
  margin-left: 2em;
}

/***************/
/* Bulletlists */
/***************/
/* lists */
ul, ol {
  margin-bottom: 1em;
}

ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.6em;
}

ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.6em;
}

ul ul {
  margin-left: 1em;
}

ol ol {
  margin-left: 1.8em;
}

/* Bulletlists, general */
/* Bulletlists, specifically */
ul.csc-bulletlist-1 li {
  list-style-type: decimal;
}

ul.csc-bulletlist-2 li {
  list-style-type: circle;
}

ul.csc-bulletlist-3 li {
  list-style-type: square;
}

/*********************/
/* tables, generally */
/*********************/
table.contenttable tr td {
  vertical-align: top;
}

/* tables, specifically */
table.contenttable-1 tr.tr-0 td p {
  font-weight: bold;
}

table.contenttable-1 tr.tr-0 td {
  background-color: #e5e5e5;
}

table.contenttable-2 tr td.td-0 {
  background-color: #f2f2f2;
}

table.contenttable-2 tr td.td-0 p {
  font-weight: bold;
}

table.contenttable-3 tr td.td-0, table.contenttable-3 tr.tr-0 td {
  background-color: #e5e5e5;
}

table.contenttable-3 tr td.td-0 p, table.contenttable-3 tr.tr-0 td p {
  font-weight: bold;
}

/* fe login*/
.tx-felogin-pi1 form div {
  margin: 0 0 0.5em 0;
  clear: both;
}

.tx-felogin-pi1 legend {
  color: #515151;
}

/***********************/
/*       Text styling      */
/***********************/
p {
  margin-bottom: 1em;
}

a {
  color: #5F4700;
}

#main a:visited {
  color: #207121;
}

/*# sourceMappingURL=all.css.map */
