body, p, li, ul {
  font-family: arial, sans-serif; color: #000000; font-weight: normal;
}

b { font-weight: bold; }
u { text-decoration: underline; }

a:link, a:active, a:visited { text-decoration: none; color: #0000FF; }
a:hover { text-decoration: underline; color: #0000FF; }

a.l:link, a.l:active, a.l:visited { text-decoration: none; color: #99CCFF; }
a.l:hover { text-decoration: underline; color: #99CCFF; }

body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  background: url('../bilder/bg790.gif') repeat-y top left;
}

#rahmen {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 790px;
  height: 680px;
}

#kopfleiste {
  height: 11px;
  background: url('../bilder/kopfleiste.gif') repeat-x;
  padding: 3px 8px 0px 0px;
  text-align: right;
}

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 790px;
  height: 100px;
  background: url('../bilder/header790.jpg') no-repeat top left;
}

#streifen {
  position: absolute;
  top: 100px;
  left: 10px;
  width: 770px;
  height: 5px;
  background-color: #f00;
}

#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 790px;
  height: 20px;
  background: url('../bilder/footer790.gif') no-repeat top left;
}

#titel {
  position: absolute;
  top: 39px;
  right: 20px;
  text-align: right;
}

#navigation {
  position: absolute;
  top: 105px;
  left: 10px;
  width: 770px;
  padding: 4px 0px 4px 0px;
  text-align: center;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

h1 {
  font: italic bold 23px arial, sans-serif, serif;
  margin: 0px;
  padding: 0px;
  color: black;
}

h1.orange {
  color: #FF6633;
  font: italic 24px/26px Georgia, "Times New Roman", serif;
  margin-bottom: 6px;
}

h2 {
  font: bold 17px/23px arial, sans-serif, serif;
  color: #000;
  margin: 0px;
  padding: 0px;
}

p {
  font: 13px arial, sans-serif, serif;
  line-height: 19px;
  margin: 0px;
  padding: 0em 0em 0.5em 0em;
  color: black;
}

p.bu {
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: bold;
}
p.bu a {
  font-weight: normal;
}

.rot { color: red; }
.grau { color: #777; }

.daten td {
  font: 12px/17px arial, sans-serif, serif;
  background-color: #eeeeee;
}

img {
  border: none;
}

