body {
  margin: 0;
  padding: 0;
  width: 1048px;
  height: 828px;
  font-family: Arial, Helvetica, sans-serif;
}

#content {
  width: 698px;
  height: 300px;
  position: absolute;
  top: 200px;
  left: 300px;
  font-size: 12px;
}

a {
  color: #b52617;  /* mouseover fontfarbe */
  font-family: Arial, Helvetica, sans-serif;
  /*font-weight: bold;*/
  font-size: 12px;
  text-decoration: none;
}

a:hover {
  /*color: #fc3;*/  /* mouseover fontfarbe */
  text-decoration: none;
  color: #004990; /*#997A00;*/
}

p {
  text-align: justify;
}

li {
  padding: 1px;
}

.fett {
  font-weight: bold;
}

.unterstrichen {
  text-decoration: underline;
}



.bereichname {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fc3;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: uppercase;
}

.fliesstext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

.page-headline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #00539b;
  text-transform: uppercase;
  text-align: left;
}

.headline {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #00539b;
  text-transform: uppercase;
  text-align: left;
}

table.valign-top tbody tr td
{
  vertical-align: top;
}

div#aktuelles-position
{
    position: absolute;
    width: 206px;
    top: 197px;
    left: 50px;
}

div.aktuelles-container {
  
  font-size: 11px;
  margin-bottom: 10px;
}


div.aktuelles-container a {
  font-size: 11px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  display: block;
  
  margin-bottom: 10px;
}


div.aktuelles-top {
  width: 206px;
  height: 26px;
  background-image: url(../images/box_top.png);
  line-height: 26px;
  color: white;
  font-size: larger;
  text-align: center;
  font-weight: bold;
  letter-spacing: .5em;
}

div.aktuelles-container div.aktuelles-content {
  border-left: solid 2px #004c92;
  border-right: solid 2px #004c92;
  overflow: auto;
  padding: 15px 8px 0px 10px;
  background-color: #fef1ba;
}


div.aktuelles-bottom {
  background-image: url(../images/aktuelles_bottom.png);
  height: 26px;
  width: 206px;
}

.info {
  background: url(../images/info.png) no-repeat 6px center;
  border: 1px solid #004990;
}

.exclamation {
  background: url(../images/achtung.png) no-repeat 6px center;
  border: 1px solid #fecf00;
  font-weight: bold;
}

.error {
  background: url(../images/fehler.png) no-repeat 6px center;
  border: 2px solid #BB0000;
  font-weight: bold;
}

.help {
  background: url(../images/help.png) no-repeat 6px center;
  border: 1px solid #004990;
}

.info, .exclamation, .error, .help {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 12px;
  padding-left: 28px;
  background-color: #eee;
}


#indexTable {
    padding-left: 30px;
}
