@charset "utf-8";
/* CSS Document */
#map {
	float: left;
}
#lijst {
	position: relative;
	background-image:url(../afbeeldingen/lijst.png);
	width: 442px;
	height: 400px;
	float: left;
	display:block;
	padding: 0 0 20px 0;
}
#map_canvas, #map_detail {
	position: relative;
	width: 418px;
	height: 343px;
	float: left;
	margin: 45px 0 0 12px;
	display:inline;
	visibility:hidden;
}
#ommetjes {
	float: left;
	width: 450px;
	padding: 0 0 20px 0;
}
#ommetjes th {
	text-align:left;
}
#informatie {
	float: left;
	width: 450px;
	text-align: center;
}
#informatie td {
	border-top: 1px solid #92be30;
	border-bottom: 1px solid #92be30;
}	
#terug {
	float: left;
}

/*//////////////////////////////KNOPPEN//////////////////////////////////////////////*/

#knoppen {
	position: absolute;
	left: 12px;
	top: 15px;
	width: 418px;
	height: 25px;
}
#zoomin {
	background-image:url(../afbeeldingen/zoom_in.png);
	float: left;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin: 0 5px 0 0;
	display:inline;
}
#zoomin:hover {
	background-position: 0 25px;
}
#zoomout {
	background-image:url(../afbeeldingen/zoom_out.png);
	float: left;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin: 0 5px 0 0;
	display:inline;
}
#zoomout:hover {
	background-position: 0 25px;
}
#type_knoppen {
	float: right;	
}
#kaart {
	background-image:url(../afbeeldingen/kaart.png);
	float: left;
	width: 86px;
	height: 25px;
	cursor: pointer;
	margin: 0 0 0 5px;
	display:inline;
}
#kaart:hover {
	background-position: 0 25px;
}
#sat {
	background-image:url(../afbeeldingen/satelliet.png);
	float: left;
	width: 86px;
	height: 25px;
	cursor: pointer;
	margin: 0 0 0 5px;
	display:inline;
}
#sat:hover {
	background-position: 0 25px;
}
#beide {
	background-image:url(../afbeeldingen/beide.png);
	float: left;
	width: 86px;
	height: 25px;
	cursor: pointer;
	margin: 0 0 0 5px;
	display:inline;
}
#beide:hover {
	background-position: 0 25px;
}

