body
{
	margin: 0;
	padding: 0;
}

.wrapper
{
	background: url('../images/spiele_tabelle_background.gif');
	height: 305px;
	width: 190px;
	font-size: 11px;
	font-family: arial,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}

.tabelle_tab
{
	background: url('../images/tabelle.gif');
	width: 51px;
}

.spiele_tab
{
	background: url('../images/spiele.gif');
	width: 45px;
}

.tab
{
	height: 18px;
	margin-right: 3px;		
	float: left;
	margin-top: 8px;
}

.header
{
	margin-left: 83px;
	clear: left;
	height: 26px;
}

.main
{
	margin-top: 10px;
}

.title
{
	margin-left: 8px;
	height: 40px;
}

.title_image
{
	height: 16px;
}

.round_image
{
	height: 12px;
	line-height: 12px;
	margin-top: 2px;
}

.content
{
	height: 195px;
	width: 189px;
	border-right: 1px #c7c7c7 solid;
	overflow: auto;
}

.footer
{
	clear: left;
	height: 31px;
}

.footer div
{
	float: left;
}

.pointer
{
	cursor: pointer;
}

.button_info
{
	background: url('../images/mehr_infos_2.gif');
	height: 26px;
	width: 81px;
	margin-left: 48px;
	margin-top: 4px;
}

.button_back
{
	background: url('../images/pfeil_links_2.gif');
	width: 24px;
	height: 28px;
	margin-left: 6px;
	margin-top: 3px;
}

.button_forward
{
	background: url('../images/pfeil_rechts_2.gif');
	width: 24px;
	height: 28px;
	margin-left: 1px;
	margin-top: 3px;
}

.team
{
	color: #333333;
	font-weight: bold;
	white-space:nowrap;
}

.datum
{
	color: #720f0a;
	font-weight: bold;
}

.tore
{
	color: #720f0a;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 48px;
}

.spiel,
.spiel_red
{
	height: 33px;
	padding-left: 6px;
	clear: left;
	/*width: 179px;*/
	padding-top: 6px;
}

.tabellen_eintrag,
.tabellen_eintrag_red
{
	clear: left;
	/*width: 179px;*/
	height: 18px;
	padding-left: 6px;
}

.tabellen_eintrag
{
	background: url('../images/weisser_balken.gif');
}

.tabellen_eintrag_red
{
	background: url('../images/roter_balken.gif');
}

.tabellen_eintrag div,
.tabellen_eintrag_red div
{
	float: left;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
}

.platz
{
	color: #720f0a;
	width: 14px;
	text-align: right;
}

.punkte
{
	width: 37px;
	padding-left: 8px;
	text-align: right;
}

.tabellen_team
{
	padding-left: 6px;
	padding-right: 4px;
	width: 96px;
	overflow: hidden;
	white-space:nowrap;
}

.teams
{
	float: left;
	width: 100px;
	margin-right: 8px;
	overflow: hidden;
}

.ergebnis
{
	float: left;
}

.ergebnis a,
.team a,
.tabellen_team a
{
	color: #720f0a;
}

.spiel
{
	background: url('../images/weisser_balken.gif');
}

.spiel_red
{
	background: url('../images/roter_balken.gif');
}

