@charset "UTF-8";
/*******************************************************************************
 * Stylesheet für twGmap05Sidebar - Version02
 ******************************************************************************/


#twGmap {
	position:absolute;
  z-index:1;
  width: 680px; 
	height: 500px;
}

/* Sidebar */
#twGmapSidebar {
	position:absolute;
  z-index:3;
	width: 160px;
	height: 200px;
	overflow: auto;
	margin-left: 10px;
	margin-top: 280px;
	padding: 4px;
}
#twGmapSidebar a {
	font-size:10px;
}
#twGmapSidebar .buchstabe {	
	font-weight: bold;
	background-color: #fdffff;
	border: 1px dotted #ffbb60;
	margin-right: 3px;
}
#twGmapSidebarBack {
	position:absolute;
  z-index:2;
	width: 160px;
	height: 200px;
	overflow: auto;
	margin-left: 10px;
	margin-top: 280px;
	padding: 4px;
	background-color: #FFF;
	filter:alpha(opacity=70);
  -moz-opacity:.70;
  opacity:.70
}

