* {
  color: #000000;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}



  /*********************/
 /* Google Map Styles */
/*********************/

/*** Overlay Styles ***/
.titel {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 6px;
}

.adresse {
	font-size: 10px;
	margin: 0;
	padding-bottom: 6px;
}

.herzsicher {
	font-size: 16px;
	font-weight: bold;
	color: #123456;
}

/*** Karte ***/

#map {
	width: 600px; 
	height: 650px; 
	position: absolute; 
	left: 10px; 
	top: 10px;
}

#suche {
	width: 220px; 
	height: 650px; 
	position: absolute; 
	left: 615px; 
	top: 10px;
}

input, select {
	font-size: 10pt;
	margin-bottom: 7px;
}

#rollovertext {

}

fieldset {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #999;
}

legend {
	font-weight: bold;
}

