html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background-color: transparent;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}
#container #wrapper #content #contentbody .wrapper .col-left .blockbutton a {
 font-weight: bold;
}
#container #wrapper #content #contenthead .return {
    color: #FFFFFF;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*********** MAIN ***********/
* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}
html {
    min-width: 930px;
} /*IE7*/

body {
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
    background: #bfbfbf url(../img/body-bg.gif) repeat-x 0 0;
    font: 75%/145% Arial, Helvetica, Verdana, sans-serif;
}

/*********** COMMON ***********/

a { color: #c01d32; cursor: pointer; text-decoration: none; outline: none !important; font-weight: normal; position: relative; }
a:hover, a:focus { color: #c01d32; text-decoration: none; }

img {
    border: none;
}
td, th, textarea, input, select {
  font-size: 100%;
}
td, th {
  padding: .3em;
}
p {
  margin: 0 0 1.5em;
  line-height: 1.4;
}


form {
    clear: left;
    margin: 0;
}

h1,h2,h3,h4,h5 { margin-bottom: 0.3em;
  line-height: 1.2em;}
h1 {
  font-size: 1.6em;
  font-weight: bold;
}
h2 {
  font-size: 1.4em;
  font-weight: bold;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;

}

ol,ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li p {
    margin: 0;
    padding: 0;
}

p.small {
  font-size: 0.9em;
  line-height: 1.25em;
}

.clear {
  clear: both;
}

.fl-left {
  float: left !important;
}
.fl-right {
  float: right !important;
}

/*********** TEMPLATE ***********/


#container {
  margin: 0 auto;
  width: 990px;
}


#header {
  position: relative;
  float: left;
  display: inline;
  background: url(../img/header-bg.jpg) no-repeat 0 0;
  width: 990px;
  height: 174px;
  margin-top: 27px;
}
#headerwrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;  
  clear: both;
  float: left;
  display: inline;
  width: 990px;
  height: 174px;
}

a#logo {
  float: left;
  background: url(../img/logo.png) no-repeat 0 0;
  width: 385px;
  height: 102px;
  margin: 20px 0 0 190px;  
  text-indent: -999em;
}

#headerlinks {
  float: right;
  margin: 5px 5px 0 0;
  display: inline; /* ie6 */
}
#headerlinks ul {
  margin-right: 1.25em;
}
#headerlinks li {
  float: left;
  margin-left: 2.5em;
  display: inline; /* ie6 */
}
#headerlinks li a {
  float: left;
  font-size: 1.15em;
  line-height: 1.2em;
  padding: 0.3em 0;
  color: #fff;
}
#headerlinks li a:hover {
  color: #f8eced;  
}

#phonenumber {
  float: right;
  width: 189px;
  height: 44px;
  margin: 22px 20px 0 0;
  background: url(../img/phonenumber.png) no-repeat 0 0;
  text-indent: -999em;
}

#effects {
  position: relative;
  z-index: 1;
  float: left;
  display: inline;
  clear: both;
  width: 980px;
  height: 174px;
}

#contenthead {
  float: right;
  display: inline; /* ie6 */
  width: 811px;
  height: 100px;
  padding: 5px 15px 5px 65px;
  background: url(../img/contenthead-bg-red.gif) no-repeat 0 0;
}
#contentbody {
  float: right;
  display: inline; /* ie6 */
  width: 891px;
  background: url(../img/contentbody-bg-red.png) repeat-y 0 0;
}
#contentfoot {
  float: right;
  display: inline; /* ie6 */
  background: url(../img/contentfoot-bg.png) no-repeat 0 0;
  width: 891px;
  height: 5px;
}

#contentbody .wrapper {
  float: right;
  display: inline; /* ie6 */
  width: 838px;
  margin: -70px 0 0 53px;
  position: relative;
}

.col-left {
  float: left;
  display: inline; /* ie6 */
  width: 160px;
  overflow: hidden;
  margin-left: 9px;
}
.col-middle {
  float: left;
  display: inline; /* ie6 */
  width: 345px;
  padding: 0 10px 30px 10px;
}
.col-right {
  float: left;
  display: inline; /* ie6 */
  width: 290px;
}
.col-wide {
  float: left;
  display: inline; /* ie6 */
  width: 800px;
  padding: 0 10px;
  margin-left: 7px;
}

