.wetter-tag-container {
	float:left;
	background: url(/images/wetter/background1.png) repeat-x top left;
	width: 64px;
	height: 290px;
	border-right: 1px solid #ccdaf0;
	border-bottom: 1px solid #002376;
}
.wetter-tag-container-last {
	border-right: 1px solid transparent;
}

.labels-tag-container {
	width: 102px; 
	height: 290px;
	border-bottom: 1px solid #002376;
	float: left;
	padding-right: 8px;
}

.wetter-tagzeit-container {
	float:left;
	border-right: 1px solid #ccdaf0;
	background: url(/images/wetter/background2.png) repeat-x top left;
	width: 75px;
}
.wetter-tagzeit-container-last {
	border-right: 1px solid transparent;
}
.wetter-tag-container-selected {
	border: 1px solid #002376;
	margin-top: -1px;
	margin-left: -1px;
	background: url(/images/wetter/background2.png) repeat-x top left;
	border-bottom: 1px solid white;
	
}
.wetter-tag-container-hover {
	border: 1px solid orange;
	border-right: 1px solid orange;
	border-top: 3px solid orange;
	margin-left: -1px;
    margin-top: -3px;
    cursor: pointer;
	background: url(/images/wetter/background2.png) repeat-x top left;
}

.wetter-bergtal-hoehe {
	font-size: 12px;
	color: #436ade;
}
.wetter-tag-wert {
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	overflow: hidden;
	height: 15px;
}
.wetter-tag-label {
	text-align:right;
	font-weight: normal;
	color: #999999;
	overflow:hidden;
}
.wetter-tag-header {
	text-align: center;
	background-color: #49629e;
	font-weight: normal;
	color: white;
	overflow: visible;
}
.wetter-bergtal-label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	background: url(/images/wetter/minmax.png) no-repeat right 4px;
	padding-right: 14px;
	line-height: 14px;
}
.wetter-tag-symbol {
	padding-top: 1px;
	text-align: center;
	height: 64px;
}
.wetter-tag-temp-max {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #436ade;
}

.wetter-tag-temp-min {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #b1c0d7;
}

#wetter-detail-container {
	width: 500px; 
	overflow: hidden;
	border-bottom: 1px solid #002376;
	margin-bottom: 20px;
	padding-top: 25px;
	position: relative;
}
#wetter-detail {
	width: 3600px; 
	margin-left: 0px;
}
.sunrise {
	background: url(/images/wetter/sunrise.png) no-repeat 2px top;
	padding-left: 10px;	
}
.sunset {
	background: url(/images/wetter/sunset.png) no-repeat 2px top;
	padding-left: 12px;	
}