/*********** MAIN ***********/
* {
    margin: 0;
    padding: 0;
}
html {
    min-width: 930px;
} /*IE7*/

body {
    color: #7d1c04;
    margin: 0;
    padding: 0;
    text-align: left;
    background: #cacd75 url(../img/body-bg.jpg) no-repeat top center;
}

body#home {
    background-image: url(../img/home-bg.jpg);
}


body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
    font: 62.5%/1.2em Arial,Helvetica,sans-serif;
}

input {
    line-height: 1;
}
#home #container #main #navbar #navigation li a {
  margin-bottom: 10px;
  
}
#container #main #navbar #navigation li a {
  margin-bottom: 10px;
}


/*********** COMMON ***********/

a { color: #7d1c04; cursor: pointer; text-decoration: none; outline: none !important; }
a:visited { color: #7d1c04; }
a:hover, a:focus { color: #592800; text-decoration: none; }
a:active { color: #7d1c04; }

img {
    border: none;
}
td, th, textarea, input, select {
  font-size: 100%;
}
td, th {
  padding: 5px;
}
p {
    line-height: 1.4;
}


form {
    clear: left;
    margin: 0;
}

h1 {
  font-size: 150%;
  letter-spacing: -0.03em;
  line-height: 1.0em;
  font-weight: bold;
}

h2 {
  font-size: 140%;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-weight: bold;
}

h3 {
  font-size: 120%;
  letter-spacing: -0.01em;
  font-weight: bold;
}
h4 {
  font-size: 115%;
  letter-spacing: -0.01em;
  font-weight: bold;
}

ol,ul {
    margin: 0;
    padding: 0;
  list-style: none;
}

li p {
    margin: 0;
    padding: 0;
}

label {
  float: left;
  width: 100%;
  padding: 0.5em 0;
}
label span {
  float: left;
  width: 130px;
  text-align: left;
  padding: 2px 0;
  font-weight: bold;
}
label span.checkbox {
  width: 90%;
  padding: 4px 0;
  font-weight: normal;
}

.clear {
  clear: both;
}

.fl-left {
  float: left;
}
.fl-right {
  float: right;
}


/*********** TEMPLATE ***********/


a.button {
  float: left;
  height: 35px;
  padding: 0;
  margin: 0;
  text-align: center;
  background: transparent url(../img/button-bg-l.gif) no-repeat 0 0;
  font-size: 100%;
  font-weight: bold;
  color: #3D3D38;
  text-decoration: none;
  border: 0 none;
  line-height: 15px;
}
a.button:link,
a.button:visited,
a.button:hover {
    color: #3D3D38;
}
a.button span {
  float: left;
  background: transparent url(../img/button-bg-r.gif) no-repeat 100% 0;
  height: 15px;
  padding: 10px 20px;
  line-height: 15px;
}

form input.error,
form textarea.error,
form select.error {
  background: #fdd1d1;
}
form input,
form textarea {
  clear: left;
  padding: 2px;
  font-size: 120%;
}

form label.error {
  width: 250px;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  color:#ae0400;
}

.form input.radio {
  clear: both;
  float: left;
  display: inline;
  margin: .4em 1em .4em 0;
}
.form label.radio {
    float: left;
    display: inline;
    margin-right: 1em;
    width: auto;
    clear: none;
}
.form .radiocaption {
  font-weight: bold;
  display: block;
}
.form textarea,
.form input {
  float: left;
  display: inline;
}
.form fieldset {
  float: left;
  display: inline;
   width: 498px;
  margin-bottom: 20px;
}
.form label span.required {
  width: 1em;
}
.form #fld-message {
  width: 340px;
  height: 100px;
}
#captcha-holder {
  margin-bottom: .5em;
}
#captcha-holder img {
  border: 1px solid #7D1C04;
}
.form .subinput {
  clear: both;
  float: left;
  display: inline;
  margin: .5em 0;
  font-size: .9em;
}
.form span.error {
    float: left;
    display: inline;
    margin: 0 0 0 1em;
}

#content #comments li {
  position: relative;
  list-style: none;
  padding: 10px 5px;
  margin: 0;
    border-bottom: 1px solid #7D1C04;
}
#content #comments li.odd {
  background: #e6dba8;
}
#content #comments li.even {
  background: #eee5ba;
}
#comments .comment-author {
    margin-bottom: .5em;
    font-size: .9em;
  color: #420d0e;
}
#comments .comment-message {
    font-size: 1.1em;
}
#comments .comment-author cite {
  font-style: normal;
}
#comments .toplink {
  position: absolute;
  right: 3px;
  top: 5px;
}
#comments .comment-poll {
    margin-top: .5em;  
    font-size: 1.1em;
}
#comments .caption {
  display: block;
  font-size: .8em;
    font-weight: bold;
}



