/* WETTER BOX */
#weather {	
	float:left;
	width:183px;
}
#weather h3 {
	width:183px;
	height:30px;
	padding:0;
	margin:0;
	background:url(images/bg_weather_h3.jpg) no-repeat left top;
}
#weather h3 span {
	display:none;
}
#weather .content {
	margin-top:5px;
	width:183px;
	background:#5486DA url(images/default.jpg) no-repeat left top;
	padding:58px 0 0;
	min-height:82px;
	height:auto !important;
	height:82px;
	position:relative;
}
#weather .content .col {
	float:left;
	width:60px;
	margin-right:1px;
	text-align:center;
	font-size:9px;
	color:#000;
}
#weather .content .last {
	width:61px;
	margin-right:0;
}
#weather .content .col h4 {
	background:url(images/bg_weather_h4.png) repeat-x left top;
	margin:0 0 5px;
	padding:0;
	font-size:10px;
	color:#FFF;
	font-weight:normal;
	line-height:13px;
}
#weather .content .col span {
	display:block;
	background-position:2px 2px;
	background-repeat:no-repeat;
	padding-left:20px;
	text-align:left;
	min-height:15px;
	height:auto !important;
	height:15px;
}
#weather .content .col #regen {
	display:none;
}
#weather .content .col #modus {
	position:absolute;
	left:0;
	top:105px;
	width:121px;
	text-align:left;
}
#weather .content .col a {
	float:left;
	margin-left:5px;
	color:#000;
	text-decoration:none;
}
#weather .content .col a:hover {
	text-decoration:underline;
}
#weather .content .col a img {
	border:none;
}