body, html, div.page0, table.page, div#browserNameDiv, div#browserFullnameDiv {
  background-color: #000000;
}
@font-face {
  font-family: FuturaNormal;
  src: url(images/font/navNormal.eot); /* IE */ 
  src: local("FuturaNormal"),  url(images/font/navNormal.ttf) format("truetype");  /*non-IE*/
}
@font-face {
  font-family: FuturaBold;
  src: url(images/font/navBold.eot); /* IE */ 
  src: local("FuturaBold"),  url(images/font/navBold.ttf) format("truetype");  /*non-IE*/
}
/* Uncomment & adapt the commented subsection in order to have only the
   specified printcontents section visible when printing
   For multi-page printing of containers with large contents, note:
   - position:absolute inhibits multi-page printing
   - overflow: auto inhibits multi-page printing
   - height: (something other than auto) inhibits multi-page printing
   - top: -XXXpx shifts contains of post-first pages in Firefox
   - margin-top: -XXXpx causes double-printing of lines in IE
 */
/*
@media print {
  body {
    visibility: hidden;
  }
  div.printcontents {
    visibility: visible;
    position: relative;
    left: -320px;
    margin-top: -170px;
    width: 700px;
  }
  .browserMSIE div.printcontents {
    top: -170px;
    margin-top: 0px;
  }
  img#printbutton, input[type=submit], .noprint {
    visibility: hidden;
  }
  option {
    visibility: hidden;
    color: white;
  }
  select {
    color: white;
    height: 2ex;
  }
}
*/

.pagecontents {
  padding: 0px;
}

body, td, th, select, input,textarea {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

/*--- ZOMERKLEUREN ---*/

.main_table1 {
  background-color: #FFF300;
}

table.main_table1 .td_season1 {
  background-color: #FF007B;
}

table.main_table1 .td_season2 {
  background-color: #FF7FBD;
}

table.main_table1 .td_season3 {
  background-color: #FFBFDE;
}

.popup_table1 {
  background-color: #FF007B;
}

table.popup_table1 .popup_td {
  background-color: #FF7FBD;
}

/*--- WINTERKLEUREN ---*/

.main_table2 {
  background-color: #FFF300;
}

table.main_table2 .td_season1 {
  background-color: #00A3F1;
}

table.main_table2 .td_season2 {
  background-color: #59C3F6;
}

table.main_table2 .td_season3 {
  background-color: #B2E3FB;
}

.popup_table2 {
  background-color: #00A3F1;
}

table.popup_table2 .popup_td {
  background-color: #59C3F6;
}

/*--- EINDE SEIZOENSKLEUREN ---*/

.contents_table {
  background-color: #FFF97E;
}

.td_contents {
  background-color: #FFF97E;
}

.td_contents_2 {
  background-color: #FFF97E;
  font-size: 9px;
  padding:2px;
}

#page_header {
  color: #FFF300;
  font-size:22px;
  font-family: verdana, tahoma, trebuchet ms, arial narrow, sans-serif;
}

div.dropdownmenucontents {
  width: 130px;
  background-color: #DEDEDE;
}
.browserOpera div.dropdownmenucontents { 
  width: 134px;
}

/*
To set minimum height for nav-items, use 'padding' in the span.navbutton(_f2)
classes: using 'height' will interfere with multiline navitems in Firefox,
and min-height doesn't work in Explorer.

To disable multiline nav links, set white-space: nowrap in
div.dropdownmenucontents a, and remove the display: block from the
span.navbutton(_f2) classes
*/
div.dropdownmenucontents a, div.dropdownmenucontents a:link, div.dropdownmenucontents a:active, div.dropdownmenucontents a:visited, div.dropdownmenucontents a:hover {
  width: 130px;
  /* white-space: nowrap */
}
div.dropdownmenucontents div.dropdownmenucontents {
/* this applies to submenus */
  background-color: #E4E4E4;
}

span.navbutton { 
  color: black;
  display: block;
}

span.navbutton_f2 {
  color: grey;
  display: block;
}

div.dropdownmenuSFXline {
  background-color: #808080;
/*
vertical line for horizontal movement of dropdown SFX
*/
  height: 20px;
  left: 60px;
  width: 2px;
  top: 0px;
/*
horizontal line for vertical movement of dropdown SFX
  height: 2px;
  width: 20px;
  left: 0px;
  top: 60px;
*/
}

