﻿
/* 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;
 background-blend-mode: saturation;
 
}
.center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
table {
  
  	border: 0;
    background-color: #99CCCC;	
}
td {
  	text-align: left;
}
table.sponsoren {
	width: 80%;
	column-count: 2;
	line-height: 100%;
	text-align: left;

}
p {
 	font-weight: bold;
 	color: blue;
}

h1
{
 background-color: #c2e2fb;
 color: black;
 text-align: center;
 font-family: Verdana,sans-serif;
 font-size: 40px;
}
h2
{
 color: black;
 text-align: left;
 font-family: Verdana,sans-serif;
 font-size: 12px;
}
h3
{
 color: black;
 text-align: right;
 font-family: Verdana,sans-serif;
 font-size: 12px;
}
