body {
  font-stretch: condensed;
  font-family: 'Arial Narrow', Arial, sans-serif; 
  font-size: 12pt;
  font-weight: normal;
  font-variant: normal;
  color: #175a00;
  background-color: #e9e9e9;
}
a:link {
  font-stretch: condensed;
  font-family: 'Arial Narrow', Arial, sans-serif; 
  font-size: 12pt;
  font-weight: bold;
  color: #175a00;
}
a:visited {
  font-stretch: condensed;
  font-family: 'Arial Narrow', Arial, sans-serif; 
  font-size: 12pt;
  font-weight: bold;
  color: #175a00;
}
a:hover {
  font-stretch: condensed;
  font-family: 'Arial Narrow', Arial, sans-serif; 
  font-size: 12pt;
  font-weight: bold;
  color: #2fb600;
}
a:active {
  font-stretch: condensed;
  font-family: 'Arial Narrow', Arial, sans-serif; 
  font-size: 12pt;
  font-weight: bold;
  color: #7f1f1f;
}
div#impressum {
/*   font-family: 'Courier New'; */
}
p {
  font-stretch: condensed;
  font-family: 'Arial Narrow', Arial, sans-serif; 
  font-size: 12pt;
  font-weight: normal;
  font-variant: normal;
  color: #175a00;
}
tr {
  vertical-align: top;
}
td {
  font-stretch: condensed;
  font-family: 'Arial Narrow', Arial, sans-serif; 
  font-size: 12pt;
  font-weight: normal;
  font-variant: normal;
  color: #175a00;
  padding: 5pt;
  border: 0px solid red;
}
td.heading {
  font-stretch: condensed;
  font-family: 'Arial Narrow', Arial, sans-serif; 
  font-size: 14pt;
  font-weight: normal;
  font-variant: normal;
  color: #175a00;
  padding: 5pt;
  border: 0px solid red;
}
th {
  font-stretch: condensed;
  font-family: 'Arial Narrow', Arial, sans-serif; 
  font-size: 14pt;
  font-weight: normal;
  font-variant: normal;
  color: #175a00;
  padding: 5pt;
  border: 0px solid red;
}
td.links {
  width: 40%;
}
td.barlinks {
  width: 40%;
  vertical-align: text-bottom;
  border: 0px solid blue;
}
table {
  border: 0px solid green;
}
tr.gitter {
  border: 1px solid green;
}
table.bar {
  border: 2px solid black;
  font-size: 1px;
  padding: 0px;
  spacing: 0px;
  line-height: 1px;
}
table.legend {
  font-stretch: condensed;
  font-family: 'Arial Narrow', Arial, sans-serif; 
  font-size: 8pt;
  font-weight: normal;
  font-variant: normal;
  font-style: oblique;
  border: 0px solid red;
  padding: 0px;
  spacing: 0px;
  line-height: 20%;
}
td.legend {
  color: #175a00;
  font-stretch: condensed;
  font-family: 'Arial Narrow', Arial, sans-serif; 
  font-size: 8pt;
  font-weight: normal;
  font-variant: normal;
  font-style: oblique;
  line-height: 20%;
}
td.bar {
  background-color: #1f1f7f;
  color: #ffffff;
  font-weight: bold;
}
td.filller {
  background-color: #ffffff;
}
h3 {
  font-family: "Lucida Sans Unicode";
  font-size: 16px;
  font-weight: bold;
  color: #175a00;
}
h4 {
  font-family: "Lucida Sans Unicode";
  font-size: 14px;
  font-weight: bold;
  color: #175a00;
}
h2 {
  font-stretch: condensed;
  font-family: 'Arial Narrow', Arial, sans-serif; 
  font-size: 18pt;
  font-weight: normal;
  color: #175a00;
  font-variant: small-caps;
  margin-bottom: 0 px;
}
h1 {
  font-stretch: condensed;
  font-family: 'Arial Narrow', Arial, sans-serif; 
  font-size: 22pt;
  font-weight: bold;
  color: #175a00;
  font-variant: small-caps;
  margin-bottom: 0 px;
}
select {
  font-family: "Lucida Sans Unicode";
  font-size: 12px;
  font-weight: bold;
  color: #175a00;
}
input {
  font-family: "Lucida Sans Unicode";
  font-size: 12px;
  font-weight: bold;
  color: #175a00;
}
textarea {
  font-family: "Lucida Sans Unicode";
  font-size: 12px;
  font-weight: bold;
  color: #175a00;
}
ul {
  margin-top: 0px;
  margin-left: 0px;
  list-style-type: square;
}
li {
  border: 0px solid #afafaf;
  margin-top: 0px;
  margin-left: 24pt;
}