h1 {
  font-size: 22px;
  line-height: 22px;
  color: #FFF300;
  font-family: verdana, tahoma, trebuchet ms, arial narrow, sans-serif;
}
h2 {
  font-size: 13px;
}
h3, h4 {
  font-size: 12px;
}


a:link, a:hover, a:visited, a:active {
  color: #000000;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

div.contents, div.contents p, div.intro, div.intro p {
 margin-top: 1ex;
  margin-bottom: 1ex;
  
}

div.intro, div.intro p, .intro {
  font-style: italic;
}

div.contents, div.intro {
/*  width: 500px; /* equal to width of contenteditableregion */
}

.weblogentry_head {
  font-size: 13px;
  font-weight: bold;
  background-color: #CCCCCC;
  padding:5px;
}

.weblogentry_content { background-color: #EAEAEA; padding:5px; }
.weblogentry_options { background-color: #CACACA; }
.weblogentry_line    { background-color: #000000; }

.forum_head {
  font-size: 13px;
  font-weight: bold;
  background-color: #999999;
}

.forum_content { background-color: #EAEAEA; }
.forum_options { background-color: #CACACA; }
.forum_line {    background-color: #000000; }

table.poll {
  border: 1px solid #66cc66;
  background-color: #66cc66;
}

th.pollhead {
  border: 0px solid #66cc66;
  font-size: 11px;
  color: #000000;
  background-color: #EEEEEE;
}

td.pollbody {
  border: 1px solid #EEEEEE;
  font-size: 11px;
  background-color: #EEEEEE;
}

td.calendarday {
  background-color: #c6cce8;
}
td.calendartoday {
  background-color: #596dbf;
}

a.hoofdnav, a:visited.hoofdnav, a:hover.hoofdnav, a:active.hoofdnav,
a.subnav, a:visited.subnav, a:hover.subnav, a:active.subnav,
span.hoofdnav, span.subnav {
  color: black;
  font-family: FuturaNormal, verdana, tahoma, trebuchet ms, arial narrow, sans-serif;
  font-size: 12px;
  text-decoration: none;
  line-height: 15px;
}

a.hoofdnav_f2, a:visited.hoofdnav_f2, a:hover.hoofdnav_f2,a:active.hoofdnav_f2,
a.subnav_f2, a:visited.subnav_f2, a:hover.subnav_f2, a:active.subnav_f2,
span.hoofdnav_f2, span.subnav_f2 {
  color: black;
  font-family: FuturaBold, verdana, tahoma, trebuchet ms, arial narrow, sans-serif;
  font-size: 12px;
  text-decoration: none;
  line-height: 15px;
  /*font-weight:bold;*/
}

div.pageHeaderTTF, div.topbarMenu a, div.topbarMenu a:link, div.topbarMenu a:active, div.topbarMenu a:hover {
  font-family: FuturaNormal, verdana, tahoma, trebuchet ms, arial narrow, sans-serif;
}
div.topbarMenu, div.topbarMenu a, div.topbarMenu a:link, div.topbarMenu a:active, div.topbarMenu a:hover  {
  font-size: 11px;
  font-weight: normal;
}

.submitbutton{
  font-size: 8pt;
  font-weight: bold;
  background-color: #EEEEEE;
  border: 2px ridge #DDDDDD;
}

#submitbutton {
  font-size: 8pt;
  font-weight: bold;
  background-color: #C8C6C7;
  border: 1px solid #000000;
}

td.quotehead {
  font-weight: bold;
  font-size: small;
}

td.quoteline {
  height: 1px;
  color: #666666;
}

td.quotebody {
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #EEFFEE;
}

td.quotebody td.quotebody {
  background-color: #DDFFDD;
}

td.quotebody td.quotebody td.quotebody {
  background-color: #CCFFCC;
}

table.quote { 
 width: 400px;
}


li{
  margin-top: 1ex;
}

.myavenueclass1 {
  color: red;
}

td.statscounter { 
  background-image: url(images/bg_counter.gif);
  color: #FFFFFF;
  font-family: "Courier New", Courier, mono;
  font-weight: bold;
  font-size: 16px;
}

table.evententry { 
  border: 1px solid #CCCCCC;
}

table.evententry th { 
  background-color: #666666;
  color: white;
}

table.evententry td { 
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

#image_top {
  border:0px dashed green;
  position: absolute;
  margin: 60px 0px 0px 460px;
  z-index: 20;
}

#apartment_info {
 font-size: 9px;
 padding:2px;
}

#apartment_singlebeds {
 background-image: url(images/kp/singlebed_icon.gif);
 background-repeat: no-repeat;
 background-position: 50% 40%;
}

#apartment_doublebeds {
 background-image: url(images/kp/doublebed_icon.gif);
 background-repeat: no-repeat;
 background-position: 50% 40%;
}

#apartment_singleextrabeds {
 background-image: url(images/kp/singleextrabed_icon.gif);
 background-repeat: no-repeat;
 background-position: 50% 0%;
 padding-top:7px;
 font-size:9px;
}

#apartment_doubleextrabeds {
 background-image: url(images/kp/doubleextrabed_icon.gif);
 background-repeat: no-repeat;
 background-position: 50% 0%;
 padding-top:7px;
 font-size:9px;
}

#apartment_bunkbeds {
 background-image: url(images/kp/bunkbed_icon.gif);
 background-repeat: no-repeat;
 background-position: 50% 50%;
 padding-top:8px;
 font-size:9px;
}

