html{
	width:100%;
	}
body {
	background-color: #ffffff;
	color:#000000;
	font-family: Arial;
	font-size: 11px;
	padding:10px;
}

a{
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#supercontainer{
	margin-left: auto;
	margin-right: auto;
	width:100%;
}

#container {
	float: left;
	width:100%;
}

#header {
	float: left;
	height: 94px;
	width:100%;
	border-bottom:1px solid #dddddd;
}
#subheader{
	background-color:#eeeeee;
	float:left;
	width:100%;
	margin-top:2px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
}

#header_spots_found {
	float: left;
	font-size:1.5em;
	font-weight:bold;
	padding-left: 5px;
}

#header_back {
	float: right;
	font-size:1.5em;
	padding-right: 8px;
}

#container_areas_and_activities {
	float: left;
	clear:both;
	overflow-x: hidden;
	width: 119px;
	height:495px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right:5px;
	border-right:1px solid #eeeeee;
	margin-right:4px;
}

#container_areas_and_activities h2 {
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 2px;
}

#container_areas_and_activities ul {
	padding-left: 10px;
	padding-bottom: 10px;
}

#container_areas_and_activities ul ul{
	display: none;
	padding-bottom: 0px;
}
#container_areas_and_activities ul .active ul{
	display: block;
}

#container_areas_and_activities li.active a,
#container_areas_and_activities li.active li.active a {
	font-weight: bold;
}
#container_areas_and_activities .active li a{
	font-weight: normal;
}
#container_map {
	float: left;
	height: 500px;
	width:auto;
}

#map_canvas {
	width:200px;
	height:500px;
	
}

#map_pano {
	position: absolute;
	width:500px;
	height:200px;
	z-index: 1;
}

#container_spots {
	float: left;
	width: 205px;
	height: 500px;
	/* IE, overflow-x verwijderd en auto toegevoegd */
	/* overflow-x: hidden; */
	overflow: auto;
	padding-left: 15px;
}

#container_spots ul {
	float: left;
}

#container_spots li {
	float: left;
	position: relative;
	clear: left;
	margin-bottom: 5px;
	padding: 3px;
}

#container_spots div {
	float:left;
	padding-left: 25px;
}

#container_spots img {
	position: absolute;
	left: 3px;
	top: 3px;
	width: 20px;
}

#container_spots .active{
	background-color: #B2D235;
}

#container_spots h3 {
	font-weight: bold;
	font-size: 1.1em;
}

#container_spots h4 {
	font-size: 0.9em;
}

#footer {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	margin-bottom:20px;
}

#footer a {
	text-decoration: underline;
}
#footer ul li{
	display:inline;
}
#footer p{
	clear:both;
}
.maps_link {
	text-decoration: underline;
}

.advert-footer {
	margin-top:20px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
