html, body {
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}

body {
	background: url(../images/bg_mainbackground.jpg) no-repeat center center;
	margin: 0;
	padding: 0;
}

#allWrap {
	width: 950px;
	height: 550px;
	overflow: visible;
	
	position: absolute;
	left: 50%;
	/*top: 50%;*/
	margin-left: -475px;
	/*margin-top: -275px;*/
}

#newsScroller {
  position: absolute;
  width: 150px;
  height: 200px;
  left: -50px;
  top: 220px;
  background-image: url(../images/bg_scroller.jpg);
  background-color: #ff9900;
  border: 3px solid white;
  z-index: 300;
  }
  

.contContainer {
	width: 900px;
	height: 500px;
	z-index: 1;
	position: relative;
	
	margin: 25px;
	border: 0px solid #FFF;
	background: url(../images/bg_body.jpg) no-repeat top left;
}

/* Tab menu: Hoofdmenu : Gebiedoverzicht */
#tabmenu-full {
	z-index: 150;
}
#mapGebied {
	z-index: 10000;
}
.fotoLB, .fotoRB, .fotoLO, .fotoRO{
	z-index: 1000;
}

#tabmenu {
	padding: 0px;
	margin: 0 0 0 40px;
	list-style-type: none;
}
#tabmenu li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#tabmenu li a#btnHoofdmenu, #tabmenu li a#btnGebiedoverzicht {
	display: block;
	float: left;
	height: 25px;
	text-indent: -9999px;
}
#tabmenu #btnHoofdmenu {
	background: url(../nl/images/b_hoofdmenu.gif) no-repeat top left;
	width: 221px;
}
	#tabmenu #btnHoofdmenu:hover, #tabmenu #btnGebiedoverzicht:hover {
		background-position: left -25px;
	}
#tabmenu #btnGebiedoverzicht {
	background: url(../nl/images/b_overzicht.gif) no-repeat top left;
	width: 193px;
	margin-left: -25px;
}

#tabmenu-full {
	position: absolute;
	top: 0px;
	left: 40px;
	padding: 0px;
	margin: 0px;
	display: block;
	list-style-type: none;
	width: 220px;
	visibility: hidden;
}
	#tabmenu-full li {
		font-size: 11px;
		height: 20px;
		float: left;
	}
	#tabmenu-full li a {
		font-family: Arial, Helvetica, sans-serif;
	}
	#tabmenu-full #btnHoofdmenu a {
		background: url(../nl/images/b_hoofdmenu-2.gif) no-repeat top left;
		width: 221px;
		display: block;
		height: 28px;
		text-indent: -9999px;
	}
		#tabmenu-full #btnHoofdmenu {
		padding: 0px;
		margin: 0px;
	}
	
		
	#tabmenu-full #btnWelkom a, #tabmenu-full #btnOmgeving a, #tabmenu-full #btnFaciliteiten a, #tabmenu-full #btnFaciliteiten a, #tabmenu-full #btnNieuws a, #tabmenu-full #btnPlattegrond a, #tabmenu-full #btnTarieven a, #tabmenu-full #btnFotoboek a, #tabmenu-full #btnContact a, #tabmenu-full #btnReserveren a, #tabmenu-full #btnRoute a {
		margin-left: 35px;
		padding: 5px 0px 5px 10px;
		/*display: inline;	*/	
		float: left;
		clear: both;
		width: 175px;
		/* height: 12px;*/
		color: #FF3300;
		font-weight: bold;
		text-decoration: none;
		background: url(../images/bg_tabmenu-item.gif) no-repeat top left;
	}
		#tabmenu-full #btnWelkom a:hover, #tabmenu-full #btnOmgeving a:hover, #tabmenu-full #btnFaciliteiten a:hover, #tabmenu-full #btnFaciliteiten a:hover, #tabmenu-full #btnNieuws a:hover, #tabmenu-full #btnPlattegrond a:hover, #tabmenu-full #btnTarieven a:hover, #tabmenu-full #btnFotoboek a:hover, #tabmenu-full #btnContact a:hover, #tabmenu-full #btnReserveren a:hover, #tabmenu-full #btnRoute a:hover {
			background-position: left -24px;
		}
	#btnWelkom a, #btnOmgeving a, #btnFaciliteiten a, #btnNieuws a, #btnPlattegrond a, #btnTarieven a, #btnFotoboek a, #btnContact a, #btnReserveren a, #btnRoute a {
		border-right: 1px solid #F30;
		border-left: 1px solid #F30;
	}
	#btnRoute a {
		border-bottom: 1px solid #F30;
	}

