html
{background-color: darkslategrey;
color: white;
}

thead
    {
	background-color: green;
	color: white;	
    }
h1 {
	margin-left: 1em;
	margin-bottom: 2em;
	font-size: 28px;
	font-family: sans-serif;
	font-weight: normal;
}

div
    {
	margin-left: 1em;
	text-align: left;
    font-family: sans-serif;
    font-size: 25px;
    }
a
	{
	color: lightblue;
	font-size: 18;	
}

table {
	margin-bottom: 3em;
	margin-left: 1em;
	/*margin-right: 1em; */
	font-family: Arial, Helvetica, sans-serif;
    width: 97%;
	border-collapse: collapse;
    border-width: 80%;
    border: darkgrey 2px inset;
    float: left;
	font-size: 20px;
    text-align: center;
}
#charttable {
	margin-bottom: 3em;
	margin-left: 5em;
	/*margin-right: 1em; */
	font-family: Arial, Helvetica, sans-serif;
    width: 950px;
	border-collapse: collapse;
    border: darkgrey 2px inset;
    float: left;
	font-size: 20px;
    text-align: center;
}
#titel {
	margin-left: 4em;
	color: lightcyan;
}
caption { 
  	color: black; 
  	border: thin solid darkgrey;
	background-color: lightblue;
	font-size: 1em;
  	border-radius: .5em .5em 0 0;
  	padding: .5em 0 0 0;
	text-align: center;
}
thead td {
  border: 2px solid darkgrey;
  padding: 2px;
  background-color: skyblue;
  font-size: 20px;
}

tr:nth-child(even) {
	background-color: ghostwhite;
	color: black;
}
tr {
	background-color: skyblue;
	color: black;
	border: 1px solid darkgrey;
    padding: 2px;
}
td {
	border: 1px solid darkgrey;
    padding: 2px;
	font-size: 18;
}

thead th {	
  border: darkgrey 1px inset;		
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  background-color: green;
  font-weight: normal;	
  color: white;
}

#data{
    /*font-size: 25px;
    */
	border: darkgrey 1px inset;
    padding-left: 2px;
    padding-right: 2px;
    background-color: deepskyblue;
	color: darkslategray;
}
#thgesamt {
	font-weight: bold;
	border: darkgrey 1px inset;		
  	padding-top: 2px;
  	padding-bottom: 2px;
  	text-align: center;
  	color: white;
}

#gesamt
{
	font-weight: bold;
	border: darkgrey 1px inset;		
  	padding-top: 2px;
  	padding-bottom: 2px;
  	text-align: center;
  	color: black;
}