table.mitglieder {
	width: 450px;
}
td.cell {
	text-align: center;
}
td.cell-bold {
	text-align: center;
	font-weight: bold;
}
table.orakel {
	border: none;
	font-size: 8px;
	line-height: 1;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
}
table.orakel > tr > td {
	border: none;
	font-size: 8px;
	line-height: 1;
}
th.short, th.short-verein {
	padding: 3px;
	font-weight: bold;
	background-color: transparent;
}
th.short {
	text-align: center;
}
th.short-verein {
	width: 170px;
}
td.short, td.short-verein {
	padding: 3px;
	background-color: transparent;
}
td.short {
	text-align: center;
}
a.vfb {
	font-weight: bold;
}
td.turnier {
	width: 20px;
}
div.mit-vfb {
	width: 1%;
	padding: 7px 7px; auto;
	border-radius: 15px;
	background-color: green;
}
div.ohne-vfb {
	width: 1%;
	padding: 7px 7px; auto;
	border-radius: 15px;
	background-color: red;
}

