div#smalltable_kampfms_container, div#smalltable_reservems_container
{
	margin: 20px 0px 0px 0px;
	font-size: 70%;
	border: 1px solid #cccccc;
}

table.spieltabelle_small
{
	width: 100%;
}

table.spieltabelle_small th
{
/*	background-color: #aaaaaa; */
	background-image: url("../images/menu_bg_lvl1.png");
	color: white;
	margin: 0px 0px 1px 0px;
	padding: 2px;
	line-height: 7pt;
}

table.spieltabelle_small tr
{
	margin: 0px;
	padding: 0px;
	line-height: 7pt;
}

table.spieltabelle_small td.mannschaft
{
	color: #a9a9a9;
	padding-left: 2px;
	white-space: nowrap;
}

table.spieltabelle_small td.spiele
{
	color: gray;
	width: 30px;
	text-align: center;
}

table.spieltabelle_small td.siege
{
	color: green;
	width: 20px;
	text-align: center;
}

table.spieltabelle_small td.unentschieden
{
	color: orange;
	width: 20px;
	text-align: center;
}

table.spieltabelle_small td.niederlagen
{
	color: red;
	width: 20px;
	text-align: center;
}

table.spieltabelle_small td.punkte
{
	color: #a9a9a9;
	width: 30px;
	text-align: center;
}


