@charset "UTF-8";
/* CSS Document */
/* Div layer for the entire banner. */

#container {
  position: absolute;
  width: 300px;
  height: 50px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
   background-color: #fff;
}

.beschuit {
	left:50%;
	margin-left:-106px;
    background: url('spritesheet_beschuit.png') left top;
    width: 212px;
    height: 50px;
    position: absolute;
    z-index: 800;
}

.textMeisje {
    margin: 5px 0 0 5px;
    position: absolute;
    background: url('text_meisje.jpg');
    width: 47px;
    height: 35px;
    z-index: 902;
}

.textJongen {
    margin: 5px 5px 0 0;
    position: absolute;
	right:0;
    background: url('text_jongen.jpg');
    width: 47px;
    height: 35px;
    z-index: 901;
}

#border {
  position: absolute;
  width: 298px;
  height: 48px;
  top: 0px;
  left: 0px;
  border:1px solid #666666; 
  z-index: 999;
}

#clicktag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 999;
}

#text2 {
  position:absolute;
  top: 2px;
  left: 96px;
  width:200px;
  height:48px;
}

#eindframe {
  position: absolute;
  width: 320px;
  height: 100px;
  top: 0px;
  left: 0px;
  z-index: 900;
}

#eindframe img{
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    bottom: 0;
}

.cardWrapper1{
  width:84px;
  height:40px;
  position:absolute;
  top: 4px;
  left: 4px;
}
/*
.cardWrapper2{
  width:60px;
  height:50px;
  position:absolute;
  top: 4px;
  left: 245px;
}

.cardWrapper3{
  width:60px;
  height:50px;
  position:absolute;
  top: 4px;
  left:306px; 
}
/*
.cardWrapper4{
  width:60px;
  height:50px;
  position:absolute;
  top: 4px;
  left:247px;
}
*/
.cardFace1{
  position:absolute;
  width:84px;
  height:40px;
  overflow:hidden;
  border-radius: 8px;
  border-width:1px;
  border-style: solid;
  border-color: #6e92db;
}

.cardFace2{
  position:absolute;
  width:60px;
  height:50px;
  overflow:hidden;
  border-radius: 8px;
  border-width:1px;
  border-style: solid;
  border-color: #6e92db;
}

.cardFace3{
  position:absolute;
  width:60px;
  height:50px;
  overflow:hidden;
  border-radius: 8px;
  border-width:1px;
  border-style: solid;
  border-color: #6e92db;
}

/*
.cardFace4{
  position:absolute;
  width:60px;
  height:50px;
  overflow:hidden;
  border-radius: 8px;
  border-width:1px;
  border-style: solid;
  border-color: #6e92db;
}
*/

.front{
  background-color: #fff;
}

.back{
   right:0px;
   background-color: #fff;
}

.button{
  position:absolute;
  border-radius: 4px;
  width:87px;
  height:27px;
  right:6px;
  bottom:6px;
  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;
}