/* Layout im Contentbereich */

#lc, #mc, #rc {
	display:table-cell;
	border:1px solid #9b9797;
	padding:1px;
	vertical-align:top;
	}

* + html #lc, * + html #mc, * + html #rc {
	display:block;
	float:left;
	}
/* Anordnung nebeneinander, erfordert Hacks für IE 7 */

#pl, #pr {
	display:table-cell;
	width:1px;
	border:none;
	}
/* Platzhalter (pl: links, pr: rechts), damit lc, mc und rc 1px Abstand voneinander haben */

* + html #pl, * + html #pr {
	display:none;
	}

#lc {
	width:109px;
	}
/* Linke Spalte (Navi, Login, Partner) */

* + html #lc {
	width:109px;
	margin:0 1px 0 0;
	}

#mc {
	width:566px;
	height:200px;
	}
/* mittlere Spalte (Tabellenstant, nächste Spiele, News) */

* + html #mc {
	margin:0 1px 0 0;
	width:567px;
	}

#rc {
	width:231px;
	height:200px;
	}
/* rechte Spalte (Sponsoren, Umfrage) */

* + html #rc {
	width:230px;
	}

