{ padding:0, margin:0, list-style-type:none;}

#container{
  position: absolute;
  width: 336px;
  height: 280px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
}

#frame1{
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('bg.jpg');
  background-size: 336px 280px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
}

#frame2{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
}

#eten{
  position: absolute;
  top: 0px;
  left: 0px;
}

.retina{
  position: absolute;
  width: 336px;
  height: 280px;
}

#border {
  position: absolute;
  width: 334px;
  height: 278px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
}

#overlay{
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 9999;
  cursor: pointer;
  top:0;
  left:0;
}

#logo{
  position:absolute;
  top:0px;
  right:0px;
}

#vlak{
  position: absolute;
  width: 336px;
  height: 50px;
  bottom: 0px;
  background-color: #80bd1d;
}

/* ///////////////////// BBQ /////////////////////////////// */

#bbq_top{
  position:absolute;
  top:0px;
  right:0px;
}

#bbq_mid{
  position:absolute;
  top:0px;
  right:0px;
/*  background-color: #ff0000;*/
}

#bbq_bottom{
  position:absolute;
  top:0px;
  right:0px;
}

#bbq_midWARP {
  position: absolute;
  width: 336px;
  height: 280px;
  clip: rect(125px,336px,125px,0px);  
}

/* ///////////////////// CTA /////////////////////////////// */

#txt_btn{
  position: absolute;
  bottom: 3px;
}

.arrow {
    position: absolute;
    bottom: 3px;
}

