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

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

#twGmapSidebar {
  	float: left;
  	width: 450px;
  	margin: 4px;
  	padding: 4px;
	margin-left: 0px;
  	color: #003366;
  	border: none 1px #444444;
	font-size:90%;
 }

#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;
}

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