@charset "UTF-8";
/* CSS Document */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

html {
	overflow: auto;
}

body {
	line-height: 1;
	font : normal normal 62.5%/1.5 Verdana, Arial, "Times New Roman", sans-serif;
	text-align: center;
	background:url(../images/bgVoorpagina.jpg) no-repeat center top;
}

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: "" "";
}

input[type=hidden] {
	visibility: hidden;
	height:0px;
	border:0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position:absolute;
}

img {
	border: 0;
}

table{
	border: 1px solid #000;
	padding: 5px;
}

td {
	padding: 2px;
	border: 1px solid #000;
}

a:link, a:visited {
	color: #f49107;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#header {
	width: 100%;
	height: 75px;
	background: url(../images/header.jpg);
	float: left;
	clear: both;
}

#logo {
	width: 483px;
	height: 63px;
	float: right;
	margin: 5px 0px 0 0;
}

/*																										Menu */

#menu {
	width: 100%;
	height: 35px;
	float: left;
	clear: both;
	text-align: center;
	background: url(../images/bg_menu.gif);
	margin: 1px 0 2px 0;
}

#menu ul {
	margin: 0 auto;
	display: table;
}

#menu ul li {
	display:table-cell;
	float: left;
}

#menu ul li a {
	display: block;
	float: left;
	height: 35px;
	line-height: 28px;
	color: #fff;
	text-align: center;
}

#menu ul li span {
	display: block;
	padding: 0 15px;
}

#menu ul li.active a {
	
	background: url(../images/bg_menuHoverLeft.gif) repeat-x;
}
#menu ul li.active a span {
	background: url(../images/bg_menuHoverRight.gif) right top no-repeat;
	line-height: 32px;
	color: #000;
}

#menu ul li a:hover {
	color: #000;
	background: url(../images/bg_menuHoverLeft.gif) repeat-x;
}

#menu ul li a:hover span {
	line-height: 32px;
	background: url(../images/bg_menuHoverRight.gif) right top no-repeat;
}

#menu ul li.active a:hover {
	background: url(../images/bg_menuHoverLeft.gif) repeat-x;
	cursor:default;
}

#menu ul li.active a:hover span {
	line-height: 32px;
	background: url(../images/bg_menuHoverRight.gif) right top no-repeat;
}

/*																										Content */


#content {
	width: 730px;
	margin: 0 auto;
	clear: both;
	position: relative;
	text-align: left;
	font-size: 1.1em;
}

#content.voorpagina {
	width: 750px;
}

#content p {
	margin-bottom: 1em;
}

h3.title {
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	width: 750px;
	margin: 0 auto;
	padding: 5px 0;
	clear: both;
	text-align: left;
}

.gallery {
	list-style: none;
	position: relative;
}

.gallery img {
	
	display: block;}

.gallery li {
	margin-bottom: 2px;
}

.gallery li a {
	display: block;
	width: 100px;
	height: 75px;
}

.gallery li a img {
	width: 100px;
	height: 75px;
}

.gallery li a:hover {
	white-space:normal;
	cursor: default;
}

.gallery li.eersteAfbeelding {
	position: absolute;
	left: 102px;
}



.gallery li a:hover img{
	position: absolute;
	left: 102px;
	top: 0px;
	width: 648px;
	height: 383px;
}

/*																										Gallery tooltip */




.gallery li.eersteAfbeelding span.top, .gallery li a:hover span.top {
	width: 211px; 
	position:absolute; 
	top: 0px;
	visibility: visible;
}

.gallery li.eersteAfbeelding span span.infoTop, .gallery li a span span.infoTop {
	background: url(../images/frontpageTekstTop.png);
	display: block;
	width: 211px;
	height: 18px;
}

.gallery li.eersteAfbeelding span span.infoMid, .gallery li a span span.infoMid {
	background: url(../images/frontpageTekstMid.png);
	text-align: left;
	padding: 0 10px 0 9px;
	width: 192px;
	display: block;
}

.gallery li.eersteAfbeelding span span.infoBottom, .gallery li a span span.infoBottom {
	background: url(../images/frontpageTekstBott.png);
	height: 18px;
	display: block;
}

.gallery li.eersteAfbeelding span.top, .gallery li a span.top {
	width: 211px; 
	position:absolute; 
	top: 0px;
}

