/* CSS Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, input, button, select, form, textarea, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  padding: 0;
  border: 0;
  outline: 0;
  margin: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

ins {
  background-color: #FF9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #FF9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type="radio"] {
  vertical-align: bottom;
}
/* End CSS Reset */

.clrfx:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}
html {
  font-family: Arial, sans-serif;
  font-size: 62.5%;
  color: #333;
}
body {
  background: url("") repeat fixed 0 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.1em;
}
body.bg1 {
  background-image: url("../images/backgrounds/bg_1.png");
}
body.bg2 {
  background-image: url("../images/backgrounds/bg_2.png");
}
body.bg3 {
  background-image: url("../images/backgrounds/bg_3.png");
}
body.bg4 {
  background-image: url("../images/backgrounds/bg_4.png");
}
body.bg5 {
  background-image: url("../images/backgrounds/bg_5.png");
}
th, td {
  vertical-align: middle;
}
a {
  text-decoration: none;
}
#background_wrapper {
  padding: 75px 0 45px;
  background: url("") no-repeat 50% 0;
}
#background_wrapper.bg1  {
  background-image: url("../images/backgrounds/bg_overlay_1.png");
}
#background_wrapper.bg2 {
  background-image: url("../images/backgrounds/bg_overlay_2.png");
}
#background_wrapper.bg3 {
  background-image: url("../images/backgrounds/bg_overlay_3.png");
}
#background_wrapper.bg4 {
  background-image: url("../images/backgrounds/bg_overlay_4.png");
}
#content_wrapper {
  position: relative;
  width: 900px;
  margin: 0 auto;
  border: 1px solid #B7AA7D;
  background: url("../images/backgrounds/alpha80.png") repeat;
}
#header {
  padding-top: 86px;
}
#header .logo {
  position: absolute;
  display: block;
  overflow: hidden;
  left: 21px;
  top: 25px;
  width: 310px;
  height: 0;
  padding-top: 42px;
  background: url("../images/algemeen/coc_logo.png") no-repeat;
}
#header .adres {
  /*display: none;*/
  position: absolute;
  left: 420px;
  top: 22px;
  font-size: 1em;
  line-height: 1.4em;
  color: #333;
}
#header .adres a {
  color: #333;
}
#header .adres a:hover {
  color: #998643;
}
#zoeken {
  position: absolute;
  right: 15px;
  top: 35px;  
  border: 1px solid #998643;
  background: url("../images/backgrounds/alpha80.png") repeat;
}
#zoek_submit {
  width: 20px;
  background: url("../images/algemeen/vergrootglas.png") no-repeat 3px 50%;
}
#zoek_input {
  width: 178px;
  padding: 0.3em 0;
  font-size: 1.2em;
  color: #998643;
}
#zoek_input.has_input {
  color: #333;
}
#header ul.menu-0 {
  width: 900px;
  height: 29px;
  border-top: 1px solid #B7AA7D;
  background: url("../images/border_gold.png") repeat-x 0 28px;
}
/* CSS hover triggers only when JS is not enabled! */
body.nojs #header ul.menu-0:hover > li.menu_underlay {
  display: block;
}
#header ul.menu-0 li {
  position: relative;
  display: inline;
  z-index: 100;
}
#header ul.menu-0 > li:first-child {
  padding-left: 10px;
}
#header ul.menu-0 li a {
  display: inline-block;
  line-height: 28px;
  padding: 0 2em 0 0.4em;
  font-size: 1.3em;
  color: #453F3A;
}
#header ul.menu-0 li a:hover {
  color: #998643;
}
#header ul.menu-1 { 
  display: none;
  position: absolute;
  z-index: 50;
  left: -1em;
  width: 200px;
  line-height: 1.3em;
  padding-top: 0.5em;
  font-size: 0.85em;
}
#header ul.menu-0 ul.menu-1 li a {
  display: block;   
  line-height: 1.5em;
  padding-left: 1em;
}
/* CSS hover triggers only when JS is not enabled! */
body.nojs #header ul.menu-0 li:hover ul.menu-1 {
  display: block;
}
#header ul.menu-0 > li.menu_underlay {
  display: none;
  position: absolute;
  left: 0;
  top: 115px;
  z-index: 1;
  width: 900px;
  height: 230px;
  margin-top: 1px;
  background: url("../images/backgrounds/menu.png") repeat;
}
#fotoblok {
  position: relative;
  height: 230px;
  padding-left: 670px;
  border-bottom: 1px solid #B7AA7D;
  background: url("") no-repeat;
}
#fotoblok.bg1 {
  background-image: url("../images/backgrounds/menu_foto_1.jpg");
}
#fotoblok.bg2 {
  background-image: url("../images/backgrounds/menu_foto_2.jpg");
}
#fotoblok.bg3 {
  background-image: url("../images/backgrounds/menu_foto_3.jpg");
}
#fotoblok.bg4 {
  background-image: url("../images/backgrounds/menu_foto_4.jpg");
}
#fotoblok.bg5 {
  background-image: url("../images/backgrounds/menu_foto_5.jpg");
}
#coc_on_the_web_title {
  display: block;
  overflow: hidden;
  width: 182px;                                             
  height: 0;
  padding-top: 29px;
  margin-left: 15px;
  background: url("../images/algemeen/coc_op_het_web.png") no-repeat 0 14px;
}
#coc_on_the_web {
  width: 200px;
  padding: 10px 15px;
}
#coc_on_the_web a {
  display: block;
  line-height: 44px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #998643;
}
#coc_on_the_web a:hover {
  color: #9E0B53;
}
#coc_on_the_web #coc_flickr {
  background-image: url("../images/algemeen/flickr.png");
}
#coc_on_the_web #coc_facebook {
  background-image: url("../images/algemeen/facebook.png");
}
#coc_on_the_web #coc_youtube {
  background-image: url("../images/algemeen/youtube.png");
}
#coc_on_the_web #coc_twitter {
  background-image: url("../images/algemeen/twitter.png");
}
#coc_on_the_web #coc_hyves {
  background-image: url("../images/algemeen/hyves.png");
}
#content_wrap {
  zoom: 1;
  background: url("../images/backgrounds/faux.png") repeat-y;
}
#content_wrap.home {
  background: url("../images/backgrounds/agenda.png") repeat-y 440px 0;
}
#content_wrap h1 {
  display: block;
  overflow: hidden;
  height: 0;
  background-repeat: no-repeat;
}
#content {
  float: left;
  width: 670px;
}
#left {
  float: left;
  width: 230px; 
}
#left ul.menu-1 {
  padding: 15px;
  padding-top: 10px;
}
#left ul.menu-1 > li > a {
  display: block;
  line-height: 2em;
  font-weight: bold;
  font-size: 1.2em;
  color: #9E0B53;
}
#left ul.menu-1 > li > a:hover {
  color: #998643;
}
#left ul.menu-2 > li > a, #left ul.menu-3 > li > a {
  display: block;
  line-height: 1.5em;
  margin-left: 0.5em;
  color: #9E0B53;
}
#left ul.menu-3 > li > a {
  margin-left: 1em;
  font-size: 0.9em;
  display: block;
  line-height: 1.5em;
  color: #998643;
}
#left ul.menu-2 > li > a:hover {
  color: #998643;
}
#left ul.menu-3 > li > a:hover {
  color: #9E0B53;
}
#left.wide {
  width: 440px;
}
#left.wide a {
  color: #9E0B53;
}
#left.wide a:hover {
  color: #998643;
}
#left.wide img {
  margin-top: 5px;
}
#right {
  float: right;
}
#right.wide {
  width: 440px;
}
#right.wide h2 {
  padding: 0 15px;
  font-weight: bold;
  font-size: 1.3em;
  color: #9E0B53;
}
#right.wide h3 {
  padding: 0 15px;
  font-weight: bold;
  color: #9E0B53;
  line-height: 1.6em;
}
#right.wide h4 {
  padding: 10px 15px 0;
  font-weight: normal;
  color: #9E0B53;
  line-height: 1.6em;
}
#right.wide p {
  padding: 0 15px;
  line-height: 1.6em;
  color: #7B7069;
  margin: 2px 0 10px 0;
}
#right.wide ul {
  padding: 0 35px;
  line-height: 1.6em;
  color: #7B7069;
  margin: 2px 0 10px 0;
  list-style-type: disc;
}
#right.wide ol {
  padding: 0 35px;
  line-height: 1.6em;
  color: #7B7069;
  margin: 2px 0 10px 0;
  list-style-type: decimal;
}
#right.wide a {
  color: #9E0B53;
}
#right.wide a:hover {
  color: #998643;
}
#right.wide li.menu_current {
  color: #998643 !important;
}
#right.wide img {
  margin-right: 10px;
  margin-top: 5px;
}
#right.wide input {
  background: url("../images/backgrounds/footer.png") repeat;
  border-bottom: 1px solid #998643;
  margin-bottom: 3px;
  padding: 2px;
}
#right.wide input[type="radio"] {
  border: none;
  margin-left: 6px;
  background: none;
}
#right.wide input[type="radio"]:first-child {
  margin-left: 0px;
}
#right.wide input[type="checkbox"] {
  border: none;
  margin-left: 6px;
  background: none;
}
#right.wide input[type="submit"] {
  border: none;
  background-color: #998643;
  background-image: none;
  margin-top: 5px;
  color: #FFF;
}
#right.wide input[type="submit"]:hover {
  color: #9E0B53;
}
#right.wide .checkbox_label {
  margin-left: 3px;
}
#uitgelicht {
  width: 201px;
  padding-top: 23px;
  margin: 15px 0 0 15px;
  background-image: url("../images/algemeen/uitgelicht.png");
}
#informatie_advies {
  width: 410px;
  padding-top: 23px;
  margin: 15px 0 10px 15px;
  background-image: url("../images/algemeen/informatie_advies.png");
}
#zoekenh1 {
  width: 410px;
  padding-top: 23px;
  margin: 15px 0 10px 15px;
  background-image: url("../images/algemeen/zoeken.png");
}
#activiteiten {
  width: 410px;
  padding-top: 23px;
  margin: 15px 0 10px 15px;
  background-image: url("../images/algemeen/activiteiten.png");
}
#de_vereniging {
  width: 410px;
  padding-top: 23px;
  margin: 15px 0 10px 15px;
  background-image: url("../images/algemeen/de_vereniging.png");
}
#nieuws {
  width: 410px;
  padding-top: 23px;
  margin: 15px 0 10px 15px;
  background-image: url("../images/algemeen/nieuws.png");
}
#links {
  width: 410px;
  padding-top: 23px;
  margin: 15px 0 10px 15px;
  background-image: url("../images/algemeen/links.png");
}
#fotoalbum {
  width: 410px;
  padding-top: 23px;
  margin: 15px 0 10px 15px;
  background-image: url("../images/algemeen/fotoalbum.png");
}
#pers {
  width: 410px;
  padding-top: 23px;
  margin: 15px 0 10px 15px;
  background-image: url("../images/algemeen/pers.png");
}
#contact {
  width: 410px;
  padding-top: 23px;
  margin: 15px 0 10px 15px;
  background-image: url("../images/algemeen/contact.png");
}
#privacy {
  width: 410px;
  padding-top: 23px;
  margin: 15px 0 10px 15px;
  background-image: url("../images/algemeen/privacy.png");
}
#disclaimer {
  width: 410px;
  padding-top: 23px;
  margin: 15px 0 10px 15px;
  background-image: url("../images/algemeen/disclaimer.png");
}
#news_items {
  padding: 15px;
}
#news_items > li {
  margin-bottom: 2em;
}
#news_items h2 {
  font-size: 1.3em;
  color: #9E0B53;
}
#news_items h3 {
  color: #9E0B53;
}
#news_items p {
  line-height: 1.6em;
  color: #7B7069;
  margin: 2px 0 10px 0;
}
#news_items p.datum, #right.wide p.datum {
  margin: 0;
  font-size: 10px;
  font-weight: bold;
  color: #333;
}
#news_items ul {
  line-height: 1.4em;
  padding-left: 1em;
  color: #7B7069;
}
#agenda {
  float: left;
  width: 230px;
  background-color: #E1DAC7;
}
#agenda_hdr {
  zoom: 1;
  cursor: n-resize; 
  padding: 5px 15px 1px; 
  text-align: center;
  background-color: #9E0B53;
}
#agenda_hdr .hdr {
  margin-bottom: 0.2em;
  font-size: 1.8em;
  color: #E1DAC7;
  text-transform: uppercase;
}
#agenda_hdr .month {
  position: relative;
  margin-bottom: 9px;
  font-size: 1.1em;
  font-weight: bold;
  color: #FFF; 
  text-transform: uppercase;
}
#agenda_hdr .month a {
  position: absolute;
  top: 0;
  padding: 0 1.2em;
  color: #FFF;
}
#agenda_hdr .month a:hover {
  color: #998643;
}
#agenda_hdr .month a.prev {
  left: 0;
}
#agenda_hdr .month a.next {
  right: 0;
}
#agenda_hdr #agenda_calendar {
  position: relative; 
  display: none;
  width: 198px;
  margin-bottom: 11px;
  border: 1px solid #E1DAC7;
  background-color: #FFF;  
  text-align: center;
}
#agenda_hdr #agenda_calendar div {
  display: none;
  position: absolute;
  filter:alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity:0.8;
  width: 198px;
  height: 100%;    
  background: #FFF url("../images/loading.gif") no-repeat 50% 50%;
}
#agenda_hdr #agenda_calendar.loading div {
  display: block;  
}
#agenda_calendar table {
  border: 1px solid #FFF;
}
#agenda_calendar table th {
  line-height: 16px;
  border-bottom: 1px solid #E1DAC7;
  color: #998643;
}
#agenda_calendar .top a {
  margin-top: 2px;
}
#agenda_calendar tbody a {
  display: block;
  width: 26px;
  line-height: 16px;
  border: 1px solid #FFF;
  color: #9E0B53;
}
#agenda_calendar tbody a:hover {
  border-color: #998643;
}
#agenda_calendar td.event a {
  background-color: #F1EEE6; 
  font-weight: bold;
}
#agenda_calendar td.grey a {
  color: #CCC; 
}
#agenda_calendar td.today a {
  font-weight: bold;
  background-color: #9E0B53;
  color: #FFF; 
}
#agenda_events.loading {
  height: 50px;
  background: url("../images/loading.gif") no-repeat 50% 50%;
}
#agenda_events.loading li {
  display: none;
}
#agenda_events li {
  line-height: 1.2em;
  padding: 5px 15px;
  border-bottom: 1px solid #FFF;
}
#agenda_events li.no_events {
  line-height: 50px;
  font-weight: bold;
}
#agenda_events h3 {
  margin-bottom: 0.3em;
  font-size: 1em;
  color: #9E0B53;
}
#agenda_events a {
  padding: 0 0.5em;
  color: #9E0B53;
}
#agenda_events a:hover {
  color: #FBF00B;
}
#sidebar {
  float: right;
  width: 230px;
}
#quicklinks h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #9E0B53;
  margin-bottom: 0.5em;
}
#quicklinks p {
  color: #7B7069;
}
#quicklinks a {
  color: #9E0B53;
}
#quicklinks a:hover {
  text-decoration: underline;
}
#zinnen {
  padding: 15px;
  text-align: center;
  background: url("../images/backgrounds/footer.png");
}
#zinnen a.zinnen {
  display: block;
  font-size: 1.1em;
  color: #998643;
}
#zinnen a.zinnen:hover {
  color: #9E0B53;
}
#quicklinks {
  width: 201px;
  line-height: 18px;
  padding: 5px 15px;
}
#quicklinks li {
  border-top: 1px solid #998643;
}
#quicklinks li:first-child {
  border-top: none;
}
#quicklinks li a {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #9E0B53;
}
#quicklinks li a:hover {
  color: #998643;
}
#promofoto {
}
#footer {
  position: relative;
  clear: both;
  padding: 10px 15px;
  border-top: 1px solid #B7AA7D;
  background: url("../images/backgrounds/footer.png") repeat;
}
#footer div {
  position: absolute;
  line-height: 1.4em;
  font-size: 0.91em;
}
#footer .adres {
  position: relative;
}
#footer .tel_email {
  right: 475px;
  top: 10px;
}
#footer .links {
  left: 440px;
  top: 10px;
  width: 230px;
  padding-top: 1.4em;
  text-align: center;
}
#footer .webmaster {
  right: 15px;
  top: 10px;
}
#footer .design {
  left: 685px;
  top: 10px;
}
#footer a {
  color: #9E0B53;
}
#footer a:hover {
  color: #998643;
}