﻿/* helles Blau  #c2e2fb */
body
{
 background-color: #c2e2fb;
   /* Full height */
 height: 100%;

  /* Center and scale the image nicely */
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

/* Tabelle formatieren */

table {
  	font-family: Areal, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	text-align:center;

}
table.ergebnisse {
	width: 40%;
	column-count: 2;
	line-height: 100%;
	text-align: left;
}

table.ergebnisse th:nth-child(1) { width: 80%; }
table.ergebnisse th:nth-child(2) { width: 20%; }

table.pokale {
	width: 75%;
	column-count: 3;
	text-align: left;
	font-weight:normal;
	margin-left: 0em;
}
table.pokale th:nth-child(1) { width: 3%; }
table.pokale th:nth-child(2) { width: 20%; }
table.pokale th:nth-child(3) { width: 80%; }

table.termine {
	width: 100%;
	column-count: 6;
	line-height: 80%;
	font-weight:bold;
}

table.termine th:nth-child(1) { width: 3%; }
table.termine th:nth-child(2) { width: 40%; }
table.termine th:nth-child(3) { width: 20%; }
table.termine th:nth-child(4) { width: 12%; }
table.termine th:nth-child(5) { width: 12%; }
table.termine th:nth-child(6) { width: 13%; }

.left {
	text-align: left;
}
.mitte {
	text-align: center;
}
thead th {
	background-color: #ffebe6;
	color: #c32e04;
	text-align: center;
 	font-size: 1em;
}

tr:hover {
	background-color: #fffbe6;
}

tbody tr:nth-child(even) td { 
 	background-color: #c2e2ff; 
  	color: #000; 
  	line-height: 80%;
}
tbody tr:nth-child(odd) td { 
 	background-color: #99ccff; 
  	color: #000; 
  	line-height: 80%;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1
{
 background-color: #c2e2fb;
 font-family: Verdana,sans-serif;
 font-size: 2.6em;
 text-align: left;

}
h2
{
 font-size: 1.25em;
 text-align: left;
 
}

h3
{
 font-size: small;
 font-weight: normal;
 text-align: left;

}
h4
{
 	font-size: 0.95em;
 	font-weight: normal;
	line-height: 80%;
	text-align: left;
}

h5
{
 text-align: right;
 font-size: 1em;
}
h6
{
 font-size: 2em;
 text-align: center;
}
h7
{
 font-size: 2em;
 text-align: left;
}

