/* GENERAL CSS */

h1.map {
	margin:0px;
	text-align:left;
	font-size:1.2em;
	color:#444;
}
h2.map {
	margin:0px;
	text-align:left;
	font-size:1.2em;
	color:#444;
	margin-left:190px;
}
p.map {
	color:#666;
	font-size:0.6em;
	margin-left:15px;
	padding-bottom:5px;
	padding-top:5px;
}
#holder {
	width:600px;
	margin:0px auto;
}

/* START OF CSS FOR MAP */
dl.map.on {
	position:relative;
	width:600px;
	height:350px;
	background:url(../images//kaart.gif) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:4px;
	border:#FBA301 2px solid;
	background:#595959;
	color:#fff;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:0.8em;
}
dl.map.on dd img {
	position:relative;
	float:left;
	border:#FBA301 1px solid;
	margin:10px;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../images/maps-pushpin.gif) no-repeat;
	width:20px;
	height:21px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(../images/maps-pushpinhover.gif) no-repeat -1px -1px;
}
dl.map.on dd a {
	text-decoration:none;
	color:#000;
}

/* START OF CSS FOR MAP POINTS */
dl.map.on a#location01 {
	top:165px;
	left:485px;
}
dl.map.on a#location02 {
	top:73px;
	left:497px;
}
dl.map.on a#location03 {
	top:141px;
	left:460px;
}
dl.map.on a#location04 {
	top:45px;
	left:282px;
}
dl.map.on a#location05 {
	top:18px;
	left:302px;
}
dl.map.on a#location06 {
	top:15px;
	left:236px;
}
dl.map.on a#location07 {
	top:122px;
	left:465px;
}
dl.map.on a#location08 {
	top:146px;
	left:463px;
}
dl.map.on a#location09 {
	top:100px;
	left:406px;
}
dl.map.on a#location10 {
	top:186px;
	left:183px;
}