#live_nc {
	margin: 0;
	padding: 0;
	font-family: Helvetica,sans-serif;
	font-size: 16px;
}
#live_nc #button {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
/* Ueberschriften */
#live_nc h1 {
	margin: 10px 0 5px 0;
	font-size: 2em;
	text-align: center;
}
#live_nc h3 {
	margin: 5px 0;
	font-size: 1.5em;
	text-align: center;
}
#live_nc h5 {
	margin: 0;
	font-size: 1.25em;
	text-align: center;
}
#live_nc table {
	margin: auto;
}
#live_nc th, #live_nc td {
	padding: 7px 10px;
	text-align: center;
}
#live_nc .name {
	min-width: 180px;
	white-space: nowrap;
	text-align: left;
}
#live_nc .platz,
#live_nc .punkte {
	font-weight: bold;
}
#live_nc .gesamt {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
}
/* Hintergruende */
#live_nc .bgcolor_head {
	background-color: #ffd7af;
}
#live_nc .bgcolor_1 {
	background-color: #ffefdf;
}
#live_nc .bgcolor_0 {
	background-color: #ffdfbf;
}
#live_nc #kopf td {
	text-align: center;
}
