Body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  background-color: #f3f3f3; 
  font-size: 10px; }

#aussen {
  width: 95em;
  height: 40em; }
  
.ueberschrift {
  color: #095086;
  font-size: 16px;
  font-weight: bold; }

.fliesstext {
  font-size: 12px; }

.fliesstext a {
  color: #4F4F4F;
  text-decoration: underline; }

/* ***************************************************************** */
/* ********************* KOPFZEILE ********************************* */
/* ***************************************************************** */

#kopfzeile {
  height: 20.9em;
  width: 95em; 
  background: url(../img/head.jpg) no-repeat; }

#kopfzeile ul {
  list-style-type: none; 
  margin: 0 0 2.3em 1em;
  padding-top: 17em; }

#kopfzeile ul li {
  float: left;
  margin: 0 0 0 0;
  width: 11.1em;
  height: 2.2em;
  text-align: center;
  padding: 0.3em 0 0 0em;
  background: url(../img/bg_menue_inaktiv.png) no-repeat; }

#kopfzeile ul li a {
  display: block;
  outline: none;
  font-family: Times New Roman, serif;
  font-size: 16px;
  text-decoration: none;
  color: #494949; }
  
.aktiv {
  background: url(../img/bg_menue_aktiv.png) no-repeat !important; }

.aktiv a {
  color: #ffffff ! important; }

#blaue_leiste {
  width: 95em;
  height: 3em;
  background: url(../img/bg_navigation.png) repeat-x 0 1px; }

/* ***************************************************************** */
/* ********************* HAUPTBEREICH ****************************** */
/* ***************************************************************** */

#hauptbereich {
  padding: 2em;
  margin: 1.3em 0 0 5em;
  width: 81em;
  background-color: #fcfeff;
  border: 1px solid #b1b1b2;
  border-top: 0; }