/********** allgemeine Angaben: Schriftart, -groesse, Hintergrundfarbe **********/
body { font-family: Helvetica, Arial, sans-serif; font-size: 10pt; margin: 3px; }

span, p, table, th, tr, td { font-size: 10pt; }

/********** Title-Bereich **********/
.titel_logo {}
.titel_bereich { background-color: #FFFFF9 }
.titel_zelle {padding-left: 5px}
.titel_zelle_name { font-size: 18pt; color: #000000; }

/********** Position-Bereich **********/
.navigator { font-size: 10pt; }
td.navigator
{
  color: #FFFFFF;
  font-weight: bold;
}

.stack_bereich
{
  width: 100%;
  font-size: 9pt;
  color: #FFFFFF;
  height: 30px;
  border-width: 0px;
  border-left: 1px #000000 solid;
  border-right: 1px #000000 solid;
  border-top: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  margin-top: 0px;
  background-color: #008682;
}

.stack_position {}

/********** Menu-, Content- und Footer-Bereich **********/
.inhalt_bereich
{
  vertical-align: top;
  width: 100%;
  height: 88%
}

/********** Content-Bereich **********/
.inhalt
{
  vertical-align: top;
  width: 100%;
  height: 400px;
  padding-left: 25;
  padding-top: 25;
  padding-bottom: 25;
  background-color: #FFFFFF;
  border-left: 1px #000000 solid;
  border-right: 1px #000000 solid;
  border-top: 0px #000000 solid;
  border-bottom: 1px #000000 solid;
  color: #281566;
}
