html, body, form, ul, li, * {
  margin: 0;
  padding: 0;
}
img{
  border: none;
}

#head {
  position: absolute;
  width: 802px;
  height: 292px;
  top: 0px;
  left: 0px;
  background-image: url(gfx/bg-head.png);
}
#links {
  position: absolute;
  top: 130px;
  left: -180px;
  width: 150px;
}

#mitte {
  position: relative;
  left: 0px;
  top: 0px;
  min-height: 400px;
  width: 420px;
  float: left;
}
#mitte img{
  margin-top: 10px;
}

#rechts {
  position: relative;
  right: 0px;
  top: 0px;
  width: 150px;
  min-height: 400px;
  float: right;
  border-left: solid 1px #000;
  margin-left: 10px;
  padding-left: 10px;
}
#footer{
  position: relative;
  clear: both;
  width: 802px;
  top: 200px;
  font: normal 12px Arial;
  border-top: solid 1px #000000;
  text-align: center;
  padding: 3px;
}
#cms-content {
  position: relative;
  top: 165px;
  left: 190px;
  width: 612px;

}

#galerie img{
  border: solid 1px #000000;
}

