{ 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: 970px;
  height: 250px;
  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: 968px;
  height: 248px;
  top: 0px;
  left: 0px;
  border:1px solid #c6c6c6;
  z-index: 21;
}

#clicktag{
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
  margin: auto;
  cursor: pointer;
  z-index: 900;
}

#logo, #logoVlakken{
  position: absolute;
}

#pCirkel{
  position: absolute;
  top: 193px;
  left: 691px;
  transform-origin: top center;
  -ms-transform: rotate(-207deg); /* IE 9 */
  -webkit-transform: rotate(-207deg); /* Chrome, Safari, Opera */
  transform: rotate(-207deg);
}

#oCirkel{
  position: absolute;
  top: 193px;
  left: 752px;
  transform-origin: top center;
  -ms-transform: rotate(-207deg); /* IE 9 */
  -webkit-transform: rotate(-207deg); /* Chrome, Safari, Opera */
  transform: rotate(-207deg);
}

#gCirkel{
  position: absolute;
  top: 192px;
  left: 801px;
  transform-origin: top center;
  -ms-transform: rotate(-207deg); /* IE 9 */
  -webkit-transform: rotate(-207deg); /* Chrome, Safari, Opera */
  transform: rotate(-207deg);
}

#dCirkel{
  position: absolute;
  top: 192px;
  left: 854px;
  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: 1850px;
  height: 900px;
  top: 190px;
  left: -222px;
  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, 970px, 250px, 0px); /*top, right, bottom, left*/
}

#fanfareBg{
  position: absolute;
  left: -40px;
  top: -18px;
}

#fanfareGids{
  position: absolute;
  left: 410px;
  top: 0px;
}

#texthoek{
  position: absolute;
  left: -18px;
}

#text1, #text2{
  position: absolute;
  top: 34px;
  left: 17px;
  clip: rect(0px,0px,26px,0px); /*top, right, bottom, left*/
}

#btn{
    position: absolute;
    width: 232px;
    height: 63px;
    top: 120px;
    left: 286px;
    border-radius: 1px;
    background-color: #ffa62f;
    clip: rect(0px,232px,63px,232px); /*top, right, bottom, left*/
    cursor: pointer;
    z-index: 999;
}

#btnWrapper{
    position: absolute;
    width: 232px;
    height: 63px;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

#btnSchuin{
    position: absolute;
    width: 400px;
    height: 63px;
    top: 0px;
    left: 120px;
}

#btnText{
    position: absolute;
    top: 20px;
    left: 47px;
    clip: rect(0px,0px,63px,0px); /*top, right, bottom, left*/
}



