body {
  color: #FFFFFF;
  background-color: #446D8C;
  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: 3px;
  margin-right: 3px;
}
*/
.menue {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

.menue li a {
  color: #000000;
  width: 147px;
  padding: 2px 2px 2px 10px;
  text-decoration: none;
  background-color: #BACBDB;
  border-bottom: 1px dashed black;
  border-left: none;/* 1px solid black; */
  border-top: none; /* 1px dashed white; */
  border-right: none;/* 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: #BACBDB;
  font-size: 8pt;
  font-family: verdana,arial,helvetica,sans-serif;
  display: block;
  font-weight: normal;
}

.menue li a:hover {
  color: white;
  background-color: #446D8C;
  font-weight: bold;
  border-bottom: 1px dashed black;
  border-left: 1px solid black/* 1px solid black; */
  border-top: none; /* 1px dashed white; */
  border-right: none;/* 1px solid black; */
  text-decoration: none;
}

.ueberschrift {
  color: #446D8C;
  background-color: #C0C0C0;
  font-weight: bold;
  font-size: 10pt;
  /*border-bottom: 1px dashed black;*/
  border-left: 1px solid black;  
  border-right: 1px solid black;
  text-align: left;
  
}

.impressum {
  color: #9F9F9F;
  font-size: 7pt;
  text-align: center;
 
}

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

h2 {
/*Überschrift*/

  color: #0068A0;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 14pt;
  /* font-weight: bold; Brauchen wir nicht wegen dem <strong> tagfür Google */
  text-align: left;

}
/*2. Überschrift */
h3 {
  color: #003869;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12pt;
 /* font-weight: bold;  Brauchen wir nicht wegen dem <strong> tag für Google */
  font-style: italic;
  margin-left: 4px;
}

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

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

a:link {
  color: #426D8C;
  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: white;
  text-decoration: underline;
  font-weight: bold;
}