/*

colors used:
olive for text-color and backgroundcolor header
limegreen for the mouseover of the links and text-color h1-h6
white for the links in the footer

*/

* { margin: 0px;  padding: 0px; outline-style: none; }

html, body {
  height: 100%;
  background-color: #695548;
}

#site {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  font: 12px arial, verdana, sans-serif;
  line-height: 16px;
  color: #64564A;
  background: url(pics/site-bg.gif) left top repeat-y;
}

/* ------------------------------------------------------------------------- Header */

#print_header {
  display: none;
}

#header {
  position: relative;
  z-index: 11;
  width: 990px;
  height: 40px;
  background: url(pics/header-bg.gif) top left repeat-y;
}

#header .empty-spacer {
  float: left;
  width: 160px;
  height: 40px;
}

#header a.header-link:link, #header a.header-link:visited {
  position: relative;
  z-index: 10;
  float: left;
  padding: 3px 0px 0px 10px;
  width: 150px;
  height: 37px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 0px solid #fff;
  display: block;  
}

#header .link-block {
  position: absolute;
  width: 160px;
  height: 125px;
  top: -130px;
  left: 0px;
  z-index: 5;
  overflow: hidden;
  font-weight: bold;
}

#header .link-block a:link, #header .link-block a:visited {
  width: 160px;
  height: 125px;
  display: block; 
  padding: 0px;
}

#header .link-block a:link img, #header .link-block a:visited img {
  border: 0px solid #fff;
}

#header .link-block .text {
  padding: 5px;
  display: block;
}

#header .link-block img {
  margin: 0px;
}

#header .color-block {
  position: relative;
  float: left;
  width: 160px;
  height: 40px;
  color: #fff;
  z-index: 10;
}

#content #newsOld a:link, #content #newsOld a:visited {
  color: #64564A;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
}

#header .color-block.first a.header-link:link, #header .color-block.first a.header-link:visited { color: #80ceed; background-color: #009cda; }
#header .color-block.second a.header-link:link, #header .color-block.second a.header-link:visited { color: #be89b9; background-color: #7c1272; }
#header .color-block.third a.header-link:link, #header .color-block.third a.header-link:visited { color: #80ceed; background-color: #009cda; }
#header .color-block.fourth a.header-link:link, #header .color-block.fourth a.header-link:visited { color: #be89b9; background-color: #7c1272; }

#header .color-block.first .link-block { background-color: #e71f70; }
#header .color-block.second .link-block { background-color: #660f5e; }
#header .color-block.third .link-block { background-color: #008bc2; }
#header .color-block.fourth .link-block { background-color: #660f5e; }

/* ------------------------------------------------------------------------- Navigation */ 

#navigation {
  position: relative;
  z-index: 10;
  margin: 30px 0px 0px 0px;
  width: 160px;
  float: left;
  display: inline;
}

#content #navigation ul {   
  margin: 0px 0px 5px 0px;
  list-style-type: none;
}

#content #navigation li {
  position: relative;
  padding: 0px 10px;
  margin: 0px;
  list-style-type: none;
  width: 140px;
}

#content #navigation ul.sub li {
  width: 170px;
}

#content #navigation li.empty {
  height: 5px;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  background-color: transparent;  
}

#content #navigation li a:link, #content #navigation li a:visited {
  position: relative;
  display: block;
  width: 140px;
  min-height: 25px;
  height: auto !important;
  height: 25px;
  line-height: 25px;
  color: #fff;
  text-align: right;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  float: left;
  background: url(pics/nav-bg.gif) bottom left repeat-x;
}

#content #navigation ul.sub li a:link, #content #navigation ul.sub li a:visited {
  width: 170px;
}

#content #navigation li.last a:link, #content #navigation li.last a:visited {
  background: none;
}

#content #navigation li ul li a:link, #content #navigation li ul li a:visited {
  font-weight: normal;

  background: url(pics/subnav-bg.gif) bottom left repeat-x;
}

#content #navigation li ul li.last ul li a:link, #content #navigation li ul li.last ul li a:visited {
  font-weight: normal;
  background-color: #9B2036;
  background: url(pics/subnav-bg.gif) bottom left repeat-x;
}

#content #navigation li ul li.last ul li.last a:link, #content #navigation li ul li.last ul li.last a:visited {
  background: none;
}

#content #navigation span.float {
  float: left;
}

#content #navigation li a:link span.arrow, #content #navigation li a:visited span.arrow {
  color: #83786E;
}

#content #navigation li a:hover span.arrow, #content #navigation li.current a:link span.arrow, #content #navigation li.current a:visited span.arrow {
  color: #fff;
}

#header .logo {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 15px;
  left: 5px;
  z-index: 10;
  display: block;
}

#header .logo a:link img, #header .logo a:visited img, #header .logo-ie a:link img, #header .logo-ie a:visited img {
  margin: 0px;
  width: 90px;
  height: 90px;
  border: 0px solid #fff;
}

/* ------------------------------------------------------------------------- Content */ 

#content {
  width: 990px;
  padding: 0px 0px 30px 0px;
}

