

/* Globale Einstellungen */

body {
	color: #4e0101;
	font-family:URW Bookman L, Times New Roman, serif;
	font-size: 0.8em;
	background-color: #ffffff;
	margin: 0px;
}

a {
	color: #96211a;
}

h1 {
	font-weight: normal;
	font-size: 1.7em;
	color: #880202;
}

h2 {
	font-weight: normal;
	font-size: 1.5em;
	font-style: italic;
}


/* Hauptklassen */

.firsthead {
	background-color: #880202;
	width: 100%;
	height: 75px;
	margin: 0;
	border-bottom: 2px solid #fbffc3;
	color: #fbffc3;
}
.firsthead ul {
	width: 70%;
	min-width: 750px;
	margin: 0 auto 0 auto;
	padding-top: 49px;
	background-image: url(logo-wetter.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.firsthead li {
	font-size: 1.65em;
	background-color: #96211a;
	background-image: url(firsttab.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.firsthead li.selected, .firsthead li:hover {
	background-color: #a44132;
	background-image: url(firsttab-sel.jpg);
}

.secondhead {
	background-color: #4e0101;
	width: 100%;
	height: 55px;
	margin: 0px;	
	vertical-align: top;
	color: #fbffc3;
}
.secondhead ul {
	width: 70%;
	min-width: 750px;
	margin: 0 auto 0 auto;
}
.secondhead li {
	font-size: 1.4em;
	background-color: #632019;
	background-image: url(secondtab.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;

}
.secondhead li.selected, .secondhead li:hover {
	background-color: #794031;
	background-image: url(secondtab-sel.jpg);
}
.secondhead p {
	width: 70%;
	min-width: 750px;
	margin: 10px auto 0 auto;
}

.thirdhead {
	margin-top: 2px;
	width: 100%;
	height: 2px;
	background-color: #880202; 
}

.tabnav {
	list-style: none;
	margin: 0;
	padding: 0;
	min-width: 750px;
	width: 70%;
}
.tabnav li {
	display: inline;
}
.tabnav li a {
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 0 20px 0 20px;
	color: #fbffc3;
}

.content {
	min-width: 750px;
	width: 70%;
	margin: 10px auto 10px auto;
}
.content table {
	table-layout: fixed;
	width: 100%;
	font-size: 1.2em;
	empty-cells: hide;
}
.content table th {
	font-weight: normal;
	font-style: italic;
	font-size: 1.25em;
}
.content table td {
	margin: 0;
	padding: 5px 0 5px 0;
}
.content table tr th:first-child {
	width: 35%;
}
.content table tr td {
	text-align: center;
}
.content table tr td:first-child {
	text-align: right;
}
.content a img {
	border: none;
}



.firstfoot {
	margin-bottom: 2px;
	background-color: #880202;
	width: 100%;
	height: 2px;
}

.secondfoot {
	width: 100%;
	background-color: #4e0101;
}
.secondfoot p {
	color: #fbffc3;
	font-size: 0.9em;
	width: 70%;
	min-width: 750px;
	margin: 0 auto 0 auto;
}


/* Weather Extensions */

table #calendar td {
	width: 10pt;
	height: 10pt;
	font-size: 8pt;
	text-align: center;
	border: 1px solid #c69a9a;
	padding: 1px;
}
table #calendar td.selected {
	border: 1px solid #024988;
}
table #calendar td.selected a {
	color: #024988;
	font-weight: bold;
}
table #calendar td.sunday {
	border: 1px solid #880202;
}
table #calendar td.sunday a {
	color: #4e0101;
}
table #calendar td.future {
	border: 1px solid #cccccc;
}
table #calendar td.future a {
	color: #cccccc;
}
table #calendar th.month {
	font-size: 12pt;
	height: 18px;
	text-align: center;
}
