/* Vondstinfo: Kaarten
----------------------------------------------------------- */
#mapform
{
	margin: 0;
	padding: 0;
	position: relative;
	width: 560px;
	height: 560px;
}

#mapImage
{
	margin: 10px 30px;
	width: 500px;
	height: 500px;
	border: solid 1px #ccc;
}

#mapform .arrow
{
	position: absolute;
	background-color: #ccc;
}

#pantop, #panbottom
{
	width: 100px;
	height: 10px;
	left: 255px;
	top: 0px;
}

#panbottom
{
	top: 512px;
}

#panleft, #panright
{
	width: 10px;
	height: 100px;
	left: 20px;
	top: 205px
}

#panright
{
	left: 532px;
}

#zoomfull
{
	position: absolute;
	height: 20px;
	width: 80px;
	top: 492px;
	left: 471px;
}



#zoombar
{
	position: absolute;
	height: 24px;
	width: 120px;
	top: 488px;
	left: 431px;
	background-color: #ccc;
}

#zoombar_sel
{
	position: absolute;
	height: 24px;
	width: 11px;
	top: 488px;
	left: 451px;
}

#zoombar_v
{
	position: absolute;
	height: 80px;
	width: 24px;
	top: 10px;
	left: 30px;
	background-color: #ccc;
}

#zoombar_sel_v
{
	position: absolute;
	height: 11px;
	width: 24px;
	top: 80px;
	left: 30px;
}

