  /*************************************************************/
 /** CSS-Datei für GoogleMaps auf www.villa-oliveto.com | BUL */
/*************************************************************/

/* Dies ist die gesamte Google Map */
#OlivetoGMap {
	width: 470px;  /* Breite */
	height: 500px; /* Höhe */
	vertical-align: middle; /* vertikale Ausrichtung */
}

/* Infofenster der Marker */
.OlivetoGMapInfo {
	width: 300px; /* Breite */
	background-color: #afa082; /*#fdf9ec;*/ /* Hintergrundfarbe */
	border: 2px dotted #7a7500; /*#ffbb60;*/ /* Rahmen */
}

/* Überschrift */
.OlivetoGMapInfo .headline {
	margin: 0px; /* Außenabstand */
	padding: 0px; /* Innenabstand */
	font-weight: bold; /* Schriftgewicht = fett */
	color: #F6EDD8;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:10pt;
}

/* Text */
.OlivetoGMapInfo .text {
	/*float: right; /* fließen, Hin- und Herbewegung */
	margin: 0px 0px 0px 0px; /* Außenabstand */
	padding: 0px 0px 0px 10px; /* Innenabstand */
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:10pt;
	color: #000000;
}

.OlivetoGMapInfo .owner {
	/*float: right; /* fließen, Hin- und Herbewegung */
	margin: 0px 0px 0px 0px; /* Außenabstand */
	padding: 0px 0px 0px 0px; /* Innenabstand */
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:10pt;
	color: #000000;
}

/* Bilder */
.OlivetoGMapInfo .VOimage {
	float: left; /* fließen, Hin- und Herbewegung */
	margin: 0px 0px 0px 0px; /* Außenabstand oben, rechts, unten, links*/
	padding: 0px 0px 0px 0px; /* Innenabstand */
	border: 5px ridge #7a7500;/*#ffbb60;*/ /* Rahmen */
	vertical-align: middle;
}

.OlivetoClear {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
}
