/* kaart.css | RON Reginonlae Ontwikkelingsmaatschappij Noordzeekanaal NV

*/

#holder {
	width:440px;
	padding-left:10px;
	margin:10px auto;

}

/* START OF CSS FOR MAP */
dl.map.on {
	position:relative;
	width:440px;
	height:265px;
	background:url(../images/kaart.jpg) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
	border:#999 1px solid;
	z-index: 1;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:220px;
	padding:4px;
	border-top:#80B711 1px solid;
	border-bottom:#80B711 1px solid;
	background:url(../images/background_gegevens.gif) repeat-y;
	
/*	background:#666;

-moz-border-radius:8px;
	border-radius:8px;	

*/
	color:black;

	z-index:11;
	font-size:11px;
}
dl.map.on dd img {
	position:relative;
	float:right;
	border:#3163A2 2px solid;
	margin:2px;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../images/point.gif) no-repeat; 
	width:20px;
	height:20px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(../images/point-hover.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:52px;
	left:20px;
}
dl.map.on a#location02 {
	top:52px;
	left:40px;
}
dl.map.on a#location03 {
	top:45px;
	left:85px;
}
dl.map.on a#location04 {
	top:170px;
	left:130px;
}
dl.map.on a#location05 {
	top:95px;
	left:195px;
}
dl.map.on a#location06 {
	top:110px;
	left:270px;
}