#landkaart {
	background-image:url('../img/kaart_leeg.png');
	width:295px;
	height:337px;
}
.orange {
	position:relative; 
	width:13px; 
	height:13px; 
	background-image:url('../img/dot_orange.png');
	cursor:pointer;
}
.blue {
	position:relative; 
	width:13px; 
	height:13px; 
	cursor:pointer;
	background-image:url('../img/dot_blue.png');
}
#gegevens {
	position:relative;
	width:265px;
	height:150px;
	top:-337px;
	left:310px;
	font-size:14px;
}
