@charset "UTF-8";
/* CSS Document */

#main {
	background-image: url(Images/Header_02.jpg);
	background-repeat: no-repeat;
	border: thin solid #000000;
}
#main #content #bild {
	background-repeat: no-repeat;
	background-image: url(Images/HG_oben.png);
}
#main #onlineres {
	margin: auto;
}
.Stil10 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #464847; font-weight: bold; }
a:link {
	color: #464847;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #464847;
}
a:hover {
	text-decoration: underline;
	color: #464847;
}
a:active {
	text-decoration: none;
	color: #464847;
}#main #content #wetter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464847;
}
/* Wetter Tabelle */
table.wtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	border-spacing: 2px;
	border-style: none;
	border-collapse: collapse;
	width: 600px;
	color: #464847;
}

td.whead {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	color: #464847;
}

/* Label Zelle */
td.wlabel {
	font-weight: bold;
	text-align: left;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464847;
}

tr.wbgcolor {
	background-color: #EAEAEA;
}
