@charset "UTF-8";
/* CSS Document */
/* Div layer for the entire banner. */

#container {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}

.sieraad{
  margin-top: 0px;
  background: url('sier_spritesheet.png');
  width: 300px;
  height:250px;
  position: relative;
  z-index: 995;
}

.img1{
  position: absolute;
  left: 90px;
  top: 17px;
  z-index: 999;
}

#logoklein img{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

#border {
  position: absolute;
  width: 298px;
  height: 248px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc; 
  z-index: 999;
}

#clicktag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 999;
}

#text2 {
  position:absolute;
  bottom: 38px;
}

#text3 {
  position:absolute;
  bottom: 38px;
}

#eindframe {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  /*background-color: #ffffff;*/
  z-index: 900;
}

#eindframe img{
    position: absolute;
    margin: auto;
    top: 111px;
    left: 0;
    right: 0;
    bottom: 0;
}

/* cardWrappers */

.cardWrapper1{
  width:70px;
  height:98px;
  position:absolute;
  top: 10px;
  left: 10px;
}

.cardFace1{
  position:absolute;
  width:69px;
  height:98px;
  overflow:hidden;
  border-radius: 8px;
  border-width:1px;
  border-style: solid;
  border-color: #e0ddd8;
}

.cardWrapper2{
  width:69px;
  height:98px;
  position:absolute;
  top: 10px;
  left: 80px;
}

.cardFace2{
  position:absolute;
  width:69px;
  height:98px;
  overflow:hidden;
  border-radius: 8px;
  border-width:1px;
  border-style: solid;
  border-color: #e0ddd8;
}

.cardWrapper3{
  width:69px;
  height:98px;
  position:absolute;
  top: 10px;
  left:150px; 
}

.cardFace3{
  position:absolute;
  width:69px;
  height:98px;
  overflow:hidden;
  border-radius: 8px;
  border-width:1px;
  border-style: solid;
  border-color: #e0ddd8;
}

.cardWrapper4{
  width:69px;
  height:98px;
  position:absolute;
  top: 10px;
  left:219px;
}

.cardFace4{
  position:absolute;
  width:69px;
  height:98px;
  overflow:hidden;
  border-radius: 8px;
  border-width:1px;
  border-style: solid;
  border-color: #e0ddd8;
}

.front{
  background-color: #fff;
}

.back{
   right:0px;
   background-color: #fff;
}

.button{
  position:absolute;
  border-radius: 4px;
  width:87px;
  height:24px;
  right:10px;
  bottom:57px;
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt;
  color: #ffffff;
  border-radius: 4px;
  border-style: none;
  background-color: #3366cc;
  text-decoration:none;
  cursor:pointer;
  z-index: 994;
  outline:none;
}

.button img{
  margin-right:5px;
}

.button:hover{
   background-color: #6083c8;
}