{ 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: 300px;
  height: 50px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
}

#border {
  position: absolute;
  width: 298px;
  height: 48px;
  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, #txt1b, #txt1c, #txt2, #btn{
  position: absolute;
}

#bg{
  bottom: 0px;
}

#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{

}
