/**
 * Stylesheet for WEATHER
 *
 */
 
.weather {
	width: 100%;
}

.weather img {
	width: 35px;
}

.weather td {
	vertical-align: top;
	text-align: center;
	padding-bottom: 5px;
}

.weather th {
	width: 33%;
	padding-bottom: 5px;
}

.weather-links {
	margin: 12px 0;
}

.weather-links td {
	white-space: nowrap;
	padding-right: 20px;
	line-height: 20px;
}

.weather-box {
	position: absolute;
	width: 44px;
	height: 58px;
}

.weather-box img {
	width: 36px;
}

.bozen {
	top: 145px;
	left: 134px;
}

.brixen {
	top: 91px;
	left: 189px;
}

.bruneck {
	top: 80px;
	left: 257px;
}

.meran {
	top: 38px;
	left: 94px;
}

.schlanders {
	top: 43px;
	left: 26px;
}

.sterzing {
	top: 10px;
	left: 199px;
}

.weather-min {
	position: absolute;
	width: 26px;
	background-color: #cbd5db;
	text-align: center;
	padding: 2px 0;
	color: #000;
	font-size: 9px;
	top: 42px;
	left: 0px;
}
			
.weather-max{
	position: absolute;
	width: 26px;
	background-color: #e77f29;
	text-align: center;
	padding: 2px 0;
	color: #000;
	font-size: 9px;
	top: 42px;
	left: 26px;
}

.weather-icon {
	width: 46px;
	background-color: #fff;
	border: 1px solid #e5e4d8;
	text-align: center;
	padding: 2px;
}

.weather-map {
	position: relative;
	width: 350px;
	height: 215px;
	margin: 25px auto;
	background-repeat: no-repeat;
}

.weather-date {
	font-size: 11px;
	font-weight: normal;
}

.weather-link img {
	vertical-align: top;
}
