
#left {
  width: 450px;
  float: left;
  position: relative;
}


#right {
  width: 420px;
  float: right;
  position: relative;
  z-index: 2;
}


#cloudia {
  margin-top: 0px;
  margin-left: 70px;
}



#box {
  position: relative;
  width: 345px;
  height: 416px;
  background-color: #f8f8f9;
  background-image: url(img/voordelen_background.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
  z-index: 2;
}

#box .padder {
  padding: 20px;
}


#shadow_links {
  position: absolute;
  top: 340px;
  left: -70px;
  z-index: 1;
}

#shadow_rechts {
  position: absolute;
  top: 340px;
  left: 345px;
  z-index: 1;
}