#live_lv {
	margin: 0;
	padding: 0;
	font-family: Helvetica,sans-serif;
	font-size: 18px;
}
#live_lv #kopf {
	margin: 10px auto;
}
#live_lv #kopf table {
	border-collapse: collapse;
}
#live_lv #kopf td {
	text-align: center;
}
#live_lv #kopf button {
	font-size: 18px;
}
#live_lv #ergebnisse {
	margin: auto;
	width: 1600px;
}
#live_lv #ergebnisse_ende {
	clear: both;
}
#live_lv #sponsor {
	margin-top: 10px;
	text-align: center;
}
/* Ueberschriften */
#live_lv h1 {
	margin: 10px 0 5px 0;
	font-size: 1.6em;
	text-align: center;
}
#live_lv h3 {
	margin: 5px 0;
	font-size: 1.5em;
	text-align: center;
}
#live_lv h5 {
	margin: 0;
	padding: 5px;
	font-size: 1.25em;
	text-align: center;
}
#live_lv table {
	margin: auto;
}
#live_lv td {
	padding: 0;
}
#live_lv .team {
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #222;
	border-radius: 7px;
	box-shadow: 0px 0px 5px #555;
}
#live_lv .gesamt {
	padding: 5px;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
}
#live_lv .name {
	width: 210px;
	max-width: 210px;
	padding: 3px 0 3px 8px;
	white-space: nowrap;
	overflow: hidden;
}
#live_lv .tag {
	width: 40px;
	text-align: center;
	font-size: 16px;
}
#live_lv .ergebnis {
	width: 70px;
	text-align: center;
}
/* Hintergruende */
#live_lv .bgcolor_head {
	background-color: #ffd7af;
}
#live_lv .bgcolor_1 {
	background-color: #ffefdf;
}
#live_lv .bgcolor_0 {
	background-color: #ffdfbf;
}
