/* CSS Document */

div#wetter {
	background-image:url(../../statimg/wetter/karte_wien.jpg);	
	width:385px;
	height:330px;
}

.weather_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color:#babbbd;
	padding: 2px 5px;
	margin-right:5px;
	margin-left:5px;
}

.weather_link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color:#1e4b74;
	padding: 2px 5px;
	margin-right:5px;
	margin-left:5px;
}

.weather_linkaktiv{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color:#1e4b74;
	padding: 2px 5px;
	margin-right:5px;
	margin-left:5px;
}

a.weather_tooltip, a.weather_tooltip:link, a.weather_tooltip:visited, a.weather_tooltip:active {
	position:relative;
	cursor:default;
	text-decoration:none;
	color:#000;
}

a.weather_tooltip:hover {
	color: #000; 
	background: transparent;  
}

a.weather_tooltip span {
	display: none;  
	text-decoration: none; 
	padding:5px;
	line-height:1.5em;
}

a.weather_tooltip:hover span {
	display: block;
	position: absolute; 
	top: 20px; 
	left: 0; 
	z-index: 100;
	color: #fff; 
	background: #babbbd;
	text-align: left;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	border:1px solid black;
}
  
a.weather_tooltip span b {
	color:#1e4b74;
}

