@charset "UTF-8";
/* CSS Document */





#map {
	position: relative;
	top:0;
	left:0;
	right:0;
	height: 600px;
	width: 100%;
	
}

 
#osm {
  position: relative; 
  font-size: 0.7em;
  font-style: italic;
  margin-top: 8px;
  margin-bottom: 20px;
  padding-left: 10px;
  color: #666666;
  font-family:Arial, Helvetica, sans-serif;
}

.olPopup
{width: 120px; 
height: 170px;
margin:0px;
	padding:0px;
	font-size: 14px; /* Schriftgröße im Popup-Fenster */
	line-height: 16px;/* Zeilenabstand im Popup-Fenster */
	color: #555555;/* Schriftfarbe */
	font-family:Arial, Helvetica, sans-serif; 
 }
