
/*******************************************************************************
 * Stylesheet für twGmap07Infofenster - version01
 ******************************************************************************/

/* die gesamte Google Map*/
#twGmap {
	width: 600px; 
	height: 450px;
}

/* für das Infofenster */
.twGmapInfo {
	font-size: 1.2em;
	color: red;
	background-color: #eed3bb;
	font-weight: bold;
	border: 4px dotted #ffffff;
}
.twGmapInfo02 {
	font-size:0.8em;
	color: red;
	background-color: #f2f2f2;
	font-weight: bold;
	border-top: 4px dotted #a45e81;
	border-left: 4px dotted #a45e81;
	border-right: 4px dotted #a45e81;
}
.headline {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 1.6em;
	font-weight: bold;
}
.text {
	font-size: 1.2em;
	font-weight: bold;
	color: blue;
}