#content .column-middle {
  margin: 10px 0px;
  padding: 0px 9px;
  float: left;
  width: 620px;
  min-height: 100px;
  height: auto !important;
  height: 100px;
  background: url(pics/content-bg.gif) top left repeat-y;
}

#content .column-middle.big {
  background: url(pics/content-bg-1-kolom.gif) top left repeat-y;
}

#content .column-middle.home {
  background: url(pics/content-bg-home.gif) top left repeat-y;
}

#content .sidebar {
  float: left;
  margin: 10px 0px;
  padding: 0px 0px 0px 10px;
  width: 180px;
  min-height: 100px;
  height: auto !important;
  height: 100px;
  color: #fff;
  overflow: hidden;
}
          
#content .column-middle .first-column {
  float: left;
  padding: 0px 10px 0px 0px;
  width: 300px;
  position: relative;
}

#content .column-middle .first-column.big {
  width: 460px;
}

#content .column-middle .first-column img{
  margin: 0px 0px 8px 0px;
}

#content .hr-styling {
  margin: 10px 0px;
  padding: 0px;
  line-height:0px;
  font-size:0px;
  width: 100%;
  height: 1px;
  overflow: hidden;
  border: 0px solid #fff;
  background: #000 url(pics/hr-bg.gif) top left repeat-x;
}

#content .column-middle .white-background {
  padding-bottom: 10px;
  width: 300px;
  min-height: 10px;
  height: auto !important;
  height: 10px;
  background-color: #fff;
}

#content .column-middle .white-background .hr-styling {
  margin: 10px 0px 0px 0px;
}

#content .column-middle .first-column .column-small {
  float: left;
  padding: 0px 9px 0px 0px;
  width: 140px;
  overflow: hidden;
}

#content .column-middle.home .first-column .column-small {
  width: 300px;
  padding: 0px;
}

#content .column-middle.mensen .first-column .column-small {
  width: 300px;
  padding: 0px;
}

#content .column-middle .first-column .column-small.last {
  margin: 0px 0px 0px 1px;
  padding: 0px 0px 0px 10px;
}

#content .column-middle .small-column {
  float: left;
  display: inline;
  padding: 0px 10px;
  width: 140px;
  min-height: 10px;
  height: auto !important;
  height: 10px; 
}

#content .column-middle .small-column.last {
  padding: 0px 0px 0px 10px;
}

#content .column-middle .small-column.last.img {
  padding: 0px 0px 0px 0px;
  width: 150px;
 }

#content .column-middle .small-column.last.img a:link,
#content .column-middle .small-column.last.img a:visited { margin: 0px 0px 10px 10px; width: 65px; height: 65px; float: left; overflow: hidden; }

#content .sidebar h1 {
  font: 18px arial, verdana, sans-serif; font-weight: bold; color: #fff; margin-bottom: 7px;  
}

#content span.italic {
  font-style: italic;
}

#content .column-middle a.evenement:link, #content .column-middle a.evenement:visited {
  color: #64564A;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  border: 0px solid #fff;
}

#content .column-middle .column-small .news-block {
  float: left;
  width: 140px;
  margin-right: 10px; 
}

#content a.story-link:link, #content a.story-link:visited {
  margin: 0px 0px 0px 10px;
}

#content a.story-link:link img, #content a.story-link:visited img {
  border: 0px solid #fff;
}

#content .fade {
  background-color: #e5f5fb;
  padding: 5px;
}

#content .fade p { width: 130px; overflow: hidden; }

h1, td h1 {font: 20px arial, verdana, sans-serif; font-weight: bold; color: #622169; margin-bottom: 7px; }
h2, td h2 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #622169; margin-bottom: 7px; }
h3, td h3 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: #009CDD; margin-bottom: 7px; }
h4, td h4 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #000; margin-bottom: 7px;}
h5, td h5 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: #000; margin-bottom: 7px;}
h6, td h6 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: #000; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: underline; color: #B1AAA4; font-style: italic; }
#content a.lees-meer:link, #content a.lees-meer:visited { font-size: 11px; }
#content a:hover { color: #B1AAA4; text-decoration: none; }

#content a.youtube-link:link, #content a.youtube-link:visited {
  width: 68px;
  height: 55px;
  display: block;
    float: left;
  margin: 0px 2px 3px 0px;
}

#content a.youtube-link:link img, #content a.youtube-link:visited img{
  width: 68px;
  height: 55px;
  margin: 0px;
  border: 0px solid #fff;
}

#content a.prev:link, #content a.prev:visited {
  float: left;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 0px solid #fff;
}

#content a.next:link, #content a.next:visited {
  float: right;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 0px solid #fff;
}

table {margin: 5px 0px;}
td {
  font: 12px arial, verdana, sans-serif;
  line-height: 16px;
  color: #000;
}

#content img { margin: 0px; }
#content img.left {  margin: 0px 10px 10px 0px; float: left; }
#content img.right { margin: 0px 0px 10px 10px; float: right; }

p { margin-bottom: 9px;}

