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;*/
}
.contContainer {
	width: 900px;
	height: 500px;
	position: relative;
	margin: 25px;
	border: 3px solid #FFF;
	background: url(../images/bg_contWrap.jpg) no-repeat top left;
}

/* Text wrapper styles */
#txtWrap, #iframeHolder {
	position: absolute;	
	visibility: visible;
}
	
#txtWrap {
  top: 20px;
  left: 40px;
  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: 65px;
}
#iframeHolder a.btnClose {
  position: absolute;
  right: 30px;
  top: 5px;
  display: block;
  background: url(../nl/images/b_sluiten.gif) no-repeat top left;
  width: 78px;		
  height: 27px;
  text-indent: -9999px;
  z-index: 1000;
}
    
.txtHolder {
  margin-right: 10px;
  padding-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  overflow: hidden;
}
.txtHolder p {
  margin-top: 0;
  padding-top: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.txtHolder h1 {
  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;
  font-size: 14px;
  color: #605637;
}
.txtHolder h2 {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  font-size: 13px;
}
.txtHolder h3 {
  font-family: Arial, Helvetica, sans-serif;
  margin: 15px 0 0 15px;
  font-size: 12px;
  padding: 0;
}
.txtHolder hr {
  width: 80%;
  color: #FFF;
  height: 2px;
}

/* Standaard dingen */
.parklogo {
	margin: 10px 0 0 20px;
}
  
.taalkeuze {
  position: absolute;
  top: -20px;
  right: 90px;
}
	
.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: -25px;
	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;
	z-index: 1000;
}
.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");
}

ul, li {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
ul li {
  list-style: none;
  margin-left: 0px;
  margin-right: 10px;
  float: left;
  white-space: nowrap;
}
ul li.selected a {
  font-weight: bold;
}

ul.navigatie {
  clear: left;
}
ul.paginas {
  clear: left;
  margin-top: 4px;
  border-top: 1px solid white;
}

ul.navigatie a,
ul.paginas a {
  text-decoration: none;
}
ul.navigatie a:hover,
ul.paginas a:hover {
  text-decoration: underline;
}
