/* WETTER BOX */

#weather {
	margin:0;
	padding:0;
	border-top:solid 2px #c47d3b;
	position:absolute;
	bottom:0;
	right:0;
	font-size:9px;
	width:216px;
	min-height:135px;
	}
*html #weather {
	height:135px;
	right:-1px;
	}
	
#weather div {
	margin:55px 5px 5px;
	padding:0;
	}
	
#weather div #heute {
	float:left;
	width:130px;
	}
	
#weather div #morgen {
	float:right;
	width:60px;
	}
#weather div #morgen div {
	text-align:center;
	}
#weather div #heute #temp {
	float:left;
	width:60px;
	}
#weather div #heute #sonstiges {
	float:right;
	width:65px;
	}
#weather div #heute #sonstiges img {
	vertical-align:-6px;
	}
	
#weather h3 {
	background-color:#c47d3b;
	font-size:10px;
	color:#FFFFFF;
	line-height:12px;
	font-weight:normal;
	text-align:center;
	}
#weather div #heute, #weather h3, #weather div #heute #temp, #weather div #heute #sonstiges, #weather div #heute #modus, #weather div #heute #sonstiges div, #weather div #morgen, #weather div #morgen div {
	margin:0;
	padding:0;
	}

#weather div #heute #sonstiges #wind { display:block; }
#weather div #heute #sonstiges #regen, #weather div #heute #sonstiges #sonne { display:none; }