/*
 blau:#1961ac;
 gelb: #ffee00;
*/
:root 
{
 --head-color: transparent;
 --main-color: #1961ac;
 --fontcolor: #ffee00;
 --font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Colors */


echo '<style>
		
		
.snip-blue,.snip-hover-blue:hover
{
	color:var(--fontcolor1)!important;background-color:var(--bgcolor)!important
};
/*********************************************
 * ------ Tablecontainer ------                        *
 *********************************************/
div.tablecontainer 
{
	 overflow-x: auto;
	 color: #1961ac;
}

table, th, td 
{
		  border: 1px solid;
}  

table 
{
		  border-collapse: collapse;
		    width: 100%;
}
		
th, td 
{
		  padding: 10px;
		  text-align: left;
}
		
		//tr:hover {background-color: coral;}
tr:nth-child(even) {background-color: #f2f2f2;}

th 
{
	background-color: #1961ac;
	color: #ffee00;
}