.col-left .block {
  width: 160px;
  float: left;
  display: inline; /* ie6 */
}
.col-left .blocktext {
  float: left;
  display: inline; /* ie6 */
  padding: 10px 0;
}
.col-right .block {
  width: 270px;
  float: left;
  display: inline; /* ie6 */
  padding: 0 10px;
}
.col-right .blocktext {
  float: left;
  display: inline; /* ie6 */
  padding: 10px;
}

.pagename {
  float: left;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: bold;
}
a.return {
  float: right;
  color: #fff;
  line-height: 2em;
}
a.return:hover {
  color: #fff;
  text-decoration: underline;
}


.block .blocktitle,
.block h3 {
  display: block;
  background: url(../img/blockhead-bg.gif) repeat-x 0 0;
  height: 24px;
  line-height: 24px;
  margin: 0 -10px 5px -10px;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
.block .blocktitle,
.block .blocktext h3 {
  display: inline;
  float: left;
  width: 170px;
}

.smallheader {
  float: left;
  display: inline; /* ie6 */
  padding: 5px;
  margin-bottom: 10px;
  width: 142px;
  height: 140px;
}
.bigheader {
  float: left;
  display: inline; /* ie6 */
  padding: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  width: 812px;
  height: 140px;
}

.blockbutton {
  float: left;
  display: inline; /* ie6 */
  padding: 15px;
  margin-bottom: 10px;
  width: 122px;
  height: 88px;
  color: #fff;
  font-size: 1.2em;
  overflow: hidden;
}
.orange .blockbutton a,
.blue .blockbutton a,
.red .blockbutton a,
.grey .blockbutton a,
.blockbutton a {
  color: #fff;
}

.gallery {
  float: left;
  display: inline; /* ie6 */
  padding: 10px 0;
  margin: 0 -10px;
}
.gallery li {
  float: left;
  display: inline; /* ie6 */
  padding: 6px;
  width: 113px;
  height: 111px;
  margin: 0 0 10px 15px;
  background: url(../img/thumbnail-bg-orange.gif) no-repeat 0 0;
}
.gallery span {
  clear: both;
  display: block;
  text-align: center;
}



.orange #contenthead { background-image: url(../img/contenthead-bg-orange.gif); }
.orange #contentbody { background-image: url(../img/contentbody-bg-orange.png); }
.orange .block .blocktitle,
.orange .block h3 { background-image: url(../img/blockhead-bg-orange.gif); }
.orange .blockbg { background-color: #fef0e4; }
.orange .bigheader { background-image: url(../img/header-bg-orange.gif); }
.orange .smallheader { background-image: url(../img/smallheader-bg-orange.gif); }
.orange .blockbutton { background-image: url(../img/button-bg-orange.gif); }
.orange .gallery li { background-image: url(../img/thumbnail-bg-orange.gif); }
.orange h1,
.orange h2,
.orange a  { color: #f5821f; }



.red #contenthead { background-image: url(../img/contenthead-bg-red.gif); }
.red #contentbody { background-image: url(../img/contentbody-bg-red.png); }
.red .block .blocktitle,
.red .block h3 { background-image: url(../img/blockhead-bg-red.gif); }
.red .blockbg { background-color: #f7e4e6; }
.red .bigheader { background-image: url(../img/header-bg-red.gif); }
.red .blockbutton { background-image: url(../img/button-bg-red.gif); }
.red .gallery li { background-image: url(../img/thumbnail-bg-red.gif); }
.red h1,
.red h2,
.red a  { color: #c01d32; }



.blue #contenthead { background-image: url(../img/contenthead-bg-blue.gif); }
.blue #contentbody { background-image: url(../img/contentbody-bg-blue.png); }
.blue .block .blocktitle,
.blue .block h3 { background-image: url(../img/blockhead-bg-blue.gif); }
.blue .blockbg { background-color: #e7f2fa; }
.blue .smallheader { background-image: url(../img/smallheader-bg-blue.gif); }
.blue .blockbutton { background-image: url(../img/button-bg-blue.gif); }
.blue .gallery li { background-image: url(../img/thumbnail-bg-blue.gif); }
.blue h1,
.blue h2,
.blue a  { color: #3c98d3; }



.grey #contenthead { background-image: url(../img/contenthead-bg-grey.gif); }
.grey #contentbody { background-image: url(../img/contentbody-bg-grey.png); }
.grey .block .blocktitle,
.grey .block h3 { background-image: url(../img/blockhead-bg-grey.gif); }
.grey .blockbg { background-color: #EBEBEB; }
.grey .bigheader { background-image: url(../img/header-bg-grey.gif); }
.grey .blockbutton { background-image: url(../img/button-bg-grey.gif); }
.grey .gallery li { background-image: url(../img/hthumbnail-bg-grey.gif); }
.grey h1,
.grey h2,
.grey a { color: #999999; }



#home h2 {
  clear: both;
  float: none;
  display: block;
  height: 33px;
  padding: 0 20px;
  color: #fff;
  font-size: 1.3em;
  line-height: 30px;
}
#home .items {
   float: left;
   display: inline; /* ie6 */
   width: 833px;
   margin: 0 0 0px 0;
   padding: 0 0px;
   background: url(../img/items-bg-red.gif) repeat-x 0 37px;
   overflow: hidden;
}
#home .items li {
  float: left;
  display: inline; /* ie6 */
  width: 123px;
  margin-right: 13px;
}
#home .items li.last {
  margin: 0;
}
#home .items h3,
#home .items h4 {
  height: 32px;
  margin: 0;
  padding: 0;
  text-align: center;
}
#home .image {
  position: relative;
  float: left;
  display: inline; /* ie6 */
  width: 113px;
  height: 111px;
  padding: 5px;
}
#home .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 113px;
  height: 111px;
}
#home .items li a .over {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
  width: 113px;
  height: 111px;
  background: url(../img/mouseover.gif) no-repeat 0 0;
}
#home .items li a.onhover .over,
#home .items li a:hover .over {
  display: block;
}
#orange .items li a.onhover .over { background-position: 0 -444px; }
#red .items li a.onhover .over { background-position: 0 -111px; }
#blue .items li a.onhover .over { background-position: 0 -333px; }
#grey .items li a.onhover .over { background-position: 0 -222px; }



