

/** wetter **/
div.current_weather {
	width:			490px;
	height:			120px;
	display: 		block;
	border-bottom: 	1px dotted #999;
	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 #900;
}
div.aktuell {
	width:			220px;
	height:			150px;
}
div.weather {
	width: 			240px; 
	font-size:		11px;
	line-height:	16px;
	height:			100px;
	float: 			left;
}
div.weather img {
	float:			left; 
	margin: 		3px 10px 10px 0px;
	border:			1px solid #900;
}

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

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

span.weather_teaser a:hover {
	color:			#900;
	text-decoration:none;
}