html
{
	background-color: darkslategrey;
	
}
head
	{	
	background-color: green;
	font-family: sans-serif;		
	}

div
    {text-align: left;
    font-family: sans-serif;
    font-size: 20px;
	color: black;
    } 

table, th, td { 
  	border-collapse: collapse;
  	padding: .3em .5em; 
	}

table {
 	margin-left: 2em;
	margin-right: 2em;
	font-family: sans-serif;
	}

th, caption { 
  	color: white; 
  	border: thin solid black;
}
caption {
	background-color: black; 
}
th {
	background-color: gray; 
}

td {
 background-image: linear-gradient(#f9f9f9, #e3e3e3);
 border-left: thin solid #666;
 border-right: thin solid #666;
}

caption {
  	font-size: 1.5em;
  	border-radius: .5em .5em 0 0;
  	padding: .5em 0 0 0;
	text-align: center;
}

/* 2. Spalte zentriert */
td:nth-of-type(2)
{
	text-align: center;
}

td 
	{
  		text-align: left;
	}



#data{
    /*font-size: 25px;
    */
	border: black 1px inset;
    padding-left: 3px;
    padding-right: 3px;
	color: black;
}