#orange {
  float: left;
  clear: both;
  display: inline; /* ie6 */
}
#orange h2 {
  background: url(../img/bar-orange.gif) no-repeat 0 0;
  width: 798px;
}
#orange .items {
  background: url(../img/items-bg-orange.gif) repeat-x 0 36px;
}
#orange .items a {
    font-weight: bold;
  color: #f5821f;
  color: #f5821f;
}
#red .items h4 a {
  font-weight: bold;
  color: #f5821f;
}
#orange .image {
  background: url(../img/hthumbnail-bg-orange.gif) no-repeat 0 0;
}

#orange .items ul {
  padding-left: 17px;
}
#orange .items li {
  margin-right: 12px;
}

#red {
  float: left;
  clear: both;
  display: inline; /* ie6 */
}
#red h2 {
  background: url(../img/bar-orange.gif) no-repeat 0 0;
}
#red .items {
  background: url(../img/items-bg-red.gif) repeat-x 0 36px;
}
#red .items ul {
  padding-left: 17px;
}
#red .items li {
  margin-right: 12px;
}
#red .items h3 a {
  font-weight: bold;
  color: #c01d32;
}
#red .items a {
  color: #c01d32;
}
#red .image {
  background: url(../img/hthumbnail-bg-red.gif) no-repeat 0 0;
}


#blue {
  float: left;
  clear: both;
  display: inline; /* ie6 */
}
#blue h2 {
  background: url(../img/bar-bluegrey.gif) no-repeat 0 0;
  width: 377px;
}
#blue .items {
  width: 417px;
  background: url(../img/items-bg-blue.gif) repeat-x 0 36px;
}
#blue .items ul {
  padding-left: 152px;
}
#blue .items a {
  color: #2798d3;
 }
