@charset "utf-8";
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, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	/*line-height: 1; /* tijdelijk verwijderd i.v.m. IE8 Bug */
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ------------------- Einde Reset --------------------- */
/* ------------------ General Rules -------------------- */
strong {
	font-weight: bold;
}
html, body {
	height:100%;
	background: #FC7 url(../images/background.png) top center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color:#555;
}
div#container {
	position:relative;
	margin:0 auto;
	width: 1020px;
	background: url(../images/layout/container-background.jpg) top center no-repeat #0a074e;
	height:auto !important;
	height:100%;
	min-height:100%;
	padding-bottom: 30px;
}
/* -------------------------- Header ---------------------- */

div#header {
	color: #FFF;
	padding: 20px 0 0 244px;
}
div#header h1 {
	color: #006;
	font-weight:bold;
	font-size: 24px;
	padding-bottom: 15px;
}
div#header p {
	color: #006;
	font-size: 14px;
}
/* -------------------------- Navigation ------------------ */

.navigation {
	width: 1020px;
	text-align: left;
	color: #FFC;
	padding: 10px 0 5px 0;
}
.navigation ul {
	font-size: 16px;
	padding: 0 0 0 240px;
	font-weight: bold;
	color: #FFC;
	list-style:none;
	display: table;
}
.navigation li {
	float: left;
	margin: 0 0 0 4px;
	display:table-cell;
}
.navigation a {
	color: #FFF;
	float: left;
	text-decoration: none;
}
.navigation a:hover {
	color: #CCC;
	text-decoration: underline;
}
.navigation a:active {
	color: #666;
}

/* -------------------------- Sub Navigation ------------------ */

#subnavigation {
	color: #FFC;
	height: 30px;
	padding: 3px 0 10px 0;
	clear: both;

}
#subnavigation ul {
	font-weight: bold;
	font-size: 16px;
	padding: 0 1px 0 79px;
	list-style:none;
	display: table;
}
#subnavigation li {
	float: left;
	margin: 0 1px 0 4px;
	display:table-cell;
}
#subnavigation a:link, #subnavigation a:visited {
	color: #006;;
	float: left;
	text-decoration: none;
}
#subnavigation a:hover, #subnavigation a:focus {
	color: #F90;
	text-decoration: underline;
}
#subnavigation a:active {
	color: #F30;
}
/* ------------------------- Inhoud ----------------------- */

div#content {
	padding: 0 0 0 84px;
	margin: 0 0 0 0;
}
.horizontal-row {
	color: #000;
	clear: both;

	
}
.image-box{
	float:left;
	width: 130px;
	height: auto;
	background: #1d4070 url(../images/layout/div-background-left.png) repeat-x;
	border: solid 1px #666;
	text-align: center;
	margin-bottom: 20px;
}

div.image-box img {
	padding: 0;
	margin: 5px;
	border: 1px solid #666;
}

div.image-box span img {
	padding: 0 0 5px 0;
	margin: 0;
	border: 0;
}

.city-box {
	clear: both;
	float: left;
	width: 485px;
	padding: 0 5px;
	margin: 10px 0 10px 160px;
	background: #ea9763 url(../images/layout/div-background.png) repeat-x;
	border: solid 1px #666;
}

.city-box-first {
	float:left;
	width: 485px;
	padding: 0 5px;
	margin: 0 0 10px 160px;
	background: #ea9763 url(../images/layout/div-background.png) repeat-x;
	border: solid 1px #666;
	
}

.city-box h1, .city-box-first h1 {
	font-weight: bold;
	color: #000;
	font-size: 14px;
}

.text-box {
	float:left;
	width: 485px;
	padding: 0 5px;
	margin: 0 0 20px 28px;
	background: #ea9763 url(../images/layout/div-background.png) repeat-x;
	border: solid 1px #666;
}

div.text-box p {
	padding: 0 0 7px 0;
}
div.text-box h1 {
	padding: 5px 0 0;
	font-weight: bold;
}
div.text-box h2 {
	font-weight: bold;
}
div.text-box a {
	font-size: 12px;
	color: #009;
	text-decoration:none;
}

a {
	text-decoration:none;
}

