html, body {
  background-color: #003366;
  font-family: "Verdana", sans-serif;
  font-size: 10pt;
  color: #ffffff;
  text-align: center;
  height: 100%;
  width: 100%;
  min-width: 10cm;
}

table.outer {
  width: 100%;
  height: 100%;
}

td.outer {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

table.inner {
  width: 11cm;
  vertical-align: middle;
  border-collapse: collapse;
  margin: auto;  /* Tabelle zentrieren */
}

th {
  font-family: "Verdana", sans-serif;
  font-weight: normal;
  font-size: 16pt;
  text-align: left;
  vertical-align: text-bottom;
  color: #ffffff;
  border-bottom: solid 1pt #ffffff;
  padding: 2pt;
}

td.headerright {
  font-family: "Verdana", sans-serif;
  font-weight: normal;
  font-size: 11pt;
  text-align: right;
  vertical-align: text-bottom;
  color: #ffffff;
  border-bottom: solid 1pt #ffffff;
  padding: 2pt;
}

td.normal {
  font-family: "Verdana", sans-serif;
  font-weight: normal;
  font-size: 11pt;
  text-align: left;
  vertical-align: baseline;
  color: #ffffff;
  padding-left: 2pt;
  padding-top: 4pt;
}

a:link, a:visited {
  text-decoration: none;
  color: #ffffff;
}

a:hover, a:active {
  text-decoration: none;
  color: #cccccc;
}