#map {
	background-image: url(../img/map_bg.jpg);
	background-color: #fff;
	background-repeat: repeat-x;
	position: relative;
	visibility: hidden;
}

#map_bar {
	height: 130px;
	border-top: 1px solid #6c800e;
	border-bottom: 1px solid #6c800e;
	background-image: url(../img/map_bar_bg.jpg);
	background-repeat: repeat-y;
	background-color: #798e18;
	background-position: center top;
}

#map_frame {
	width: 960px;
	height: 679px;
	margin: auto;
	background-image: url(../img/map_reference.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#footer_map {
	margin: auto;
	margin-top: 15px;
	text-align: left;
}

#map_holder {
	position: absolute;
	left: 0px;
	width: 815px;
	height: 724px;
	background-image: url(../img/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#switchHolder {
	width: 960px;
	margin: auto;
}
#switchHolder h4 {
	float: left;
	text-align: left;
	overflow: hidden;
	margin: 0px;
	margin-right: 30px;
	margin-top: 8px;
	width: 130px;
	font-size: 12px;
	color: #354000;
	line-height: 22px;
}
#posSwitch {
	width: 530px;
	float: right;
}

#siteSlide {
	width: 178px;
	height: 30px;
	display: block;
	background:url(../img/bekijkkaartterug.png) no-repeat top;
	text-indent: -9999px;
	float: right;
	margin-top: 15px;
	cursor: pointer;
}
#siteSlide:hover {
	background-position:bottom;
}

#map_mousemenu {
	border: 1px solid #8f8f8f;
	position: absolute;
	width: 202px;
	min-height: 40px;
	background-image: url(../img/tooltip_bg.jpg);
	background-repeat: repeat-x;
	background-color: #e7e7e7;
	padding: 8px;
	text-align: left;
	font-size: 10px;
	line-height: 15px;
	
}
#map_mousemenu strong {
	font-size: 12px;
}

#map_panel_holder {
	text-align: center !important;
	position: absolute;
	z-index: 999;
	height: 800px;
	width: 100%;
	left: 0px;
}
#map_panel {
	margin: auto !important;
	width: 960px;
	height: 346px;
	background-image: url(../img/map/panel_bg.png);
	background-repeat: no-repeat;
	position: relative;
	top: 200px;
}
#map_panel_close {
	width: 78px;
	height: 17px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	left: 871px;
	top: 18px;
}

.map_panel_object {
	width: 450px;
	position: absolute;
	left: 431px;
	text-align: left;
	top: 20px;
}
.map_panel_object a {
	color: #e0048a;
	text-decoration: underline;
}

.map_panel_object a:hover {
	text-decoration: underline;
	color: #e0048a;
}

.map_panel_content {
	width: 520px;
	height: 80px;
	position: absolute;
	left: 431px;
	text-align: left;
	top: 45px;
	line-height: 1.69em;
	border-bottom: 1px dotted #bfbfbf;
}

#map_panel_lijst ul {
	float: left;
	line-height: 1.69em;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 11px;
} 

#map_panel_image {
	width: 392px;
	height: 236px;
	position: absolute;
	top: 64px;
	left: 14px;
}

#map_panel_lijst ul li.cat {
	font-weight: bold;
	font-size: 11px;
	color: #ACACAC;
	cursor: pointer;
}

#map_panel_lijst ul li.actief {
	color: #728905;
	cursor: default;
}
#map_panel_lijst ul li.cat:hover {
	color: #666;
}

#map_panel_lijst {
	width: 520px;
	overflow: hidden;
	position: absolute;
	left: 431px;
	text-align: left;
	top: 140px;
}

.lijst_up {
	margin-top: -25px;	
}

.hidden {
	visibility: hidden;
}
ul.tabHidden {
	display: none;	
}

ul.detailTabs {
}
ul.detailTabs li {
	float: left;
	border-right: 1px solid #ACACAC;
	margin-right:18px;
	padding-right:18px;
}
div.mapSwitch {
	background-image: url(../img/sprite_checkbox.png);
	background-position: 0px -23px;
	width: 23px;
	height: 23px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
div.mapSwitch.actief {
	background-position: 0px 0px;
}
#posSwitch h5 {
	color:#FFFFFF;
	font-size:13px;
	padding-bottom:10px;
	padding-left:5px;
	padding-top:20px;
	text-align:left;	
}
#posSwitch h5 strong {
	color: #3F4C01;
	display: block;
	padding-bottom: 5px;
}