div.tab_box {
	margin: 10px 0px;
}

div.tab_box_header {
	height: 30px;
}

div.tab_box_header div {
	display: block;
	float: left;
	font-size: 12px;
	height: 20px;
	border: 1px solid #9c4221;
	border-bottom: none;
	padding: 5px 5px;
	margin-left: 5px;
	font-weight: bold;
}

div.tab_box_header a:link, div.tab_box_header a:visited {
	color: #626364;
	text-decoration: none;
}

div.tab_box_header a:hover {
	color: #9c4221;
	text-decoration: none;
}

div.tab_box_header div.active {
	height: 20px;
	background-color: #d9dadb;
}

div.tab_box_header div.active a {
	color: #9c4221;
	font-weight: bold;
}

div.tab_box_content {
	border: 1px solid #9c4221;
	padding: 10px 0px 0px 0px;
	background-color: #d9dadb;
}

div.tab_box_content div.teaser {
	margin: 5px;
}

#karte {
	position: relative;
	width: 400px;
	padding: 0px 0px 0px 50px;
}

#nord {
	position: absolute;
	width: 80px;
	left: 140px;
	top: 45px;
}

#ost {
	position: absolute;
	width: 80px;
	left: 265px;
	top: 130px;
}

#mitte {
	position: absolute;
	width: 80px;
	left: 150px;
	top: 187px;
}

#west {
	position: absolute;
	width: 80px;
	left: 50px;
	top: 240px;
}

#sued {
	position: absolute;
	width: 80px;
	left: 190px;
	top: 320px;
}

#nordIcon {
	position: absolute;
	width: 50px;
	left: 150px;
	top: 0px;
}

#ostIcon {
	position: absolute;
	width: 50px;
	left: 270px;
	top: 75px;
}

#mitteIcon {
	position: absolute;
	width: 50px;
	left: 155px;
	top: 140px;
}

#westIcon {
	position: absolute;
	width: 50px;
	left: 55px;
	top: 195px;
}

#suedIcon {
	position: absolute;
	width: 50px;
	left: 200px;
	top: 275px;
}

.dayTempMap {
	font-size: 10px;
	color: #1B3001;
	background-color: #FFFFFF;
	border-left: 1px solid #1B3001;
	border-top: 1px solid #1B3001;
	border-bottom: 1px solid #1B3001;
	padding: 1px 2px 1px 4px;
}

.nightTempMap {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #1B3001;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px 2px 1px 4px;
}

#wettertab {
	table-layout: fixed;
	border-spacing: 1px;
	border-collapse: separate;
	empty-cells: hide;
}

#wettertab2 {
	table-layout: fixed;
	border-spacing: 1px;
	border-collapse: separate;
	empty-cells: hide;
}

col#c1 {
	text-align: left;
	width: 120px;
}

col#c2 {
	text-align: center;
}

col#c3 {
	text-align: center;
}

col#c4 {
	text-align: center;
}

col#c5 {
	text-align: center;
}

.tabrowCapt {
	background-color: #626364;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 0px 4px 8px;
	color: #d9dadb;
}


.tabrow {
	font-size: 11px;
	padding: 3px 0px 4px 8px;
}

.tabrow_braun {
	font-size: 11px;
	padding: 3px 0px 4px 8px;
	background-color: #D8D0A3 !important;
}

.daten {
	font-size: 11px;
	line-height: 18px;
	position: relative;
	padding: 3px 0px 3px 8px;
	z-index: 100;
}

table.weather_table {
	margin-top: 0px;
}

table.weather_table td.werte {
	background-color: transparent;
}

div#wetter_nav {
	margin-top: 7px;
	margin-right: 4px;
	float: left;
}

.werte {
	text-align: center;
	padding: 2px;
}

.daytime {
	position: relative;
	width: 95px;
	float: right;
	margin-right: 1px;
}

.parameter {
	position: relative;
	width: 174px;
	float: right;
	margin-right: 3px;
	margin-bottom: 20px;
}

/*BOX*/

.wetterSearchBox {
	background-color: #d9dadb;
	padding: 5px;
}

table#wetterBox {
	margin: 5px;
	width: 140px;
}

table#wetterBox td{
	border-bottom: 1px solid #d9dadb;
}