#content ul { margin: 10px 0px 10px 15px; list-style-type: disc;}
#content li { margin: 0px 0px 0px 15px;}
#content ol { margin: 10px 0px 10px 20px;}

/* ------------------------------------------------------------------------- font-resizer */

#font-resizer {
    margin: 40px 0px 0px 13px;
    padding: 0px;
    width: 140px;
    overflow: hidden;
}

#font-resizer a img { float: left; border: 0px; }
#font-resizer a { border: 0px; background: none;}

#font-resizer span.description { margin: 0px 10px 0px 0px; width: 55px; float: left; color: #83786e; font-size: 10px; line-height: 11px;}

#navigation #font-resizer ul { margin: 0px; }
#navigation #font-resizer ul li { margin: 0px 3px 0px 0px; float: left; width: auto; padding: 0px;}
#navigation #font-resizer ul li a:link,
#navigation #font-resizer ul li a:visited { padding: 0px; width: auto; display: inline; background: none; }
#navigation #font-resizer ul li a:hover { background: none; }

/* ------------------------------------------------------------------------- Font-size settings */

/* SMALL */
body.fs_small  #site,
body.fs_small  #site td { font-size: 12px !important;  line-height: 16px;}

body.fs_small .link-block .text { font-size: 12px; }

body.fs_small  h1, td h1 { font-size: 20px !important; }
body.fs_small  h2, td h2 { font-size: 14px !important; }
body.fs_small  h3, td h3 { font-size: 12px !important; }
body.fs_small  h4, td h4 { font-size: 14px !important; }
body.fs_small  h5, td h5 { font-size: 13px !important; }
body.fs_small  h6, td h6 { font-size: 12px !important; }

body.fs_small #content a.lees-meer:link, #content a.lees-meer:visited { font-size: 11px; }   

/* MEDIUM */
body.fs_medium #site,
body.fs_medium #site td  { font-size: 14px !important; line-height: 18px; }

body.fs_medium .link-block .text { font-size: 12px; } 

body.fs_medium  h1, td h1 { font-size: 22px !important; }
body.fs_medium  h2, td h2 { font-size: 16px !important; }
body.fs_medium  h3, td h3 { font-size: 14px !important; }
body.fs_medium  h4, td h4 { font-size: 16px !important; }
body.fs_medium  h5, td h5 { font-size: 15px !important; }
body.fs_medium  h6, td h6 { font-size: 14px !important; }

body.fs_medium #content a.lees-meer:link, #content a.lees-meer:visited { font-size: 13px; }   
                         
/* LARGE */
body.fs_large #site,
body.fs_large #site td { font-size: 16px !important; line-height: 20px; }

body.fs_large .link-block .text { font-size: 12px; } 

body.fs_large  h1, td h1 { font-size: 24px !important; }
body.fs_large  h2, td h2 { font-size: 18px !important; }
body.fs_large  h3, td h3 { font-size: 16px !important; }
body.fs_large  h4, td h4 { font-size: 18px !important; }
body.fs_large  h5, td h5 { font-size: 17px !important; }
body.fs_large  h6, td h6 { font-size: 16px !important; }

body.fs_large #content a.lees-meer:link, #content a.lees-meer:visited { font-size: 15px; }   

/* ------------------------------------------------------------------------- Footer */ 

* html #footer {
  position: absolute;
  bottom: -1px;
}

#footer {
  position: absolute;
  bottom: 0;
  padding: 10px 0px 0px 0px;
  min-width: 990px;
  width: 100%;
  height: 30px;
  
  font: 8px arial, verdana, sans-serif;
  color: white;
  text-align: right;
  font-weight: bold;
  background: #A6004A url(pics/footer-bg.gif) top left repeat-y;
}

#footer .footer-text {
  float: left;
  width: 990px;  
}

#footer .footer-text .text {
  float: right;
  width: 180px;
  text-align: left;
}

#footer a:link, #footer a:visited {
  text-decoration: none;
  line-height: 20px;
  color: white;
}

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

/* ------------------------------------------------------------------------- Fotoboek */

#content a.gallery:link, #content a.gallery:visited {
  float: left;
  margin: 0px 2px 3px 0px;
  width: 68px;
  height: 55px;
  display: block;
  border: 0px solid #fff;
  text-decoration: none;
}

#content .prevnext{
  float: right;
  width: auto;
  font-weight: bold;
  color:#622169; 
}

#content .prevnext a:link, #content .prevnext a:visited {
  color: #622169;
  text-decoration: none;
  border-bottom: 0px solid #fff;
}

#content a.gallery:link img, #content a.gallery:visited img {
  float: left;
  margin: 0px;
  padding: 0px;
  border: 0px solid #fff;
}

#content .next a:link, #content .next a:visited, #content .prev a:link, #content .prev a:visited  {
  color: #622169; 
}

#content .column-middle .overview a:link, #content .column-middle .overview a:visited {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 0px solid #fff;  
}

#content .column-middle .imgTitle {
  margin-top: 15px;
  font-weight: bold;
}

br.clear { height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; clear: both; }

