body {
	background-color: #FFFFCC;
}

table.ergebnisse, table.team {
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 40px;
	font-size: larger;
	border-collapse: collapse;
	border: thin solid Black;
}

thead {
	font-weight: bold;
}

td, th {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

th {
	border-bottom: medium solid Black;
}

td {
	border-bottom: thin solid Black;
}

tr.schnitt td, tr.wertung td {
	font-weight: bolder;
	border-top: medium solid Black;
}

table.ergebnisse tr.triplex {
	
}

table.ergebnisse tr.wertung {
	
}

table.ergebnisse td.platz, td.pins, td.schnitt {
	text-align: center;
}

h3 {
	margin-bottom: 5px;
}