div.text-box a:hover {
	text-decoration: underline;
}
.price-box {
	float:left;
	width: 155px;
	margin: 0 0 0 30px;
	padding: 0 5px;
	background: #ea9763 url(../images/layout/div-background.png) repeat-x;
	border: solid 1px #666;
}
div.price-box p {
	padding: 0 0 7px 0;
}
div.price-box h2 {
	padding: 5px 0 0;
	font-weight: bold;
}
div.price-box h2 span {
	font-weight: normal;
}
div.price-box dl {
	padding-bottom: 8px;
}
/* ------------------------- Big Box Stuff ------------------*/

.long-image-box {
	float:left;
	width: 130px;
	height: auto;
	text-align: center;
}
div.long-image-box h1 {
	font-size: 12px;
	font-weight: normal;
	color: #F90;
	padding: 0 0 5px 0;
	margin: 0;
}
div.long-image-box a {
	font-size: 12px;
	color: #F90;
	text-decoration:none;
}
div.long-image-box a:hover {
	text-decoration: underline;
}
div.long-image-box img {
	margin: 5px;
	border: 1px solid #666;
}
div.long-image-box span img {
	padding: 0 0 5px 0;
	margin: 0;
	border: 0;
}
.mid-bigbox {
	float:left;
	width: 722px;
	margin-bottom: 20px;
	min-height: 400px;
	height: auto;
}

.front-bigbox {
	float:left;
	width: 855px;
	margin-bottom: 20px;
	height: auto;}
	
.mid-bigbigbox {
	clear: both;
	float:left;
	width: 682px;
	padding: 0 5px;
	margin: 0 0 20px 30px;
	height: auto;
	background: #ea9763 url(../images/layout/div-background.png) repeat-x;
	border: solid 1px #666;
}
.front-bigbigbox {
	clear: both;
	float:left;
	width: 842px;
	padding: 0 5px;
	margin: 0 0 20px 0px;
	height: auto;
	background: #ea9763 url(../images/layout/div-background.png) repeat-x;
	border: solid 1px #666;
}
div.mid-bigbigbox dl {
	margin-bottom:10px;
}
div.mid-bigbigbox dt {
	font-weight: bold;
}
div.mid-bigbigbox ol {
	list-style: decimal;
	padding-left: 30px;
}
div.mid-bigbigbox p, .front-bigbigbox p {
	padding: 0 0 7px 0;
}
div.mid-bigbigbox h1, .front-bigbigbox h1 {
	padding: 5px 0 0;
	font-weight: bold;
}
div.mid-bigbigbox a {
	font-size: 12px;
	color: #009;
	text-decoration:none;
}
div.mid-bigbigbox a:hover {
	text-decoration: underline;
}
.mid-bigbox2 {
	float:left;
	width: 900px;
	margin-bottom: 20px;
	height: auto;
}
.mid-bigbigbox2 {
	clear: both;
	float:left;
	width: 842px;
	padding: 0 5px;
	margin: 0 0 20px 0;
	height: auto;
	background: #ea9763 url(../images/layout/div-background.png) repeat-x;
	border: solid 1px #666;
}
div.mid-bigbigbox2 dl {
	margin-bottom:10px;
}
div.mid-bigbigbox2 dt {
	font-weight: bold;
}
div.mid-bigbigbox2 ol {
	list-style: decimal;
	padding-left: 30px;
}
div.mid-bigbigbox2 p {
	padding: 5px 0;
}
div.mid-bigbigbox2 h1 {
	padding: 5px 0 0;
	font-weight: bold;
}
div.mid-bigbigbox2 a {
	font-size: 12px;
	color: #009;
	text-decoration:none;
}
div.mid-bigbigbox2 a:hover {
	text-decoration: underline;
}
/* ------------------------- Diverse Regels ----------------------- */
	