.gallery li a span.top {
	width: 211px; 
	position: absolute; 
	top: 0px;
	visibility: hidden;
	left: 102px;
	color: #000;
}

/*																										Footer */




#footer {
	width: 750px;
	height: 22px;
	clear: both;
	margin: 1px auto;
	background: #33a242;
	color: #fff;
	position: relative;
}

#footer a, div#footer a:visited {
	color: #fff;
}
				
#footer a:hover {
	text-decoration: underline;
}
		
p.footerLeft {
	float: left;
	padding: 0 0 0 5px;
	background: url(../images/bg_footerLeft.gif) #33a242 no-repeat;
	line-height: 22px;
}
		
p.footerRight {
	float: right;
	padding: 0 5px 0 0;
	background: url(../images/bg_footerRight.gif) #33a242 no-repeat right;
	line-height: 22px;
}

/*																										Tabs */



.dynamic-tab-pane-control.tab-pane {
    position: relative;
    width: 100%;
}

.dynamic-tab-pane-control .tab-row .tab {
    cursor: pointer;
    display: inline;
    margin: 3px -3px 1px 5px;
    float: left;
    padding: 2px 15px 3px;
    z-index: 1;
    position: relative;
    top: 0;
    border: 1px solid #000;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
   text-decoration: none;
   font-weight: bold;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
    z-index: 3;
    top: 0;
    border: 1px solid #000;
    border-color: #000 #000 #fafcef #000;
}

.tab-page { border: 1px solid #000; }
.sectionBody .tab-page { border-width: 1px 0 0;}


.dynamic-tab-pane-control .tab-row .tab span {
    font-weight: bold;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.dynamic-tab-pane-control .tab-page {
    clear: both;
    border-top: 1px solid #000;
    z-index: 2;
    position: relative;
    top: -2px;
    padding: 10px;
}

.dynamic-tab-pane-control .tab-row {
    z-index: 1;
    white-space: nowrap;
}

.dynamic-tab-pane-control ul {
	padding-left: 10px;
	padding-right: 10px;
}

.dynamic-tab-pane-control li {
	padding-left:5px;
	padding-right:5px;
}

label {
    width: 9em;
    padding-left: 0.5em;
    float: left;
    display: block;
    clear: both;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;

}

input {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
    width: 390px;
    height: 100px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

		.chaletContainer {
			width: 359px;
			height: 235px;
			background: url(../images/chaletBg.gif) no-repeat bottom;
			float: left;
			margin: 0px 3px 40px 3px;
		}
		.gallKavel ul li.eersteAfbeelding {
			position: absolute;
			top: 0px;
			left: 75px;
			width:284px;
			height:169px;
		}
		.gallKavel ul li.eersteAfbeelding img {
			width:284px;
			height:169px;
		}
		.gallKavel {
			width: 359px;
			height: 169px;
			position: relative;
			padding: 0px;
			margin: 0px;
		}
		.gallKavel ul {
			padding: 0px;
			margin: 0px;
			float: left;
			list-style: none;
			position: absolute;
		}
		.gallKavel ul li {
			padding: 0px;
			margin: 0px;
			margin-bottom: 2px;
		}
		.gallKavel ul li a {
			display: block;
			padding: 0px;
			margin: 0px;
			width: 73px;
			height: 55px;
		}
		.gallKavel ul li a img {
			display:block;
			width: 73px;
			height: 55px;
			border: 0px;
		}
		.gallKavel ul li a:hover {
			white-space:normal;
		}
		.gallKavel ul li a:hover img {
			position: absolute;
			left: 75px;
			top: 0px;
			width: 284px;
			height: 169px;
		}


.chaletList {
	margin: 12px 0px 0px 25px;
	padding: 0px;
	list-style-image: url(../images/chaletListStyleImage.gif);
}

#chaletHeader {
	font-size: 1.8em;
	font-weight: bold;
	color: #33a142;
	padding-top: 15px;
}

.gallery li.eersteAfbeelding a {
background: url(../images/actielink.png);
height: auto;
width: auto;
padding: 12px 20px;
height: 48px;
display: block;
position: absolute;
right: 0px;
bottom: 10px;
color: #000;
line-height: 14px;
text-align: center;
cursor: pointer;
}

.gallery li.eersteAfbeelding a.actielink span {
color: #fff;
font-size: 1.1em;
font-weight: bold;
}
