#wetter_detail tbody .region {
	border-left: 1px solid #001f49;
	vertical-align: top;
	font-size: 130%;
	font-weight: bold;
	}
	#wetter_detail tbody .kaunertal { color: #ee7f01; }
	#wetter_detail tbody .pitztal { color: #001f49; }
	#wetter_detail tbody .oetztal { color: #f7b570; }
	#wetter_detail tbody .stubai { color: #74c9de; }
	#wetter_detail tbody .hintertux { color: #055997; }


#wetter_detail {
	width: 100%;
	border: 1px solid #5001f49;
	border-top: none;
	border-left: none;
	border-collapse: collapse;
	}
	#wetter_detail .whitespace {
		background: #fff;
		border-bottom: 1px solid #001f49;
		}
	#wetter_detail thead {
		background: #001f49;
		}
		#wetter_detail thead th {
			border-right: 1px solid #fff;
			width: 110px;
			color: #c8d3dd;
			padding: 2px 5px 2px 5px;
			}
			#wetter_detail thead th strong {
				color: #fff;
				}
	#wetter_detail tbody {
		
		}
		#wetter_detail tbody td {
			border-right: 1px dotted #001f49;
			border-bottom: 1px dotted #001f49;
			padding: 2px 5px 2px 5px;
			}
			#wetter_detail tbody td strong {
				font-size: 140%;
				font-weight: bold;
				display: block;
				padding-top: 17px;
				}
			#wetter_detail tbody td img {
				float: left;
				margin-right: 10px;
				}