.bold {
	font-weight:bold;
}
.italic {
	font-style: italic;
}
#disclaimer ol {
	padding: 10px 0 10px 30px;
}
#disclaimer li {
	padding: 5px 0;
}
#disclaimer ol li ul {
	list-style: disc;
	padding-left: 20px;
}
.links {
	padding: 0 0 10px 0px;
}
.links dt {
	padding: 0 0 5px 0;
}
.links dd {
	padding: 0 0 5px 10px;
}
.links a:link {
	color: #000;
}
.links a:hover {
	text-decoration:underline;
}
.links a:visited {
	color: #000;
}
p {
	line-height: 14px;
}
br {
	line-height: 14px;
}
.sitemap {
	width: 250px;
	float: left;
}
.sitemap ul {
	padding: 10px 0 10px 20px;
}
.sitemap ul li {
	list-style: disc;
}
.sitemap ul li a {
	color: #000;
}
.deepfirst li {
	margin: 10px 0 0 0;
}
.deepnext li {
	margin: 0 0 0 15px;
}
.deeplast li {
	margin: 0 0 10px 15px;
}
#left-boeking {
	float: left;
	width: 200px;
	margin-right: 10px;
	text-align:right;
	font-weight: bold;
	line-height: 29px;
}
#right-boeking {
	float: left;
	width: 500px;
	line-height: 16px;
}
#right-boeking input {
	margin: 2px 0 3px;
}
#right-boeking textarea {
	margin: 2px 0 3px;
}
textarea {
	overflow: hidden;
}
/* ------------------------- Footer ------------------------ */

div#left-footer {
	float: left;
	width: 600px;
}

div#right-footer {
	float: right;
	width: 200px;
}

.footer-navigation {
	color: #999;
	width: 900px;
	text-align: left;
	/*background: #0a074e;*/
}
.footer-navigation ul {
	font-size: 14px;
	list-style:none;
	display: table;
}
.footer-navigation li {
	float: left;
	margin: 0 4px;
	display:table-cell;
}
.footer-navigation a {
	color: #999;
	float: left;
	text-decoration: none;
}
.footer-navigation a:hover {
	color: #CCC;
	text-decoration: underline;
}
.footer-navigation a:active {
	color: #666;
}

/* ---------------- Mail Form ----------------- */

.contact legend {
	font-weight: bold;
}
#contactform ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#contactform label {
	width: 80px;
	font-weight: bold;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
	text-align:right;
	
}
#contactform input, textarea {
	display: inline-block;
	top: 3px;
	position: relative;	
}


#contactform #Naam, #contactform #Email, #contactform #Onderwerp, #contactform #Bericht {
	width: 400px;
	display: inline-block;
	vertical-align: top;
}
#contactform #Bericht {
	height: 150px;
	margin-bottom: 10px;
	line-height: 15px;
}

fieldset { 
	border: 0;
}

/* ---------------- Boekings Form ----------------- */

.contact legend {
	font-weight: bold;
}
#boekingsform ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#boekingsform label {
	width: 200px;
	font-weight: bold;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
	text-align:right;
	
}
#boekingsform input, textarea {
	display: inline-block;
	top: 3px;
	position: relative;	
	width: 400px;
	vertical-align: top;
}


#boekingsform #reset, #boekingsform #submitform {
	width: 204px;
}


#boekingsform #Bericht {
	height: 150px;
	margin-bottom: 10px;
	line-height: 15px;
}

fieldset { 
	border: 0;
}

#boekingsform label + span {
	display: inline-block;
	top: 3px;
	position: relative;	
	width: 400px;
	vertical-align: top;
	margin: 0 0 5px 5px;
}
#boekingsform #aanhef label {
	margin-left: 200px;
	width: 300px;
	display: block;
	line-height: 23px;
	text-align: left;
	top:5px;
}

#boekingsform select {
	top: 3px;
	display: inline-block;
	position: relative;	
	vertical-align: top;
}
#boekingsform #aanhef input {
	vertical-align: top;
	width: 26px;
	display: inline-block;
	top:0;
}

#boekingsform input + span, #boekingsform select + span {
	display: inline-block;
	top: 10px;
	position: relative;	
	vertical-align: top;
	font-weight: bold;
	font-size: 17px;
}
embed {
	/*width: 250px;
	height: 16px;*/
}

.uitgelicht {
	color: #F00;
	font-weight: bold;
	font-style: italic;
	float: right;
	margin: 4px 10px 0 0;	
}
