/* +++++++++++ hoofdstructuur +++++++++++++++*/
body{
	background-color: #005D83;
	color:#666666;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.8}
.main {text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 928px;
	}
#container {position:relative;}

#headerBar{
  display: none; /*ie hack: zindex 1 hoger dan zindex #logo; niet nodig voor FF, maar werkt er wel in */
   }

#mainContent{ /* alles vanaf de foto tot einde */
background-color:white;
	z-index:101;/*ie hack: zindex 1 hoger dan zindex #logo; niet nodig voor FF, maar werkt er wel in */
}

#right, #left {display: none;}

div#midContent {display: block}

#footer {
	background-color: #154458;
	color: #cde4ee;
	font-size: 8px;
	text-align: center;}
#footer a, #footer a:visited, #footer a:active {
	color:#cde4ee;
	}

#afdrukknop {display: none}

/* ++++++++++++ onderdelen header +++++++++++++++++*/

#logo{
position:absolute;
left:10px;
z-index:100; /*expres wat hoger genomen ivm mainfoto's */
}

#mainfoto {display: none}

/* ++++++++++ tekst en plaatjes content ++++++++++ */
h1,h2,h3,h4 {
	color:#005D83;
	}
h1,h2 {
	font-size:14px;
	font-weight:bold;
	margin-top:15px;}
h3 {
	font-weight:bold;
	margin-top:10px;}

.tekstitem img {float:right;
				margin:3px;
				padding:3px;
				border:1px solid #cccccc;}

.tekstitem a, .tekstitem a:active, .tekstitem a:visited {color:#005D83;}

/* +++++++++++ linkermenu +++++++++++++++++++++++++ */
/* +++++++++++ reserveren en prijzen ++++++++++++++ */

 /*maandkalender rechts*/

.maandContainer, .boekContainer {
width:85%;
background-color:white;
border-right:2px solid #cccccc;
border-bottom:2px solid #cccccc;
padding-bottom: 10px;
}

.calendar {border-collapse: separate; border-spacing:1pt}
.calendar td {
	background-color:#bbbbbb;
	color:white;
	font-size:9px;
	padding-right:2px;
	padding-left:2px;
	text-align:center;
	}
.calendar th {
	font-size:9px;
}
.calendar td.emptycell {
	background-color:white;
	}
td.freeDay {
	background-color:#7c9c5e; /*groen*/
	}
td.optionedDay {
	background-color:#f2ab13; /* oranje */
	}
td.bookedDay {
	background-color:#b51300; /* rood */
	}
td.blockedDay {
	background-color:black; /* zwart */
	}
#rightContent .freeDay a, #rightContent .freeDay a:active, #rightContent .freeDay a:visited {
	color:white;
	text-decoration:none;
	}
ul.legend, ul.boekGegevens {margin-left:5px;margin-top:10px;}
ul.legend li{
	list-style-type:square;
	list-style-position:inside;
	}
ul#boekGegevens {
	font-size: 9px;}
ul#boekGegevens li {
	list-style-type:square;
	list-style-position:inside;
}

li.freeDay {color:#7c9c5e;} /* groen */
li.optionedDay {color:#f2ab13;} /* oranje */
li.bookedDay {color:#b51300;} /* rood */
li.nonBookable {color:#bbbbbb;} /*grijs*/
li.blockedDay {color:black;}
#overzicht li {
	list-style-type: square;
	list-style-position:inside;
	color:#f2ab13;
	margin-left:10px;
	margin-top:10px;
	}

td.step {
	padding:2px;
	vertical-align:top;
	}
#rightContent td.step a, #rightContent td.step a:active, #rightContent td.step a:visited {
	color: #f2ab13;
	text-decoration:none;
	}
td.calendarmonthrow {
	background-color:white;
	color:#666666;
	}

/* prijzen */

#prijsContent {
	border-top:8px solid #f2ab13;
	padding-top:10px;
	padding-left:10px;
	display:none;
	}
.prijsContainer {
width:85%;
background-color:white;
border-right:2px solid #cccccc;
border-bottom:2px solid #cccccc;
}
#prijzen {
	width:100%;
	}
#prijzen th {
	font-weight:bold;
	color: #f2ab13;
	border-bottom: 1px solid #f2ab13;
	}
#prijzen th, #prijzen td {padding:1px;}
#toelichtingPrijs li {
	list-style-type: square;
	color:#f2ab13;
	margin-left:20px;
	margin-top:10px;
	}
.toelichting{
	color: #666666;
	font-size:10px;}


/* aanbieding */
#aanbieding #content {
	width:85%;
	background-color:white;
	border-right:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
	text-align:center;
	padding-bottom:10px;
}
#aanbieding #titel {
	padding:10px 0 10px 0;
	border-bottom: 1px solid #f2ab13;
	color:#f2ab13;
	font-size:14px;
	font-weight:bold;
	}
.periode, .price {
	font-size: 12px;
	font-weight:bold;
	line-height:24px;
	}

fieldset.submit {
    border-style: none;
}
input.submit {
	background-color: #f2ab13;
	padding: 5px 10px 5px 10px;
	color: white;
	font-size:12px;
	}

/* servicemenu */
#servicemenu {
	width:90%;
	margin:10px 0 10px 5px;
	padding-bottom:5px;}

#servicemenu ul li{ display:inline;
	padding:0 7px 0 7px;
	border-right:1px solid;
	}
#servicemenu ul li.last{
	border:none;
	}

/* grote kalender */
#calendarContainer {
 	width:100%;
	padding-left:10px;}
#calendarContainer td {
	vertical-align:top;
	}
#calendarContainer .freeDay a,#calendarContainer .freeDay a:active, #calendarContainer .freeDay a:visited {
	color:white;
	text-decoration:none;
	}
#reservation {
	border: 1px solid #dddddd;
	margin-bottom: 10px;}
