body {
  color: #000000;
  font-family: verdana,arial,helvetica;
  font-size: 11pt;
  margin: 0;
  background-image: url(images/mainbg.jpg);
}

p {
  padding: 3px;
  margin: 0;
}

.header {
  background-image: url(images/header.gif);
  background-repeat: no-repeat;
  color: #0050A0;
  background-color: transparent;
  text-align: center;
  width: 643px;
  height: 157px;
  font-size: 18pt;
  font-weight: bold;
  font-style: italic;
  padding-top: 50px;
}

.navigation {
  background-image: url(images/navigation.gif);
  background-repeat: no-repeat;
  width: 272px;
  height: 407px;
  margin: 80px 0px 0px 0px;
  padding: 0px 0px 0px 30px;
  text-align: left;
}

.naviueberschrift {
  font-family: "Trebuchet MS", verdana,arial,helvetica;
  color: #0050A0;
  background-color: transparent;
  font-size: 14pt;
  font-weight: bold;
  font-style: italic;
  margin: 0px;
  padding: 30px 0px 0px 50px;

}

.menue {
  list-style-type: none;
  background-color: transparent;
  margin: 10px 0px 0px 0px;
  padding: 0;
  color: #000000;
  width: 230px;

}

.menue li a, menue li a:active, menue li a:visited {
  color: #000000;
  background-color: transparent;
  width: 220px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 12pt;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  display: block;
  font-weight: bold;
}

.menue li a:hover {
  color: #ffffff;
  background-color: #457DBD;
  text-decoration: none;
}


h1 {
  color: #000000;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  margin: 0;
}

h2 {
  color: #0050A0;
  font-size: 14pt;
  font-weight: bold;
  margin: 0;
  padding-top: 10px;
}

h3 {
  color: #BF00FF;
  font-size: 13pt;
  font-weight: bold;
  font-style: italic;
  margin: 0;
  padding-top: 10px;
}

h4 {
  color:#009F00;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  margin: 0;
  padding-top: 10px;
}

h5 {
  color: #C00000;
  font-size: 12pt;
  font-weight: bold;
  margin: 0;
  padding-top: 10px;
}

a:link, a:active, a:visited {
  color: #0070C0;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #0070C0;
  text-decoration: underline;
  font-weight: bold;
}

.frame {
  color: #E000000;
  font-size: 8pt;
  font-weight: normal;
  text-align: right;
  margin-top: 20px;
}

.copyright {
 margin-top: 10px;
 font-size: 6pt;
 text-align: center;
}