/* Text wrapper styles */
#txtWrap, #iframeHolder {
	position: absolute;	
	visibility: visible;
  z-index: 301;
}
	
	#txtWrap {
		top: 20px;
		left: 110px;
		width: 400px;
		height: 400px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/bg_txtwrapper.png');
}
	#txtWrap[id] {
		background-image: url('../images/bg_txtwrapper.png');
	}
	#iframeHolder {
		top: 25px;
		left: 135px;
	}
	#iframeHolder a.btnClose {
		right: 30px;
	}
	#mapGebied a.btnClose {
		right: 5px;
	}
	#iframeHolder a.btnClose,
  #mapGebied a.btnClose,
  #iframePlattegrond a.btnClose,
  #iframeOnlineBoeken a.btnClose {
		position: absolute;
		top: 5px;
		display: block;
		background: url(../nl/images/b_sluiten.gif) no-repeat top left;
		width: 78px;		
		height: 27px;
		text-indent: -9999px;
	}
    
  
	#mapGebied a.btnClose {
		right: 35px;
		top: 570px;
	}		
	.txtHolder {
		margin-right: 10px;
		padding-bottom: 5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		overflow: hidden;
	}
	.txtHolder hr {
		width: 80%;
		height: 2px;
		color: #FFFFFF;
  	background-color: #FFFFFF;
  	border: solid #FFFFFF 0px;
	}
	.txtHolder h4 {
		background: url(../images/bg_txtheader-shell.gif) no-repeat left;
		padding: 20px 0px 10px 15px;
		margin: 0px 0 8px 0;
		font-family: Arial, Helvetica, sans-serif;
		color: #605637; /*bruin*/
	}
	.txtHolder h5 {
		font-family: Arial, Helvetica, sans-serif;
		margin-bottom: 5px;
	}
	.txtHolder h6 {
		font-family: Arial, Helvetica, sans-serif;
		margin: 15px 0 0 15px;
		padding: 0;
	}
	.txtHolder p {
		margin-top: 0;
		padding-top: 0;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	.txtHolder .right {
		float: right;
		margin: 5px 5px 5px 5px;
	}
	.txtHolder .cms {
		width: 150px !important;
		margin: 5px;
	}
	.txtHolder .bijschrift {
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
	}
	.txtHolder .right img, .txtHolder .left img {

		border: solid 5px white;
	}
	.txtHolder .right, .txtHolder .left {
		text-align: center;
	}
	.txtHolder .right .schelp {
		position: absolute;
		bottom: 0px;
		right: 0px;
		border: none;
	}
	.txtHolder .left {
		float: left;
		padding: 5px 5px 5px 0px;
		/*background-color: #FFF;
		width: 100px;
		float: left;
		
		padding: 0 5px 5px 5px;
		position: relative;*/
	}

/* Overzichtsgebied map */
#mapGebied {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 627px;
  overflow: hidden;
	
	visibility: hidden;
}


/* Standaard dingen */
.parklogo {
	margin: 10px 0 0 20px;
}

a.pdf {
	background: url(../images/icon_pdf.gif) no-repeat left;
	padding-left: 20px;
}
a.extlink {
	background: url(../images/icon_link.gif) no-repeat left;
	padding-left: 20px;
}
a.word {
	background: url(../images/icon_word.gif) no-repeat left;
	padding-left: 20px;
}

.wegwijzer {
	position: absolute;
	top: 30px;
	right: 110px;
}
  
.taalkeuze {
position: absolute;
top: -20px;
right: 90px;
}

.vliegerBlw {
	position: absolute;
/* Helft van afbeelding top - 25, left + 25 (margin achtergrond) */
  margin: -59px 0px 0px -29px;
}
.vliegerGrn {
	position: absolute;
/* Helft van afbeelding top - 25, left + 25 (margin achtergrond) */
  margin: -48px 0px 0px -27px;
}
.vliegerRd {
	position: absolute;
/* Helft van afbeelding top - 25, left + 25 (margin achtergrond) */
  margin: -56px 0px 0px -21px;
}
	
.vlagmenu {
	position: absolute;
	left: 345px;
	top: 85px;
}

#adresbalk {
	border-top: 2px solid #0099FF;
	border-bottom: 2px solid #0099FF;
	background: #FFF;
	
	padding: 3px;
	position: absolute;
	bottom: 35px;
	left: 25px;
	width: 900px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FF3300;
}
#logobalk {
	position: absolute;
	bottom: -90px;
	left: 25px;
	width: 900px;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #FF3300;
}
a:hover {
		text-decoration: none;
	}	

.link {
	font-weight: bold;
	color: #FF3300;
}
.link:hover {
  text-decoration: none;
}

.linkdesign {
  position: relative;
  font-family: verdana;
  font-size: 10px;
  color: #FF3300;
  top: -20px;
}
.linkdesign:hover {
  font-family: verdana;
  font-size: 10px;
  text-decoration: none;
}

.fotoLB, .fotoRB, .fotoLO, .fotoRO{
	position: absolute;
}
.fotoLB {
	left: -10px;
	top: -30px;
	z-index: 999;
}
.fotoRB {
	right: -5px;
	top: -15px;
}
.fotoLO {
	left: -10px;
	bottom: 0px;
}
.fotoRO {
	right: -20px;
	bottom: -15px;
}
	
img.png {
 /*  behavior: url("../js/pngbehavior.htc");  */
}

/* OnlineBoeken frame */
 #iframeOnlineBoeken {
	position: absolute;
	z-index: 400;	
	top: 0px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 500px;
	background-color:#FFFFFF;		
}
	
/* Plattegrond frame */
 #iframePlattegrond {
	position: absolute;
	z-index: 400;	
	top: 0px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 500px;
	background-color:#FFFFFF;		
}
	
/* Forms */	
	
input.frmInput, textarea.frmInput, .frmVeld {
width: 200px;
background: url(../images/bg_asterisk.jpg) no-repeat 185px 5px #FFF;
border: 1px #red solid;
}
.frmVeldVrij {
width: 200px;
background: none;
background-color: #FFF;
border: 1px #red solid;
}
textarea {
overflow: auto;
}

