body
{
	margin: 0;
	padding: 0;
}

.wrapper
{
	height: 150px;
	width: 385px;
	font-size: 11px;
	font-family: arial,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}

.ergebnisse_tab
{
	background: url('../images/ergebnisse.gif');
	width: 74px;
}

.jetzt_live_tab
{
	background: url('../images/jetzt_live.gif');
	width: 60px;
}

.in_kuerze_tab
{
	background: url('../images/naechste_spiele.gif');
	width: 92px;
}

.tab
{
	height: 18px;
	margin-right: 3px;		
	float: left;
	margin-top: 8px;
}

.header
{
	background: url('../images/header_quer.gif');
	padding-left: 136px;
	clear: left;
	height: 26px;
}

.content
{
	/*height: 98px;*/
	height: 123px;
	overflow: auto;
	width: 384px;
	border-right: 1px #c7c7c7 solid;
	background: url('../images/weisser_balken_lang.gif');
}

.footer
{
	clear: left;
	height: 1px;
	background-color: #c7c7c7;
}

.footer div
{
	float: left;
}

.pointer
{
	cursor: pointer;
}

.team
{
	color: #333333;
	font-weight: bold;
	white-space:nowrap;
}

.datum,
.tore
{
	color: #720f0a;
	font-weight: bold;
}

.spiel,
.spiel_red
{
	height: 16px;
	padding-left: 10px;
	clear: left;
	padding-top: 2px;
}


.teams
{
	float: left;
	width: 221px;
	margin-right: 8px;
	font-weight: bold;
	overflow: hidden;
	white-space:nowrap;
}

.teams a
{
	color: #720f0a;
}

.datum
{
	float: left;
	text-align: right;
	width: 62px;
	margin-right: 8px;
}

.ergebnis
{
	text-align: right;
	float: left;
	width: 48px;
	color: #720f0a;
	font-size: 12px;
	font-weight: bold;
	margin-right: 8px;
}

.ergebnis a
{
	color: #720f0a;
}

.round,
.round_red
{
	height: 20px;
	padding-left: 10px;
	clear: left;
	padding-top: 6px;
	font-weight: bold;
}

.round .liga,
.round_red .liga
{
	color: #720f0a;
}

.round
{
	background: url('../images/weisser_balken_lang.gif');
}

.round_red
{
	background: url('../images/roter_balken_lang.gif');
}

.spiel
{
	background: url('../images/weisser_balken_lang.gif');
}

.spiel_red
{
	background: url('../images/roter_balken_lang.gif');
}

.flagge
{
	vertical-align: top;
}

