@charset "utf-8";
/* CSS Document */
div.map {
	width:100%;
	height:400;
}
#showroute {
	float:left;
	width:600px;
	background-color:#FFFFFF;
}

#map {
	float:left;
	width:600px;
	height:400px;
	background-color:#FFFFFF;	
}

#maproute {
	float:left;
	width:600px;
	padding-top:300px;
	background-color:#FFFFFF;	
}

#mapmarkers {
	float:left;	
	width:600px;
	
}
#mapmarkers div.verkooppunt{
	float:left;
	width:200px;
}

div.mapsearchleft label {
	clear:left;
	float:left;
	display:block;
	width:50px;
}

div.mapsearchleft input {
	float:left;
	display:block;
	width:250px;
}


div.mapsearchleft input.button {
	float:left;
	display:block;
	width:auto;
}


div.mapsearchleft input.readonly {
	border:0px;
	width:500px;
}
#mapmarkers table {
	width:600px;
}

#mapmarkers table tr td {
	vertical-align:top;
	border-bottom:1px solid #D5EDFA;	
	border-right:1px solid #D5EDFA;		
	width:33%;
}

#mapmarkers table tr td a {
	cursor:pointer;
}

a.terug {
	cursor:pointer;
}
