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 {
  background-color: #E6E6E6;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

#rahmen {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 598px;
  height: 540px;
  background-color: #FFFFFF;
  border: 1px solid #747474;
}

#kopfleiste {
  height: 11px;
  background: url('../bilder/kopfleiste.gif') repeat-x;
  padding: 3px 8px 0px 0px;
  text-align: right;
}

#logo {
  position: absolute;
  top: 25px;
  left: 15px;
  width: 226px;
  height: 59px;
}

#titel {
  position: absolute;
  top: 39px;
  right: 20px;
  text-align: right;
}

#navigation {
  position: absolute;
  top: 100px;
  left: 20px;
  width: 560px;
  padding: 2px;
  text-align: center;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  background-color: #EEE;
}

h1 {
  font: italic bold 17px 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 13px arial, sans-serif, serif;
  color: #F90;
  text-decoration: underline;
  margin: 0px;
  padding: 0px;
}

p, .text {
  font: 12px arial, sans-serif, serif;
  line-height: 17px;
  margin: 0px;
  padding: 0em 0em 0.5em 0em;
  color: black;
}

.rot { color: red; }
.grau { color: #777; }

.daten td {
  font: 12px/17px arial, sans-serif, serif;
  background-color: #eeeeee;
}
