body {
  color: #FFFFFF;
  background-color: #446D8C;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 9pt;
}

table,tr,td {
  color: #FFFFFF;
  font-family: arial, verdana, 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: #FFFFFF;
  width: 160px;
  padding: 4px 2px 4px 10px;
  text-decoration: none;
  background-color: #495778;
  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: arial, verdana, helvetica, sans-serif;
  display: block;
  font-weight: normal;
}

.menue li a:visited {
  color: #000000;
  text-decoration: none;
  background-color: #BACBDB;
  font-size: 8pt;
  font-family: arial, verdana, helvetica, sans-serif;
  display: block;
  font-weight: normal;
}

.menue li a:hover {
  color: white;
  background-color: #446D8C;
  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;
}

.topmenu {
  color: #FFFFFF;
  background-color: #7FC0E2;
  font-weight: bold;
  padding: 2px 10px;
  font-size: 10pt;
}

.klein {
  color: #000000;
  font-size: 7pt;
  text-align: center;
}

h1 {
  color: #FFFFFF;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
}

h2 {
  color: #0068A0;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}

h3 {
  color: #003869;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  margin-left: 4px;
}

h4 {
  color: #A0A0A0;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  margin-left: 4px;
}

h5 {
  color: #689CD0;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  margin-left: 4px;
}

a:link {
  color: #003869;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: steelblue;
  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;
}
.tabellenkopf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #3062E9;
	height: auto;
	width: auto;
	padding: 4px;
	display: table-row;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

