@charset "UTF-8";
/*******************************************************************************
 * Stylesheet für twGmap05Sidebar - Version03
 ******************************************************************************/


#twGmap {
	float: left;
	width: 590px; 
	height: 370px;
}

/* Sidebar */
#twGmapSidebar {
	float: left;
	width: 170px;
	margin-right: 4px;
	padding: 4px;
	background-color: #fdf9ec;
	border: 1px dotted #ffbb60;
}
#twGmapSidebar .buchstabe {	
	font-weight: bold;
	background-color: #fdffff;
	border: 1px dotted #ffbb60;
	margin-right: 3px;
}
.mapWrapper {
	border:1px solid #FFCF10;
	width: 775px; 
	height: 370px;
	margin-bottom: 10px;
}
