@charset "UTF-8";
/*******************************************************************************
 * Stylesheet für twGmap05Sidebar - Version04
 ******************************************************************************/
body {background-color:#666699}

#twGmap {
	float: left;
	width: 700px; 
	height: 550px;
}
a {color: yellow; text-decoration: none;font-weight: bold;}
a:hover {color: #fff}
/* Sidebar */
#twGmapSidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
		width: 200px;
	height: 180px;
	overflow: auto;
	margin-right: 4px;
	padding: 4px;
	background-color: #666699;
	border: 0;
}
#twGmapSidebar .buchstabe {	
	font-weight: bold;
	background-color: #fdffff;
	border: 1px solid #ffbb60;
	margin-right: 3px;
}


