/* mittlere Spalte (Tabellenstand, nächste Spiele, News) */

#row1 {
	border:0;
	padding:0;
	margin:0;
	}
/* enthält "Tabellenstand" und "nächste Spiele" */

#tab_cont {
	width:164px;
	border:0;
	margin:0;
	padding:0;
	float:left;
	}
/* Container "Tabellenstand" */

#tab_h {
	width:162px;
	height:13px;
	background:url(../gfx/bhr.gif) repeat-x;
	border:1px solid #9b9797;
	margin:0 0 1px 0;
	}
/* Header von "Tabellenstand" */

#tab {
	width:160px;
	height:77px;
	background-color:white;
	border:1px solid #9b9797;
	padding:1px;
	}
/* enthält "Tabellenstand" */

.th {
	background-color:#1e83e6;
	height:10px;
	width:100%;
	margin:0 0 1px 0;
	}
/* allg Subheader in Tabellen */

.tds {
	width:100%;
	height:66px;
	background-color:#e1e2e2;
	}
/* "Content in kleinen Zellen (tabs und nextg) */

#nextg_cont {
	width:399px;
	border:0;
	padding:0;
	margin:0 0 0 1px;;
	float:left;
	}
/* Container "Nächste Spiele" */

#nextg_h {
	width:399px;
	height:13px;
	background:url(../gfx/bhr.gif) repeat-x;
	border:1px solid #9b9797;
	margin:0 0 1px 0;
	}
/* Header von "Nächste Spiele" */

* + html #nextg_h {
	width:400px;
	}

#nextg {
	width:397px;
	height:77px;
	background-color:white;
	border:1px solid #9b9797;
	padding:1px;
	}
/* enthält "nächste Spiele" */

* + html #nextg {
	width:398px;
	}
	
#news_h {	
	width:564px;
	height:13px;
	background:url(../gfx/bhr.gif) repeat-x;
	border:1px solid #9b9797;
	margin:1px 0 1px 0;
	float:left;
	}
/* News-Header */

* + html #news_h {
	width:565px;
	}

#news {
	width:562px;
	background-color:white;
	border:1px solid #9b9797;
	padding:1px;
	float:left;
	}
/* enthält "News" */

* + html #news {
	width:563px;
	}

