@charset "utf-8";
/* CSS Document */

#header{
	float:none;
	width:1200px;
	height:115px;
	background:#FFF;
	border:groove;
	border-color:#999;
	border-width:5px;
}

#map{
	float:left; 
	width:600px; 
	height:550px;
	margin-top:0px;
	border:groove;
	border-color:#999;
	border-width:5px;
	}
	
#show_coordinates{
	float:left; 
	width:590px; 
	height:125px; 
	background:#FFF;
	border:groove;
	border-color:#999;
	border-width:5px;
	}
	
#show_databaseresult{
	float:left; 
	width:590px; 
	height:415px; 
	background:#FFF;
	border:groove;
	border-color:#999;
	border-width:5px;
	}