@charset "utf-8";
body  {
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ae6c1c;
	border-right-color: #ae6c1c;
	border-bottom-color: #ae6c1c;
	border-left-color: #ae6c1c;
	background-repeat: repeat;
	background-image: url(Bilder/body_bg.jpg);
	background-attachment: fixed;
	background-color: #bfbfbf;
}
.thrColAbsHdr #container {
	width: 950px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 3px solid #ae6c1c;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #999;
	padding: 0px;
	margin: auto;
} 

.thrColAbsHdr #mainnav {
	background-repeat: repeat-x;
	height: 35px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	background-image: url(Bilder/bg_mainnav.gif);
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 175px;
	border-top-color: #ae6c1c;
	margin: 0px;
	border-right-color: #ae6c1c;
	border-bottom-color: #ae6c1c;
	border-left-color: #ae6c1c;
}
.thrColAbsHdr #container #mainnav img {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}

#container #mainContent p #clubhaus {
	padding-left: 2px;
}


.thrColAbsHdr #container #footer table tr td a:active {
	color: #6f6f70;
	text-decoration: none;
}
.thrColAbsHdr #container #footer table tr td a:visited {
	color: #b22222;
	text-decoration: none;
}



/* Tipps für absolut positionierte Randleisten mit Kopf- und Fußzeile:
1. Für absolut positionierte (AP) Elemente müssen Sie einen oberen (top) und einen seitlichen (right oder left) Positionswert angeben. Wenn der Wert für top fehlt, beginnt das AP-Element standardmäßig direkt nach dem letzten Element in der Quellenabfolge der Seite. Wenn also die Randleisten in der Quellenabfolge des Dokuments die ersten Elemente im #container sind, erscheinen sie ganz oben im #container, auch wenn für sie kein top-Wert angegeben wurde. Falls sie aber später in der Quellenabfolge an eine andere Stelle verschoben werden sollten, benötigen sie einen top-Wert, damit sie an der gewünschten Position stehen.
2. Absolut positionierte (AP) Elemente werden aus dem Dokumentfluss herausgenommen. Dies bedeutet, dass den benachbarten Elementen ihre Existenz unbekannt ist und dass sie nicht berücksichtigt werden, wenn diese Elemente den ihnen zugedachten Platz auf der Seite einnehmen. Ein AP-div sollte daher nur als Randspalte eingesetzt werden, wenn Sie sicher sind, dass das mittlere #mainContent-div immer die größte Inhaltsmenge hat. Sollte eine der Randleisten eine größere Inhaltsmenge aufweisen, würde diese Randleiste uneingeschränkt über das Ende des übergeordneten div sowie in diesem Fall auch über das Ende der Fußzeile hinauslaufen.
3. Sofern die oben genannten Bedingungen erfüllt sind, können Sie mit absolut positionierten Randleisten die Quellenabfolge in Dokumenten auf einfache Weise steuern.
4. Bei einer Änderung der Quellenabfolge sollte der top-Wert mit der Höhe der Überschrift übereinstimmen, weil dadurch die Spalten und die Überschrift visuell einheitlicher wirken.
*/
.thrColAbsHdr #header {
	background-color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(Bilder/header_img.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	height: 150px;
	border-top-color: #B22222;
	margin-bottom: 0px;
} 
#headertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 32px;
	font-weight: bolder;
	color: #ebebeb;
	float: none;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 175px;
	height: 50px;
	width: 775px;
	background-image: none;
	background-repeat: repeat;
	background-color: #b22222;
}
.thrColAbsHdr #sidebar1 {
	top: 60px;
	left: 0;
	width: 120px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #ebebeb;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	float: left;
	padding: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ae6c1c;
	border-right-color: #ae6c1c;
	border-bottom-color: #ae6c1c;
	border-left-color: #ae6c1c;
	border-top-style: solid;
	border-bottom-style: solid;
}
.thrColAbsHdr #container #sidebar1 h3 {
	font-size: 12px;
	color: #b22222;
	text-align: left;
}
.thrColAbsHdr #container #sidebar1 a:link {
	color: #b22222;
	text-decoration: none;
}
.thrColAbsHdr #container #sidebar1 a:hover {
	color: #6f7f70;
	text-decoration: none;
}
.thrColAbsHdr #container #sidebar1 a:visited {
	color: #b22222;
	text-decoration: none;
}

