body {
  color: #FFFFFF;
  background-color: #51A5E3;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 9pt;
}

table, tr, td {
  color: #000000;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 9pt;
}

p, ul, li {
  margin-left: 2px;
  margin-right: 2px;
}

.menue {
  list-style-type:none;
  margin-left: 0px;
  padding-left: 0px;
}

.menue li a {
  color: #000000;
  width: 120px;
  padding: 2px 2px 2px 10px;
  text-decoration: none;
  background-color: #ABD3F1;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-top: 1px solid white;
  border-right: 1px solid black;
  font-size: 8pt;
  font-family: verdana,arial,helvetica,sans-serif;
  display: block;
  font-weight: normal;
}

.menue li a:visited {
  color: #000000;
  text-decoration: none;
  background-color: #ABD3F1;
  font-size: 8pt;
  font-family: verdana,arial,helvetica,sans-serif;
  display: block;
  font-weight: normal;
}

.menue li a:hover {
  color: white;
  background-color: #1F7ABE;
  font-weight: bold;
  border-bottom: 1px solid white;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
  text-decoration: none;
}

.ueberschrift {
  color: #FFFFFF;
  background-color: #1F7ABE;
  font-weight: bold;
  padding: 2px 10px;
  font-size: 10pt;
}

h1 {
  color: #000000;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
}

h2 {
  color: #0068A0;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}

a:link {
  color: #003869;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #0068A0;
  text-decoration: none;
  font-weight: bold;
}

a:active {
  color: #004669;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #446D8C;
  text-decoration: underline;
  font-weight: bold;
}