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

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

#menu {
  border: solid darkred 2px;
}

  .fotodoku {
    margin-bottom: 20px;
  }

  .fotodoku .images .image {
    width: 180px;
    height: 180px;
    padding: 2px;
    margin: 2px;
    text-align: center;
    float: left;
    background-color: #ccc;
  }

  * html .image {
    height: 1%;
  }

