/* CSS: Navigation Bahnseite */

#head {
  position:absolute; 
  margin:0; 
  top:0; 
  left:0; 
  display:block; 
  width:100%; 
  height:80px; 
  background-image: url(../images/paper3.gif); 
  z-index:5; 
  overflow:hidden; 
  color:#EDEEE8;
}
 
#head .kopfzeilen {
  width:950px;
  height:30px;
  margin:0 auto;
}

#head .online {
  width:200px;
  height:20px;
  background:Yellow;
  float:left;
  text-align:center;
  font-weight:bold;
  padding:3px;
}

#head .titel {
  width:500px;
  height:25px;
  margin-left:15px;
  float:left;
  text-align:center;
}

#head h2 {
  color:Red;
}

#head .bahnseite {
  width:200px;
  height:25px;
  float:right;
  color:blue;           
  text-align:center;
}

#head .kopftabelle {
  width:950px;
  margin:0 auto;
  border-collapse:collapse;
  border:none;
}

#foot {
  position:absolute; 
  margin:0; 
  bottom:0; 
  left:0; 
  display:block; 
  width:100%; 
  height:1px; 
  z-index:5; 
  overflow:hidden; 
  background:#FFF; 
}