#nav_top {
  background: url(/static/backgrounds/Bilder/hellgruen_01.jpg?1000) no-repeat;
  width: 900px;
  height: 147px;
}

#nav_bottom {
  background: url(/static/backgrounds/Bilder/hellgruen_02.jpg) no-repeat;
  width: 900px;
  height: 33px;
}

#menu {
  border: solid lightgreen 2px;
}

  #akkreditierung {
    background: #f5f3ed url(/static/backgrounds/akkreditierung.gif) no-repeat;
    min-height: 40px;
    margin: 0 0 5px 0;
    padding: 30px 4px 4px 4px;
  }
   
  /*
   * IE-Hack
   *
   *
   */
  * html body #akkreditierung {
    height: 1%;
  }
