class="menue"

body {
  color: #FFFFFF;
  background-color: #FFFFFF;
  font-family:arial;
  font-size: 10pt;
}

table,tr,td {
  color: #000000;
  font-family: arial;
  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: #F6F1E8;
  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;
  display: block;
  font-weight: normal;
  border-color: #008200;
}

.menue li a:visited {
  color: #000000;
  text-decoration: none;
  background-color: #F6F1E8;
  font-size: 8pt;
  font-family: arial;
  display: block;
  font-weight: normal;
  border-color: #008200;
}

.menue li a:hover {
  color: black;
  background-color: #F6F1E8;
  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;
    border-color: #008200;
}

.ueberschrift {
  color: #446D8C;
  background-color: #F6F1E8;
  font-weight: bold;
  padding: 2px 10px;
  font-size: 10pt;
}

.impressum {
  color: #9F9F9F;
  font-size: 8pt;
  text-align: center;
}
.arnews {
  color: #0068A0;
  font-family: arial;
  font-size: 14pt;
  font-weight: bold;
  text-align: right;
  margin-right: 4px;
}
h1 {
  color: #FFFFFF;
  font-family: arial;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
}

h2 {
  color: #0068A0;
  font-family: arial;
  font-size: 13pt;
  font-weight: bold;
  text-align: center;
}

h3 {
  color: #0068A0;
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  margin-left: 4px;
}

h4 {
  color: #A0A0A0;
  font-family: arial;
  font-size: 10pt;
  font-weight: normal;
  margin-left: 4px;
}

h5 {
  color: #689CD0;
  font-family: arial;
  font-size: 8pt;
  font-weight: bold;
  margin-left: 4px;
}

a:link {
  color: #000000;
  text-decoration: none;
    font-size: 8,5pt;
}

a:visited {
  color: #000000;
  text-decoration: none;
      font-size: 8,5pt;
}

a:active {
  color: #004669;
  text-decoration: none;
  font-weight: bold;
      font-size: 8,5pt;
}

a:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}