@charset "utf-8";

/* ==========ALGEMEEN==========*/
body  {
	font: 100%;
	background-color: #F3FBFE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* ==========STRUCTUUR==========*/

 #container { 
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

 #logo {
	width:96px;
	height:89px;
	position: absolute;
	z-index: 1;
	margin-left:40px;
}

 #subnav {
	height:19px;
	margin:0 0 1px 0;
	background-color:#4b4e94;
}

 #hoofdnav {
	margin:0;
	height:36px;
	background-color:#29abe2;
}

 #header {
	margin:8px 0 0 0;
} 

 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top:1em;
}
 #mainContent {
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

 #mainVervolg {
	margin:0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px 1.5em 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

 #mainVideo {
	margin:0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 80px 40px 1.5em 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

 #footer {
	padding: 1em 0 1em 0;
	border-top: solid 1px #C0E7F8;
	margin:0 20px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* ==========STIJLEN==========*/

 p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height:1.4em;
	color: #4b4e94;
	margin:0;
	padding:0 1.5em 0.3em 0;
}

 #footer p {
	font-family:Arial, Helvetica, sans-serif;
	color:#4b4e94;
	font-size:0.7em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
}


 h1,h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	color: #29abe2;
	margin:0;
}

 h1 {
	font-size: 2em;
	padding:0.5em 0 0.2em 0;
}

 h2 {
	font-size: 1.3em;
	padding-top:1em
}

 h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:normal;
	margin:0;
}

 h4 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	font-size:0.9em;
	color: #29abe2;
	margin:0.5em 0 0 0.1em;
}

.days {
	color:orange;
	text-transform:uppercase;
}

.imgRight {
	float:right;
	padding:0.5em 0 0.5em 1.5em;
	margin:0;
}

.imgLeft {
	float:left;
	padding:0.5em 1.5em 0.5em 0;
	margin:0;
}

#include{
	width:75%;
	background-color:#F2FAFD;
	padding:1.5em;
	margin:1em 0 0 0;
}

.inludeKop{
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	color:#29abe2;
}

#mainVervolg ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.6em;
	color:#29abe2;
	margin:0;
	padding:0.2em 1.5em 0.3em 1.2em;
	list-style-type: square;
}

#include ul a:link,
#include ul a:visited{
	color:#29abe2;
}

#mainVervolg a:link,
#mainVervolg a:visited{
	color:#29abe2;
}

#mainContent a:link,
#mainContent a:visited{
	color:#29abe2;
}



/* topnav*/

 #topnav {
	float:right;
	padding-right:9px;
}

 #topnav ul {
	margin: 0;
	list-style-type: none;
}

 #topnav li {
	margin: 0;
	float:left;
}

 #topnav li a:link,
 #topnav li a:visited {
	float: left;
	text-decoration: none;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:19px;
	vertical-align:middle;
	margin: 0;
	padding: 0 8px; /*padding inside each tab*/
	color: #989BCD;
}

#topnav li a:hover, 
#topnav li.selected a {
	color: #EFEFF8;
}

/* END topnav*/

/* mainnav*/

 #mainnav {
	float:right;
}

 #mainnav ul {
	margin: 0;
	font: bold 16px Arial;
	list-style-type: none;
	text-transform:uppercase;
}

 #mainnav li {
	margin: 0;
	float:left;
}

 #mainnav li a{
	float: left;
	height:36px;
	text-decoration: none;
	line-height:36px;
	vertical-align:middle;
	margin: 0;
	padding: 0 16px; /*padding inside each tab*/
	border-left: 1px solid #A2D0E8;; /*right divider between tabs*/
	color: #A2D0E8;
	background-color:#29abe2; /*background of tabs (default state)*/
}

 #mainnav li a:hover {
	background-color: #67C4EB;
	color: #E6F4FB;
}

/* END hoofdnav*/


#hom .hom, #day .day, #dep .dep, #boo .boo, #pho .pho, #con .con, #lin .lin  {
	background-color: #67C4EB;
	color: #FFF;
} 


.colHome { /* this class can be used to float an element left in your page */
	float: left;
	width:228px;
	margin: 2em 18px 2em 0;
}

 h3 a:link,
 h3 a:visited {
	text-decoration:none;
	display:block;
	background-color:#FFF;
	padding:0;
	margin:0;
}

 h4 a:link,
 h4 a:visited {
	text-decoration:none;
	color: #29abe2;
	background: url(../images/pijltje.gif) no-repeat right center;
	display:block;
}

 h4 a:hover{
	text-decoration:none;
	color: orange;
	background: url(../images/pijltje-over.gif) no-repeat right center;
}


/* ========== TABLE  DATES ==========*/

#dates{
	padding:1.5em 0 1.5em 0;
}

#tblDates {
	width:80%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

.tableKop {
	color:#FFF;
	text-transform:uppercase;
	font-size:1em;
}

.tableBody {
	color:#29abe2;
}

.tableBody td {
	padding:0.5em;
}

.tableKop th {
	padding:0.5em;
	background-color:#29abe2;
}

.odd{
	background-color:#FFF8E6;
}

.even{
	background-color:#FFF1CE;
}

.oddHover{
	background-color:#EDF7FC;
}


/* ========== BOOKING FORM ==========*/

#includeForm{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	color: #4b4e94;
}

.evenForm{
	background-color:#E6F4FB;
}

.oddForm{
	background-color:#EDF7FC;
}

form.cmxform {
	padding:0.5em 0 0.5em 0;
}

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;

}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align:baseline;
  padding-right:0.5em;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 1px 0 1px 0;

}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
	width: 160px; /* Width of labels */
	vertical-align: top;
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}


.green{
	color:#669900;
}

.failed{
	color:red;
}

/* ========== Photo Gallary ==========*/

/* ========== Commenst Testimonial ==========*/

#comment{
	padding:1em 0;
	margin:0;
}

#comment p{
	font-size: 1em;
	line-height:1.4em;
	padding-bottom:0.5em;
}

.name{
	font-size:1em;
	font-style:italic;
	color: #29abe2;
}