#container {
    width: 920px;
    margin: 0 auto;
    overflow: hidden;
}
#container .wrapper {
    float: left;
    width: 920px;
}

#header {
    float: left;
    position: relative;
    background: url(../img/header-bg.jpg) no-repeat 0 0;
    width: 920px;
    height: 395px;
}
#home #header {
    background-image: url(../img/home-header-bg.jpg);
    height: 320px;
}
#header-box {
    position: absolute;
    top: 90px;
    left: 244px;
    width: 679px;
    height: 240px;
}
#header-overlay {
    position: absolute;
    z-index: 4;
    background: url(../img/header-overlay.png) no-repeat 0 0;
    width: 679px;
    height: 240px;
}
#home #header-overlay {
    position: absolute;
    z-index: 5;
    background: url(../img/home-header-overlay.png) no-repeat 0 0;
    width: 679px;
    height: 240px;
}
#header-image {
    position: absolute;
    z-index: 1;
    padding: 0 10px 0 49px;
    width: 620px;
    height: 240px;
}
#logo {
  float: left;
  background: url(../img/logo.png) no-repeat 0 0;
  width: 190px;
  height: 110px;
  margin: 30px 0 0 40px;
  text-indent: -9999em;
}
#header-image {
    float: right;
}
#headnav {
  float: right;
  width: 650px;
  height: 50px;
  margin: 15px 0 0;
  color: #fff;
}
#headnav ul {
  float: left;
 }
#headnav li {
    float: left;
    height: 2em;
    line-height: 2em;
    margin-right: .4em;
}
#headnav a {
    color: #ffffff;
    font-size: 110%;
}
#headnav form {
  clear: none;
  float: left;
}
#headnav .field {
  float: left;
  height: 14px;
  padding: 3px 0;
  width: 126px;
  border: 1px solid #000000;
}
#headnav .submit {
    clear: none;
    float: left;
    height: 2em;
    line-height: 2em;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 110%;
    cursor: pointer;
}



#navbar {
  float: left;
  position: relative;
  width: 309px;
  height: 590px;
  padding: 0 0 20px 0;
}
#home #navbar {
  margin-top: 140px;
  height: 260px;
  overflow: visible;
  padding: 20px 0;
 }
#navigation {
  padding: 0 30px 0 40px;
}
#navigation li {
  padding: 0;
  margin: 0;
  position: relative;
}
#navigation li a {
  color: #efe4bb;
  display: block;
  font-weight: bold;
  position: relative;
  font-size: 140%;
  height: 24px;
  line-height: 1.4em;
  padding: 0;
  margin: 0;
}
#navigation li a.imgbtn {
 text-indent: -9999em;
cursor: pointer;
}

#navigation li a.btn-1 {
  background: url(../img/buttons/btn-1.gif) no-repeat 0 0;
}
#navigation li a.btn-1:hover {
  background: url(../img/buttons/btn-1-active.gif) no-repeat 0 0;
}
#navigation li a.btn-2 {
  background: url(../img/buttons/btn-2.gif) no-repeat 0 0;
}
#navigation li a.btn-2:hover {
  background: url(../img/buttons/btn-2-active.gif) no-repeat 0 0;
}
#navigation li a.btn-3 {
  background: url(../img/buttons/btn-3.gif) no-repeat 0 0;
}
#navigation li a.btn-3:hover {
  background: url(../img/buttons/btn-3-active.gif) no-repeat 0 0;
}
#navigation li a.btn-6 {
  background: url(../img/buttons/btn-6.gif) no-repeat 0 0;
}
#navigation li a.btn-6:hover {
  background: url(../img/buttons/btn-6-active.gif) no-repeat 0 0;
}
#navigation li a.btn-7 {
  background: url(../img/buttons/btn-7.gif) no-repeat 0 0;
}
#navigation li a.btn-7:hover {
  background: url(../img/buttons/btn-7-active.gif) no-repeat 0 0;
}
#navigation li a.btn-8 {
  background: url(../img/buttons/btn-8.gif) no-repeat 0 0;
}
#navigation li a.btn-8:hover {
  background: url(../img/buttons/btn-8-active.gif) no-repeat 0 0;
}
#navigation li.active a,
#navigation li a:hover {
    color: #FFFFFF;
}
#navigation ul {
  padding: 0 0 15px 15px;
}
#navigation li ul li {
  height: 18px;
  line-height: 1.4em;
}
#navigation li ul li a {
  font-size: 110%;
  height: 18px;
  background: none;
 }

