{ padding:0, margin:0, list-style-type:none;}

.txt{
    image-rendering: optimizeSpeed;             /*                     */
    image-rendering: -moz-crisp-edges;          /* Firefox             */
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}

#container{
  position: absolute;
  width: 160px;
  height: 600px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #0000ff;
  cursor: pointer;
}

#overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #69acd6;
  z-index: 50;
}

#border {
  position: absolute;
  width: 158px;
  height: 598px;
  top: 0px;
  left: 0px;
  border:1px solid #c6c6c6;
  z-index: 21;
}

#clicktag{
  position: absolute;
  width: 160px;
  height: 600px;
  top: 0px;
  left: 0px;
  margin: auto;
  cursor: pointer;
  z-index: 900;
}

#logo, #logoVlakken{
  position: absolute;
}

#pCirkel{
  position: absolute;
  top: 500px;
  left: 39px;
  transform-origin: top center;
  -ms-transform: rotate(-207deg); /* IE 9 */
  -webkit-transform: rotate(-207deg); /* Chrome, Safari, Opera */
  transform: rotate(-207deg);
}

#oCirkel{
  position: absolute;
  top: 500px;
  left: 67px;
  transform-origin: top center;
  -ms-transform: rotate(-207deg); /* IE 9 */
  -webkit-transform: rotate(-207deg); /* Chrome, Safari, Opera */
  transform: rotate(-207deg);
}

#gCirkel{
  position: absolute;
  top: 499px;
  left: 90px;
  transform-origin: top center;
  -ms-transform: rotate(-207deg); /* IE 9 */
  -webkit-transform: rotate(-207deg); /* Chrome, Safari, Opera */
  transform: rotate(-207deg);
}

#dCirkel{
  position: absolute;
  top: 500px;
  left: 114px;
  transform-origin: top center;
  -ms-transform: rotate(-207deg); /* IE 9 */
  -webkit-transform: rotate(-207deg); /* Chrome, Safari, Opera */
  transform: rotate(-207deg);
}

#logohoek{
  bottom: 0px;
  right: 0px;
  position: absolute;
}

#eindBg{
  position: absolute;
}

#draaiVlak{
  position: absolute;
  width: 1250px;
  height: 636px;
  top: 498px;
  left: -581px;
  background-color: #4e96d2;
  transform-origin: top center;
  -ms-transform: rotate(-27deg); /* IE 9 */
  -webkit-transform: rotate(-27deg); /* Chrome, Safari, Opera */
  transform: rotate(-27deg);
}

#covers{
  position: absolute;
  bottom: 0px;
}

#eindFrame{
  position: absolute;
}

/*#text3{
  position: absolute;
  top: 243px;
  left: 176px;
  clip: rect(0px, 0px, 27px, 0px); /*top, right, bottom, left
}*/

.fanfare{
  position: absolute;
  clip: rect(0px, 160px, 600px, 0px); /*top, right, bottom, left*/
}

#fanfareBg{
  position: absolute;
  left: -16px;
  top: -38px;
}

#fanfareGids{
  position: absolute;
  left: 40px;
  top: 220px;
}

#texthoek{
  position: absolute;
}

#text1, #text2{
  position: absolute;
  top: 30px;
  left: 15px;
  clip: rect(0px,0px,98px,0px); /*top, right, bottom, left*/
}

#btn{
    position: absolute;
    width: 140px;
    height: 31px;
    top: 350px;
    right: 10px;
    border-radius: 1px;
    background-color: #ffa62f;
    clip: rect(0px,140px,31px,140px); /*top, right, bottom, left*/
    cursor: pointer;
    z-index: 999;
}

#btnWrapper{
    position: absolute;
    width: 140px;
    height: 31px;
    top: 0px;
    left: 0px;
    overflow: hidden;

}

#btnSchuin{
    position: absolute;
    width: 245px;
    height: auto;
    top: 0px;
    left: 140px;

}

#btnText{
    position: absolute;
    top: 8px;
    left: 24px;
    clip: rect(0px,0px,31px,0px); /*top, right, bottom, left*/
}



