@charset "utf-8";

#home_leftcolumn {
	float:left;
	width:150px;
}
#home_rightcolumn {
	float:right;
	width:394px;
}

.home_rennberichte .btn_module, .home_teams .btn_module, .home_dates .btn_module {
	margin:10px 0 0 0 !important;
	text-transform:uppercase;
}

.list_report {
	padding:0;
	margin:0;
}
.list_report dt {
	padding:10px 10px 5px 10px;
	margin:0 -10px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.list_report dt.alt {
	background-color:#F1FBED;
}
.list_report dd {
	position:relative;
	left:0;
	top:0;
	padding:0 10px 10px 60px;
	margin:0 -10px;
	min-height:34px;
}
* html .list_report dd {
	height:34px;
}
.list_report dd.alt {
	background-color:#F1FBED;
}
.list_report dd img {
	position:absolute;
	left:10px;
	top:0;
}

.home_teams {
	margin-bottom:10px;
}

.home_dates .table_resultindex {
	width:222px;
	padding:0;
	margin:0;
	border-collapse:collapse;
}
.home_dates .table_resultindex td {
	padding:5px 0;
	border-bottom:1px solid #CCC;
	text-align:left;
	font-size:10px;
}
.home_dates .table_resultindex td.date {
	width:110px;
}
.home_dates .table_resultindex td.location {
	width:92px;
}
.home_dates .table_resultindex td.link {
	width:20px;
	text-align:right;
}