#banners {
  margin: 0 50px 0 14px;
}

#home #navbar .banner {
  top: -100px;
}
.banner {
  position: absolute;
  width: 260px;
  height: 110px;
  z-index: 100;
}
.banner a {
  display: block;
  width: 260px;
  height: 110px;
  cursor: pointer;
  text-indent: -9999em;
 }
.box-krokodil a {
  background: url(../img/banner-krokodil.png) 0 0 no-repeat;
}


#main {
  float: left;
  position: relative;
  background: url(../img/main-bg.jpg) repeat-y 0 0;
  width: 930px;
}
#home #main {
  background-image: url(../img/home-main-bg.jpg);
  height: 616px;
  overflow: hidden;
}
#content {
    float: left;
    min-height: 590px;
    width: 498px;
    padding: 0 0 20px 0;
    font-size: 120%;
}
#container #main #content #table_google_maps img {
            margin: 0px;
            padding: 0px;
}
#container #main #content #table_google_maps td {
            margin: 0px;
            padding: 0px;
}
#container #main #content #table_google_maps {
            margin: 0px;
            padding: 0px;
}
#home #content {
  width: 611px;
  min-height: 410px;
  height: 410px;
  padding: 20px 0;
}
#content h1,
#content h2,
#content h3,
#content h4 {
    margin-bottom: .4em;
}
#content ul,
#content p {
  margin-bottom: 1.4em;
}

#content ul {
    list-style: disc;
}
#content li {
    margin: 0 0 0 2em;
    line-height: 1.4em;
}
#content a {
    text-decoration: underline;
}




#newsarchive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#newsarchive li {
  padding: 10px 0;
  margin: 0;
}
#newsarchive li p {
  display: inline;
  margin: 0;
}


#searchresults ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#searchresults li {
  padding: 10px 0;
  margin: 0;
  position: relative;
}
#searchresults li p {
  display: inline;
  margin: 0;
}



#home-block {
  width: 228px;
  height: 145px;
  margin: 0 153px 0 230px;
  overflow: hidden;
 }
#home-cases {
  float: left;
  padding: 20px 10px 0 20px;
  height: 240px;
  width: 400px;
}
#home-cases h2 {
  margin: 0;
}
.home-case {
  height: 110px;
  overflow: visible;
}
#home-cases .left {
  text-align: left;
 }
#home-cases .right {
  text-align: right;
 }
#home-cases .image {
  width: 124px;
  height: 124px;
}
#home-cases  .case-text {
  width: 255px;
  height: 110px;
  overflow: hidden;
}
#home-cases  p {
  display: inline;
}
#home-cases .left .image {
  float: left;
}
#home-cases .right .image {
  float: right;
}
#home-cases .left .case-text {
  margin-left: 10px;
  float: left;
}
#home-cases .right .case-text {
  margin-right: 10px;
  float: right;
}
 
ul#home-tabs  {
  float: right;
  width: 181px;
  height: 270px;
  list-style: none;
  margin: 0 0;
  padding: 0;
}
ul#home-tabs li {
  width: 165px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0;
  padding: 0;
  

}
#home-tabs li a {
  display: block;
  width: 165px;
  height: 90px;
  text-indent: -9999em;

}
#home-tabs li.scholen-groepen {
  background-image: url(../img/box-scholen-groepen.png);
}
#home-tabs li.kidsclub {
  background-image: url(../img/box-kidsclub.png);
}
#home-tabs li.vergaderen-feesten {
  background-image: url(../img/box-vergaderen-feesten.png);
}

#footer-overlay {
    background: url(../img/footer-overlay.png) no-repeat 0 0;
    position: absolute;
    z-index: 3;
    top: -20px;
    left: 0;
    width: 920px;
    height: 20px;
}
#home #footer-overlay {
    background-image: url(../img/home-footer-overlay.png);
}
#footer {
    float: left;
    position: relative;
    display:inline; /* ie6 margin bug */
    clear: both;
    width: 920px;
    height: 125px;
    margin: 0 0 20px 0;
    padding: 0;
    background: url(../img/footer-bg.jpg) no-repeat 0 0;
    color: #7d1c04;
    font-size: 110%;
    text-align: center;
}
#home #footer {
    background-image: url(../img/home-footer-bg.jpg);
}

