body {
	background-color: #ececec;
	font-size: 20px;
padding: 0; margin: 0;
}

.content { max-width: 1590px; margin: 0 auto; background: #ffffff; padding: 0 15px; }

h1, h2, h3, h4, h5, h6, p, td, th, .footer
{
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

h1 { font-size: 24px; background: #D9D9D9; padding: 20px 0; font-weight: normal; margin: 20px 0; }
h1 b { color: #06579b; }
small { font-size: 0.7em; }

p.MsoNormal, li.MsoNormal, div.MsoNormal {
  mso-style-unhide: no;
  mso-style-qformat: yes;
  mso-style-parent: "";
  margin-top: 0cm;
  margin-right: 0cm;
  margin-bottom: 10.0pt;
  margin-left: 0cm;
  line-height: 115%;
  mso-pagination: widow-orphan;
  font-size: 11.0pt;
  font-family: "Trebuchet MS","sans-serif";
  mso-ascii-font-family: "Trebuchet MS";
  mso-ascii-theme-font: minor-latin;
  mso-fareast-font-family: "Trebuchet MS";
  mso-fareast-theme-font: minor-latin;
  mso-hansi-font-family: "Trebuchet MS";
  mso-hansi-theme-font: minor-latin;
  mso-bidi-font-family: "Trebuchet MS";
  mso-bidi-theme-font: minor-bidi;
  mso-fareast-language: EN-US;
}

.nav {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

.title {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

a {
	color: black;
	text-decoration: none;
}

a:link {
        color: #06579b;
	text-decoration: none;
}

a:visited {
        color: #06579b;
	text-decoration: none;
}

a:active {
	color: #06579b;
	text-decoration: none;
}

a:hover {
	color: #990099;
	font-weight: bold;
	text-decoration: none;
}

table th { font-size: 20px; }
.table1 td { border: 1px solid #000; padding: 3px; }
.table1 .t1g { background: #92D050; }
.table1 td:first-child { font-weight: 700; text-align: center; }
.gruen { color: #00b050; }
.rot { color: #cc0000; }
.blau { color: #3333bf; font-weight: 700; }

.header { 
background: #06579b;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  }
.header h2 { color: #fff; font-size: 20px; }
.footer {
  background: #06579b;
  padding: 20px 0px 10px 0px;
  color: #ffffff;
  line-height: 1.2em;
  border-top: 2px solid #cecece;
display: flex;
flex-flow: row;
font-size: 18px;
}
.footerbox {
width: 73%;
  margin-left: 1%;
  margin-right: 1%;
}

.footer-links {
width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}

.footerbox p { margin-top: 0; }

.footer a { color: #fff; }
.footer a:hover { color: #ececec; }
.footer-links { text-align: right; }
.footer-links a { margin-left: 20px; }