@charset "UTF-8";
/* CSS Document */
/* Div layer for the entire banner. */
{ padding:0, margin:0, list-style-type:none;}

#container {
  position: absolute;
  width: 200px;
  height: 250px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #000D22;
}

#border {
  position: absolute;
  width: 198px;
  height: 248px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc; 
  z-index: 998;
}

#clicktag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 999;
}

#fade{
  position: absolute;
  height:100%;
  width: 100%;
  background-color:#000D22;
  z-index: 998;
}

#fadetwee{
  position: absolute;
  height:100%;
  width: 100%;
  background-color:#000D22;
  opacity:0;
  z-index: 950;
}

#rand{
  position: absolute;
  z-index: 995;
}

#logo{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 997;
}

#lierbeneden{
  position: absolute;
  bottom: -55px;
  left: 130px;
  z-index: 996;
}

#lierboven{
  position: absolute;
  top: -55px;
  right: 125px;
  z-index: 996;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}


#cta{
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 997;
  cursor: pointer;
}

#pijl{
  position: absolute;
  bottom: 10px;
  right: 7px;
  z-index: 997;
  cursor: pointer;
}

#btn:hover {
    -ms-transform: scale(1,1) !important; /* IE 9 */
    -webkit-transform: scale(1,1) !important; /* Safari */
    transform: scale(1,1) !important;
}

#txt1a{
  position: absolute;
  top: 0px;
  z-index: 970;
}


#sneeuw11{
  position: absolute;
  top: -800px;
  left: 0px;
  z-index: 969;
}

#sneeuw22{
  position: absolute;
  top: -800px;
  left: 0px;
  z-index: 969;
}

#sneeuw33{
  position: absolute;
  top: -800px;
  left: 0px;
  z-index: 969;
}


}










