{ padding:0, margin:0, list-style-type:none;}

/*///////////////////////// CODE VOOR SCHERP MAKEN TIJDENS ZOOMEN ///////////////////////////
    image-rendering: optimizeSpeed;             
    image-rendering: -moz-crisp-edges;          
    image-rendering: -o-crisp-edges;           
    image-rendering: -webkit-optimize-contrast; 
    image-rendering: optimize-contrast;         
    -ms-interpolation-mode: nearest-neighbor;   
*/

#container{
  position: absolute;
  width: 160px;
  height: 600px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
}

#border {
  position: absolute;
  width: 158px;
  height: 598px;
  top: 0px;
  left: 0px;
  border:1px solid #c6c6c6;
  z-index: 21;
}

#overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
}

#logo, #logoKlein, #bg, #licht, #licht2, #gradient, #ballon, #txt1, #txt2, #btn{
  position: absolute;
}

#logoKlein, #btn{
  bottom: 0px;
}

#btn{
  right: 0px;
}

/*#ballon, #txt1, #txt2, #logo{
  top: 60px;
}*/

#bg, #licht, #licht2{

    -ms-transform: rotate(0.1deg); /* IE 9 */
    -webkit-transform: rotate(0.1deg); /* Chrome, Safari, Opera */
    transform: rotate(0.1deg);
    image-rendering: optimizeSpeed;             
    image-rendering: -moz-crisp-edges;          
    image-rendering: -o-crisp-edges;           
    image-rendering: -webkit-optimize-contrast; 
    image-rendering: optimize-contrast;         
    -ms-interpolation-mode: nearest-neighbor;   
}

#gradient{

}
