ul, ol, dl {
	padding: 0;
	margin: 0;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */
	text-decoration: none;
}


.container {
	width: 960px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: repeat-y;
	background-color: #FFF;
	background-image: url(image/background-container.png);
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}


.banner {
	height: 150px;
	background-color: #666;

	background-image: ;
	background-image: url(images/epl_header_banner.jpg);
}
.main_text {
	width: 720px;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	height: auto;
}
.navigation {
	height: auto;
	float: left;
	width: 200px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}
.main_text_long {
	float: left;
	height: 1480px;
	width: 720px;
	background-color: #FFF;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.ingedenews {
	margin-left: 20px;
	padding: 0px;
}
.statistics {
	margin: auto;
}

/* ~~ Fußzeile ~~ */
.footer {
	position: relative;/* Hiermit erhält IE6 die Eigenschaft hasLayout, damit die clear-Anweisung korrekt ausgeführt wird. */
	clear: both; /* Diese clear-Eigenschaft bewirkt, dass .container das Ende der fließenden Spalten erkennt und ihren Inhalt aufnimmt. */
	background-color: #999999;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 10px;
	padding: 10px;
	background-image: url(image/background-grad.png);
	background-repeat: repeat-x;
}

.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.stat-table {
	font-size: 13px;
	background-color: #ccc;
	padding: 0px;
	margin: auto;
}
.fettundrot {
	font-weight: bold;
	color: #F00;
	font-style: italic;
}
.kleinere_schrift {
	font-size: 10px;
}
#ingede-magenta {
	color: #F0F;
}
.eingerueckt {
	margin-left: 20px;
}
