body {
  margin: 10px;
  font-family: Verdana,Arial,Helvetica;
  color: #2b2b2b;
  font-size: 9pt;
  background-image: url(images/bg.jpg);
}
h1 {
  color: #4f764b;
  font-size: 13pt;
  font-weight: bold;
}
h2 {
  color: #4f764b;
  font-size: 9pt;
  font-weight: bold;
}
h3 {
  color: #2b2b2b;
  font-size: 9pt;
  font-weight: bold;
}
a:link {
  font-family: Verdana,Arial;
  color: #42a0d1;
  font-size: 9pt;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  font-family: Verdana,Arial;
  color: #76bfe5;
  font-size: 9pt;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  font-family: Verdana,Arial;
  color: #42a0d1;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: underline;
}
table {
  font-family: Verdana,Arial;
  color: #2b2b2b;
  font-size: 9pt;
}
tr {
  font-family: Verdana,Arial;
  color: #2b2b2b;
  font-size: 9pt;
}
td {
  font-family: Verdana,Arial;
  color: #2b2b2b;
  font-size: 9pt;
  padding-left: 7px;
}
p {
  text-align: justify;
}
#tabelle {
  border: 2px solid #000000;
}
#header {
  height: 130px;
  background-image: url(images/header.jpg);
  padding-bottom: 7px;
  padding-right: 21px;
  font-size: 20pt;
  font-weight: lighter;
  text-align: right;
  vertical-align: bottom;
}
#navigation1 {
  height: 25px;
  background-color: #4f764b;
}
#navigation2 {
  height: 25px;
  background-color: #6b9067;
}
#navigation3 {
  height: 25px;
  background-color: #8eae8b;
}
#navigation4 {
  height: 25px;
  background-color: #bacdb8;
}
#navigation-links {
  color: #f1f1f1;
  font-size: 8pt;
}
#content {
  padding: 15px;
  background-color: #f1f1f1;
  color: #2b2b2b;
  text-align: left;
  vertical-align: top;
}
#footer {
  height: 25px;
  background-color: #4f764b;
  color: #f1f1f1;
  font-size: 8pt;
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
}

