@CHARSET "ISO-8859-1";

#tabelle
{
	margin:0;
	padding:0;
}

.tabelle_spiele
{	
	width: 40px;
	background:url("../img/tabelle_bg2.png");
}

.tabelle_tore
{	
	width: 70px;
	background:url("../img/tabelle_bg2.png");
}


.tabelle_punkte
{
	/* background:url("../img/tabelle_bg1.png"); */
	background-color: #A6C8F5;
	text-align: center;
	width: 50px;
}

.center
{
	text-align: center;
}

th
{
	background-color: #0A4882;
	color: white;
	padding: 2px 4px 2px 4px;
	border-right: 2px solid #D6E6FC;
}

#tabelle td
{
	padding: 2px 4px 2px 4px;
	border-right: 2px solid #D6E6FC;
}