/* Generelle Styles für alle Seiten */
html {
 height:100%;
 max-height:100%;
 padding:0;
 margin:0;
 border:0;
 background-color:#e1e1e1;
 font-family:Arial, Helvetica;sans-serif;
 /* hide overflow:hidden from IE5/Mac */
 /* \*/
 overflow: hidden;
 /* */
}
body {
  height:100%;
  max-height:100%;
  overflow:hidden;
  border:0;
  background-color:#e1e1e1;
  color:#000000;
  margin:0px;padding:0;
  scrollbar-face-color:#f1f1f1;
  scrollbar-shadow-color:#f1f1f1;
  scrollbar-arrow-color:#f58220;
  }
/* Seitenaufteilung */
#inhalt {
  display:block;
  overflow:auto;
  position:absolute;
  z-index:3;
  top:90px;
  bottom:32px;
  width:900px;
  margin-left:-471px;
  left:50%;
  background:#f1f1f1;
}
* html #inhalt {
  top:0;
  bottom:0;
  height:100%;
  width:902px;
  border-top:102px solid #f1f1f1;
  border-bottom:30px solid #f1f1f1;
}
#oben {
  position:absolute;
  margin-left:-471px;
  left:50%;
  top:0;
  width:900px;
  min-width:900px;
  height:90px;
  background:#c0c0c0;
  z-index:5;
}

* html #oben {
top:0px; width:902px; height:92px;
}
#unten {
  text-align:right;
  position:absolute;
  margin-left:-471px;
  left:50%;
  bottom:0;
  width:900px;
  min-width:900px;
  height:30px;
  background:#c0c0c0;
  z-index:5;
  font-family: Arial, sans-serif;
}

* html #unten {
  bottom:2px; width:902px; height:34px;
}
div {
  font-size: 12px;
  font-family:Arial, sans-serif ;
  color:#000080;font-weight:normal;
}