#footer-boxes {
  clear: left;
  width: 930px;
  font-size:120%;
  height: 150px;
}
#footer-boxes .box {
  float: left;
  width: 360px;
  height: 100px;
  padding: 0 0 0 75px;
}
#footnav {
  float: right;
  width: 650px;
  height: 24px;
  margin: 20px 0 0 0;
}
#footnav ul {
  float: left;
 }
#footnav li {
    float: left;
    height: 2em;
    line-height: 2em;
    margin-right: .4em;
}


#footer a {
    color: #7d1c04;
}

#footbuttons {
  float: right;
  position: absolute;
  z-index: 5;
  width: 730px;
  top: -35px;
  left: 180px;
  margin: 0;
}
#footbuttons li {
  float: left;
  width: 180px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
}
#footbuttons li.card { width: 130px; background-image: url(../img/icon-card.png); padding: 27px 0 10px 70px; }
#footbuttons li.newsletter { background-image: url(../img/icon-newsletter.png); padding: 27px 0 10px 50px; }
#footbuttons li.photocamera { background-image: url(../img/icon-photocamera.png); padding: 27px 0 10px 60px; }

#footbuttons li a {
  font-size: 130%;
 }

#footer .text {
  clear: both;
  float: right;
  width: 600px;
}
#footer .text p {
    float: left;
    padding: 10px 0;
}
#footer .text span {
  float: left;
  line-height: 21px;
}
#footer .logo {
  float: left;
  text-indent: -9999em;
}
#footer .libema {
  float: left;
  width: 61px;
  height: 21px;
  background: url(../img/logo-libema.gif) no-repeat 0 0;
}
#footer .spider {
  float: left;
  width: 100px;
  height: 62px;
  background: url(../img/spider.jpg) no-repeat 0 0;
}
#zwols {
  margin-top: 30px;
  margin-right: -10px;
}



.album {
    display: block;
    float: left;
    
    height: 100px; 
    margin: 0 0 15px 0;
    width: 100%;
}

.albumthumb {
    display: block;
    float: left;
    width: 140px;
    height: 140px;
    text-align: center;
}

.albumthumb img {
    margin: 0 auto;
    border: 3px solid #fff;
}

.albumdesc {
    float: left;
    padding: 0 0 0 20px;
}


/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 â€šÃ„Ã¬ 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt;
    padding: 0pt;
    overflow: auto;
    letter-spacing: 0px;
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */

  .sIFR-active #newsarchive h3 {
    font-family: Verdana;
    line-height: 1em;
    visibility: hidden;
  }
}





#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev { 
    left: 0; 
    float: left;
}
#lightbox-nav-btnNext { 
    right: 0; 
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px; 
    color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
    width: 70%; 
    float: left; 
    text-align: left; 
}    
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;    
}            
#lightbox-secNav-btnClose {
    width: 66px; 
    float: right;
    padding-bottom: 0.7em;    
}

/* Aanmeldformulier */
.inputfield {
  border: #a5acb2 solid 1px;
  width: 200px;
  height: 15px;
}
.inputfield_100 {
  border: #a5acb2 solid 1px;
  width: 100px;
  height: 15px;
}
.signup_button {
  border: #a5acb2 solid 1px;
  height: 20px;
  width: 150px;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
}
.required {
  color: #F00;  
}
h6 {
  padding: 0px;
  margin: 0px;
  font-size: 10px;
  color:#999;
  font-weight: normal;
}

.pagination {
  float: left;
  display: inline;
     text-align: center;
     width: 498px;
     margin: 0 0 20px 0;
 }
 .pagination a {
     font-weight: bold;
 }
 .pagination .arrow-l a,
 .pagination .arrow-r a {
     border-right: none;
     text-decoration: none;
     font-weight: normal;
 }
 .pagination .arrow-l a:hover,
 .pagination .arrow-r a:hover {
     text-decoration: underline;
 }
 #content .pagination li {
   float: left;
   display: inline;
   padding: 0 .5em 0 0;
   margin: 0 .5em 0 0;
     border-right: 1px solid #7D1C04;
     font-weight: bold;
 }
 .pagination li.inactive {
 }
 #content .pagination .arrow-l,
 #content .pagination .arrow-r {
     border-right: none;
     font-weight: normal;
 }

