html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'LatoWeb', arial;
	background-color: #19252e;
	text-align: left;
	color: #fff;
}
thead {
	text-align: left;
}
table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
table, th, td {
	border: none;
}
table tr {
	border-bottom: 1px solid #6d6d6d;
}
table tr td {
	padding: 6px;
}
h1 {
	color: #e88f2d;
	font-size: 40px;
	font-weight: 100;
	margin-top: 50px;
	padding: 5px;
	text-align: center;
}
h2 {
	background-color: #113c59;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-top: 50px;
	padding: 5px;
	text-align: center;
}
h3 {
	color: #e88f2d;
}

p, h3, form  {
	text-align: center;
}

a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-size: 20px;
}
select{
	margin-top: 50px;
	background-color: #113c59;
	height: 40px; 
	width: 90%;
	max-width: 400px;
	padding: 5px;
	font-size: 16px;
	color: #fff;
}
table tr.player {
	border: 4px solid red ;
}
table.matches tr.match {
	background-color: #113c59;
}
table.matches tr td.ersterspieler {
	background-color: #5f2d32;
}
table.matches tr td.machine {
	background-color: #5f2d32;
}
table.matches tr.matchfertig,
table.matches tr.matchfertig td.machine {
	background-color: #2e3740;
}
table.matches tr.matchfertig td.ersterspieler {
	color: #fff;
}
table.matches tr.matchfertig td.sieger {
	color: #b47b3d;
}
span.ersterspieler {
	background-color: #5f2d32;
	padding: 6px;
}
span.matchfertig {
	color: #fff;
/*	background-color: #5f2d32; */
	background-color: #2e3740;
	padding: 6px;
}
span.sieger {
	color: #fff;
	color: #b47b3d;
	padding: 6px;
}
table.single tr:nth-child(even),
table.team tr:nth-child(even) {
	background-color: #2e3740;
}
table.single thead th,
table.team thead th {
	background-color: #113c59;
	padding: 6px;
	text-align: left;
}
table.team {
	margin-bottom: 50px;
}

.match {
		/*text-transform: uppercase;*/
		color: #faf5db;
		background-color: #102634 !important;
}

.noline {
	border: 0;
}

.right
{
		text-align: right;
		padding-right: 10px;
}

.thstaerke
{
		font-size: 12px;
		text-align: center !important;
}

span.title {
	/* 
	blau: #113c59 
	orange: #e88f2d 
	rot: #5f2d32;
	*/
	display: inline-block;
	background-color: #5f2d32;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 350px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*padding-right: 100px;*/
	/*padding-left: 100px;*/
	margin-bottom: 5px; 
	
	font-weight: bold;
	text-transform: uppercase;
}

span.notes {
	display: inline-block;
	margin-bottom: 20px;
	color: #7e7e7e;
	font-style: italic;
}

span.player {
	display: inline-block;
	margin-bottom: 5px;
	color: #e88f2d;
}

span.machine {
	color: #fff;
}
