body {
   text-align: center;
  font-family:  Helvetica, Arial,  sans-serif;
 
  color: #262626;  
  background: #e78140;
	margin: 1.5em;
	text-align: center;
	font-size: 1em;
	
}
div.documents {
  
  overflow: auto;
  }
#container {
  background-image: url(../images/filling.png);
  background-position: center;
  background-repeat: repeat-y;
  position: relative;  
  text-align: left;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  width: 900px;
  min-height: 710px;
  

  }
div.ubersicht {
  margin-bottom: 20px;
  }
img, table { margin: 0; padding: 0; border: none; }
h1 { margin: 0 0 5px;
     padding:0 ; 
     font-weight: bold;
     font-size: 1.3em;
}
h2 { margin: 10px 0 5px; 
     padding: 0;
     font-weight: bold;
     font-size: 1.1em;
}
h3 { margin: 5px 0 25px; 
     padding: 0;
     font-weight: bold;
     font-size: 1em;
}
#inhalt .kopf {
     font-style: italic;
     margin: 0 0 5px;
}
.date {
 font-style: italic;
 font-weight: bold;
 padding-top: 0.5em;
 }
#navi {
  position: absolute;
  top: 150px;
  left: 25px;
  width: 150px;
  z-index: 20;
 
 
  }
#inhalt {
  position: relative;
   padding-top: 150px;
   padding-left: 250px;
   padding-right: 50px;
  padding-bottom: 150px;
  z-index: 15;
  overflow: visible;
  font-weight: normal;
}
#navi ul { margin: 0; padding: 0; 
     font-size: 1.1em;
    line-height: 1.5em;
}
#navi ul ul {font-size: 0.9em;
   margin-left: 5px; 
   line-height: 0.9em;
}
#navi li, #navi a, #bottomnav a{
    color: #e76919;
    font-family: Courier,  serif; 
}
#navi a, #bottomnav a {
 
 font-weight: bold;   
}
a {
   text-decoration:none;
   }
a:hover {
   text-decoration: underline;
   }
#navi ul ul a {
  font-weight: normal;
}
#bottomnav {
   position: absolute;
  bottom: 30px;   
  left: 200px;
  width:650px;
   z-index: 20;
   text-align: center;
   color: #e76919;
}
#bottomnav img { vertical-align: bottom; }
#oben {
  background-image: url(../images/oben.png);
  background-position: top;
  background-repeat: no-repeat;
  width:900px;
  height: 319px;
   position: absolute;
  top: 0; 
  
  
}

#unten {
  position: absolute;
  bottom: 0;   
  background-image: url(../images/unten.png);
  background-position: top;
  background-repeat: no-repeat;
  width:900px;
  height: 383px;
 
}

