@media screen, projection
{
	#routenplaner {
	
	}
	
	#routenplaner #routenplanerform {
	    margin:1em 0;
	}
	
	#routenplaner .colroute {
		float:left; 
		width:250px;
		margin-right:3px;
		margin-bottom:4px;
		padding:2px 0px;
	}
	
	#routenplaner .colmap {
		float:left; 
		width:300px;
		padding:2px 0px;
	}
	
	#routenplaner #thead div {
		background:#EEEEEE;
		text-align:center;
	}
	
	#routenplaner #map_canvas {
		height: 400px;
	}
	#routenplaner #directions {
		font-size:11px;
	}
}

@media print {
	#routenplaner #map_canvas {
		height: 700px;
		width:700px;
	}

	#routenplaner a {
		display:none;
	}
	
}