.thrColAbsHdr #container #sidebar1 h1 {
}
.thrColAbsHdr #sidebar2 {
	top: 60px;
	right: 0;
	width: 120px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #ebebeb;
	padding: 10px;
	float: right;
	margin-top: 15px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ae6c1c;
	border-right-color: #ae6c1c;
	border-bottom-color: #ae6c1c;
	border-left-color: #ae6c1c;
	border-top-style: solid;
	color: #b22222;
	border-bottom-style: solid;
}
.thrColAbsHdr #container #sidebar2 finium {
	font-size: 13px;
	font-weight: bold;
	color: #b22222;
	background-color: #ebebeb;
}

.thrColAbsHdr #container #sidebar2 img {
	padding-left: 8px;
	text-decoration: none;
	background-color: #ebebeb;
}


.thrColAbsHdr #container #sidebar2 h3 {
	font-size: 12px;
	color: #b22222;
	text-align: left;
}

.thrColAbsHdr #mainContent {
	background-color: #ebebeb;
	margin-top: 15px;
	margin-right: 179px;
	margin-bottom: 0px;
	margin-left: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ae6c1c;
	border-right-color: #ae6c1c;
	border-bottom-color: #ae6c1c;
	border-left-color: #ae6c1c;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-style: none;
	color: #222;
}
.tus {
	font-weight: bold;
	color: #4b0082;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}


.thrColAbsHdr #container #mainContent h4 {
	color: #b22222;
	text-align: center;
	font-size: 13px;
}



.thrColAbsHdr #container #mainContent h3 {
	color: #b22222;
	font-size: 13px;
}


.thrColAbsHdr #container #mainContent img {
	padding-left: 7px;
}
.thrColAbsHdr #container #mainContent a:link {
	font-weight: bold;
	color: #b22222;
	text-decoration: none;
}
.thrColAbsHdr #container #mainContent a:hover {
	color: #6f6f70;
	text-decoration: none;
	font-weight: bold;
}
.thrColAbsHdr #container #mainContent a:active {
	color: #6f6f70;
	text-decoration: none;
	font-weight: bold;
}
.thrColAbsHdr #container #mainContent a:visited {
	font-weight: bold;
	color: #b22222;
	text-decoration: none;
}

.thrColAbsHdr #container #mainContent strong {
	color: #4b0082;
}


.thrColAbsHdr #container #mainContent h2 {
	font-size: 16px;
	font-weight: bold;
	color: #b22222;
	text-align: center;
}
.thrColAbsHdr #container #mainContent h5 {
	color: #b22222;
	text-align: right;
	font-size: 9px;
	font-style: italic;
}
.thrColAbsHdr #container #mainContent h6 {
	text-align: center;
	font-size: 10px;
	color: #b22222;
}


.thrColAbsHdr #container #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #b22222;
	text-align: center;
}

.thrColAbsHdr #container #footer table tr td a:link {
	color: #b22222;
	text-decoration: none;
	font-style: normal;
}
.thrColAbsHdr #container #footer table tr td a:hover {
	color: #6f6f70;
	text-decoration: none;
	text-align: center;
	font-style: normal;
}

.thrColAbsHdr #footer {
	background:#DDDDDD;
	width: 950px;
	height: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 9px;
	margin: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ae6c1c;
	border-right-color: #ae6c1c;
	border-bottom-color: #ae6c1c;
	border-left-color: #ae6c1c;
	color: #b22222;
} 
.thrColAbsHdr #footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #b22222;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 945px;
	background-image: url(#dddddd);
}
.thrColAbsHdr #container #mainContent table tr .weiss {
	color: #FFF;
	font-weight: bold;
}
.thrColAbsHdr #container #mainContent table statistik {
	background-color: #CCC;
	text-align: left;
}
.rothinter {
	color: #FFF;
	background-color: #b22222;
	font-weight: bold;
}
.thrColAbsHdr #container #mainContent #spielplan_1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #ebebeb;
	text-align: left;
}
#plan {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #ebebeb;
}
.thrColAbsHdr #container #mainContent div #ergebnisse_1 {
	font-size: 13px;
}