#blue .items h3 a {
  font-weight: bold;
  color: #2798d3;

}
#blue .image {
  background: url(../img/hthumbnail-bg-blue.gif) no-repeat 0 0;
}


#grey {
  float: left;
  display: inline; /* ie6 */
}
#grey h2 {
  background: url(../img/bar-bluegrey.gif) no-repeat 100% 0;
  width: 376px;
}
#grey .items {
  width: 416px;
  background: url(../img/items-bg-grey.gif) repeat-x 0 36px;
}
#grey .items ul {
  padding-left: 55px;
}
#grey .items li {
  margin-right: 55px;  
 }
#grey .items h3 a {
  font-weight: bold;
  color: #c4c4c4;
}
#grey .items a {
  color: #c4c4c4;
}
#grey .image {
  background: url(../img/hthumbnail-bg-grey.gif) no-repeat 0 0;
}


#footer {
  float: right;
  clear: both;
  display: inline; /* ie6 */
  width: 840px;
  height: 40px;
  margin: 0 0 0 141px;
}

#footer .wrapper {
  margin: 0 auto;
  width: 470px;
}
#footer li {
  float: left;
  display: inline; /* ie6 */
  margin: 0 2em 0 0;
}
#footer li a {
  float: left;
  display: inline; /* ie6 */
  font-size: 0.9em;
  line-height: 2em;
  color: #4c4c4c;
}
#footerlogo {
  clear: both;
  margin: 0 auto;
  padding: 10px 0;
  width: 57px;
}
#footerlogo a {
  display: block;
  background: url(../img/libemalogo.png) no-repeat 0 0;
  width: 57px;
  height: 15px;
  text-indent: -999em;
}




#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;    
}
.table_mogelijkheden_rood, .table_mogelijkheden_rood a  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 0px;
    color: #990000;
    background-color: #F7E4E6;
    text-decoration: none;
    line-height: 11px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
#container #wrapper #content #contentbody .wrapper .col-middle #tabel_mogelijkheden .table_mogelijkheden_rood p, #container #wrapper #content #contentbody .wrapper .col-middle #tabel_mogelijkheden .table_mogelijkheden_oranje p, #container #wrapper #content #contentbody .wrapper .col-middle #tabel_mogelijkheden .table_mogelijkheden p {
    margin: 0px;
    padding: 0px;
}
#container #wrapper #content #contentbody .wrapper .col-middle #tabel_mogelijkheden .table_mogelijkheden_oranje .fotomargin, #container #wrapper #content #contentbody .wrapper .col-middle #tabel_mogelijkheden .table_mogelijkheden_rood .fotomargin {
    margin: 0px;
    padding: 0px;
}
#container #wrapper #content #contentbody .wrapper .col-middle #tabel_mogelijkheden .table_mogelijkheden_oranje p, #container #wrapper #content #contentbody .wrapper .col-middle #tabel_mogelijkheden .table_mogelijkheden_rood p {
    margin: 0px;
    padding: 0px;
}

#tabel_mogelijkheden #titel_accomodaties {
    background-color: #EF953F;
    background-image: url(../img/agtabel_o.jpg);
}
#tabel_mogelijkheden #titel_mogelijkheden {
    background-color: #AC2C43;
    background-image: url(../img/agtabel.jpg);
}
.table_mogelijkheden_oranje, .table_mogelijkheden_oranje a  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #F5822F;
      margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 5px;
     margin-left: 0px;
    padding: 0px;
    background-color: #FEF0E4;
    text-decoration: none;
    line-height: 11px;
}
h3.titel {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
#container #wrapper #content #contentbody .wrapper .col-middle #tabel_mogelijkheden #table_mogelijkheden_rood img {
        margin: 0px;
    padding: 0px;
}
#container #wrapper #content #contentbody .wrapper .col-middle #tabel_mogelijkheden #table_mogelijkheden_oranje img {
        margin: 0px;
    padding: 0px;
}

