

/** wetter **/
div.current_weather {
	width:			100%;
	height:			130px;
	display: 		block;
	border-bottom: 	1px dotted #fff;
	margin-bottom: 	20px;
	float:			left;
	font-size:		11px;
}

div.current_weather img {
	float:			left; 
	width:			80px; 
	height:			80px; 
	margin: 		3px 10px 40px 0px;
	border:			1px solid #060;
}
div.weather {
	width: 			180px; 
	font-size:		11px;
	line-height:	16px;
	height:			70px;
	float: 			left;
}
div.weather img {
	float:			left; 
	margin: 		3px 10px 10px 0px;
	border:			1px solid #060;
}

div.cur {
	width: 190px; 
	float: right;
	margin: 0px 100px 0 50px;
}
div.cur img {
	float:left; 
	margin: 3px 10px 10px 0px;
	width:	80px;
	height:	80px;
}

span.weather_teaser {
	width:			170px;
	color:			#060;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		11px;
	line-height:	16px;
	margin:			0px 10px 0 10px;
	display:		block;
}
span.weather_teaser img {
	margin:			25px 35px 10px 35px;
	border:			1px solid #060;
}
span.weather_teaser a {
	color:			#060;
	text-decoration:none;
	border:			none;
	background: 	none;
	padding: 		0px;
}

span.weather_teaser a:hover {
	color:			#f90;/*#fcb21b;*/
	text-decoration:underline;
}
