html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
        font-family: Verdana;
        font-size: 8pt;
}
div#distance {
	margin-bottom: -300px;/* half of content height */
	background: red;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 600px;         /* required - desired height */
	width: 800px;          /* required - desired width */
	background-image:url(background.png);     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	z-index: 0;
}

div#balk {
	position: absolute;
	left: 0px;
	top: 362px;
	height: 238px;
	width: 800px;
	background-image:url(balk.png);
	margin: 0;
	z-index: 998;
}
div#mainmenu{
	position: absolute;
	left: 300px;
	top: 140px;
	height: 98px;
	width: 200px;
	background-color: transparent;
	margin: 0;
	z-index: 999;
	text-align: center;
	color: #ffffff;
}
div#icons{
	position: absolute;
	left: 14px;
	top: 200px;
	height: 28px;
	width: 112px;
	background-color: transparent;
	margin: 0;
	z-index: 999;
	text-align: center;
	color: #ffffff;
}
div#credits{
	position: absolute;
	left: 550px;
	top: 182px;
	height: 49px;
	width: 238px;
	background-color: transparent;
	margin: 0;
	z-index: 999;
	color: #ffffff;
	font-size: 80%;
	text-align: right;
}
a,a:visited{
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration:underline;
}

.popup a,.popup a:visited{
	color: #000000;
	text-decoration:underline;
}

div#fototent {
	position: absolute;
	top: 300px;
	height: 206px;
	width: 240px;
	z-index:3;
}
div#fototent_top {
	position: absolute;
	top: 300px;
	height: 206px;
	width: 240px;
	background-image:url(tent.png);
	z-index:997;
}

div#nieuwstent {
	position: absolute;
	top: 280px;
	left: 636px;
	height: 216px;
	width: 164px;
	background-color: transparent;
	z-index:999;
	overflow-y: scroll;
}

div#menu_wie {
	position:absolute;
	top: 41px;
	left: 44px;
	height: 58px;
	width: 138px;
	z-index: 999;
}
div#menu_wat {
	position:absolute;
	top: 120px;
	left: 125px;
	height: 71px;
	width: 87px;
	z-index: 999;
}
div#menu_waar {
	position:absolute;
	top: 32px;
	left: 518px;
	height: 66px;
	width: 110px;
	z-index: 999;
}
div#menu_pro {
	position:absolute;
	top: 77px;
	left: 661px;
	height: 48px;
	width: 99px;
	z-index: 999;
}
div#menu_media {
	position:absolute;
	top: 126px;
	left: 582px;
	height: 49px;
	width: 58px;
	z-index: 999;
}
div.menu_X {
	position:absolute;
	top: 42px;
	left: 556px;
	height: 31px;
	width: 22px;
	z-index: 999;
}
div#reserveer {
	position:absolute;
	top: 329px;
	left: 246px;
	height: 119px; // was 99
	width: 323px;
	z-index: 999;
}
div#popup_ie6 {
	position:absolute;
	top: 329px;
	left: 246px;
	height: 99px;
	width: 323px;
	z-index: 1000;
}
div.popup {
	position:absolute;
	top: 11px;
	left: 85px;
	height: 567px;
	width: 652px;
	z-index: 999;
	display:block;
	visibility:hidden;
}
div#popup_pro {
	background-image: url(popup_pro.png);
}
div#popup_waar {
	background-image: url(popup_waar.png);
}
div#popup_media {
	background-image: url(popup_media.png);
}
div#popup_wie {
	background-image: url(popup_wie.png);
}
div#popup_wat {
	background-image: url(popup_wat.png);
}
div#popup_reserveer, div#popup_nieuws, div#popup_ie6 {
	background-image: url(popup_reserveer.png);
}

div.popup_title {
	position:absolute;
	top: 47px;
	left: 77px;
	height:43px;
	width:219px;
	z-index: 7;
}

div#buttons_media {
	position:absolute;
	top: 70px;
	left: 297px;
	height:40px;
	width:218px;
	z-index: 8;
}

div#popup_proinnercontent {
	top: 104px;
	width: 480px;
	height: 335px;
	overflow-y: auto;
	overflow-x: none;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-image: url(scrollbar_bg.png);
	margin: 0.3em auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 23px;
	padding-left:7px;
}

div#popup_waarinnercontent {
	top: 104px;
	width: 480px;
	height: 335px;
	overflow-y: auto;
	overflow-x: none;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-image: url(scrollbar_bg.png);
	margin: 0.3em auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 23px;
	padding-left:7px;
}

div#popup_watinnercontent {
	top: 104px;
	width: 480px;
	height: 335px;
	overflow-y: auto;
	overflow-x: none;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-image: url(scrollbar_bg.png);
	margin: 0.3em auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 23px;
	padding-left:7px;
}

div#popup_mediainnercontent {
	top: 104px;
	width: 480px;
	height: 335px;
	overflow-y: auto;
	overflow-x: none;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-image: url(scrollbar_bg.png);
	margin: 0.3em auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 23px;
	padding-left:7px;
}

div#popup_wieinnercontent {
	top: 104px;
	width: 480px;
	height: 335px;
	overflow-y: auto;
	overflow-x: none;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-image: url(scrollbar_bg.png);
	margin: 0.3em auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 23px;
	padding-left:7px;
}

div#popup_reserveerinnercontent, div#popup_nieuwsinnercontent {
	top: 104px;
	width: 480px;
	height: 335px;
	overflow-y: auto;
	overflow-x: none;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-image: url(scrollbar_bg.png);
	margin: 0.3em auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 23px;
	padding-left:7px;
}

div.horline {
	position:absolute;
	height:2px;
	width:496px;
	left: 75px;
	background-image: url(horline.png);
	z-index: 7;
}

div#first {
	top: 106px;
}

div#last {
	top: 473px;
}

div a img {
	border:0;
}
.vscrollerbase {
	z-index:15;
}

/*custom forms*/
.fieldHolder
{
	width: 242px;
	height: 19px;
	background: transparent url(form.png) no-repeat;
	float: left;
}

input
{
	width: 230px;
	height: 14px;
	background: none;
	border: none;
	color: #000000;
	margin-top: 2px;
	margin-left: 5px;
        font-size: 12px;
}
.label {
    float:left;
    width:125px;
}
