/*******************************************************************************
 * Stylesheet für twGmap03Uebersichtsausschnitt
 ******************************************************************************/

#twGmap {
	float: left;
	width: 465px;
	height: 400px;
  	margin: 4px;
  	padding: 4px;
  	margin-left: 0px;
     	border: solid 1px #9999cc;
}

#twGmapSidebar {
  	/*float: left;*/
  	width: 175px;
  	/*margin: 4px;*/
  	padding: 4px;
	  /*margin-left: 0px;*/
  	/*color: #003366;*/
  	border: none 1px #444444;
	  font-size:11px;
	  margin-bottom:10px;
 }

#twGmapSidebar a.liste {

	text-decoration: none;
	line-height: 150%;
	padding-left: 15px;
	/*padding-right: 8px;*/
	background-image: url(/img/icons/symbol_hyperdown.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size:11px;
}

#twGmapSidebar a.liste:hover {
	text-decoration: underline;
}
