@charset "UTF-8";
#Rahmen {
	font-family: Arial, Helvetica, sans-serif;
	width: 400px;
}
#Wetterstation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	float: left;
}
#Kommentar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #999;
	width: auto;
	height: 20px;
}
.Feuchte {
	color: #0CF;
}
.Wind {
	color: #999;
}
.Luftdruck {
	color: #0C3;
}
.Sonne {
	color: #FC0;
}
.UV {
	color: #F0F;
}
.Temperatur {
	color: #F00;
}
.Regen {
	color: #00F;
}
#Heute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Werterahmen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#DavisLogo {
	float: left;
	width: 110px;
}