#apartmentDiv {
 border:0px dashed green;
 font-size:10px;
 padding-right:4px;
 height: 520px;
 overflow: auto;
}

#apartmentImageCell {
 height: 203px;
 width: 270px;
}

#homeContents {
 border:0px dashed green;
 padding-right:4px;
 height: 320px;
 overflow: auto;
}

#popupDiv {
 border:0px dashed green;
 padding-right:4px;
 height: 450px;
 width: 546px;
 overflow: auto;
}

a.apartment_info_link, a.apartment_info_link:hover, a.apartment_info_link:visited, a.apartment_info_link:active {
  font-size: 13px;
  font-family: arial;
  font-weight: bold;
  color: #00A3F0;
}

.small_header {
  font-size: 10px;
  padding-bottom:5px;
  border-bottom: 1px solid #D4F2FD;
}

#smallContents {
  width: 280px;
  text-align:left;
}

.apartmentSpecsList {
  font-size: 14px;
  padding: 10px 0px;
  font-weight: bold;
}

.apartmentSpecsList2 {
  padding-right: 5px;
}

/*--- LEGENDA-TABEL ---*/

/*- ALGEMEEN -*/
td.calendarunavailable { /* days that are not available (past submitted season data) */
  background-color: #888888;
}
td.calendar { /* days that are not in any season or offer or anything */
/*  background-color: #CCCCFF; */
}

td.calendarBooked { 
  background-color: #FFF500;
}
td.calendarReserved { 
  background-color: #FFF97F;
}

.tdBorder1 {
  border:1px solid #FF007B;
  font-size: 9px;
}

.tdBorder2 {
  border:1px solid #00A3F1;
  font-size: 9px;
}

/*- ZOMER -*/
table.legenda_table1 .calendarOffer {
  background-color: #FF007B;
}

table.legenda_table1 .calendarSeasonHigh {
  background-color: #FF7FBD;
}

table.legenda_table1 .calendarSeasonMedium {
  background-color: #FFA6D1;
}

table.legenda_table1 .calendarSeasonLow {
  background-color: #FFBFDE;
}
table.legenda_table1 .calendarSeasonPeak {
  background-color: #FF9933;
}

/*- WINTER -*/
table.legenda_table2 .calendarOffer {
  background-color: #00A3F1;
}

table.legenda_table2 .calendarSeasonHigh {
  background-color: #59C3F6;
}

table.legenda_table2 .calendarSeasonMedium {
  background-color: #8CD6F9;
}

table.legenda_table2 .calendarSeasonLow {
  background-color: #B2E3FB;
}

table.legenda_table2 .calendarSeasonPeak {
  background-color: #FF9933;
}
 

/*--- EINDE LEGENDA-TABEL ---*/

/* ------------ LIGHTBOX --------------- */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* ------------ EINDE LIGHTBOX --------------- */
