#container {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
}

#border {
	position: absolute;
	width: 298px;
	height: 248px;
  border:1px solid #c2c2c2; 	
}

#overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 999;
}

#bg{
	position: absolute;
	top:0px;
	left:0px;
}

#bgOverlay{
	position: absolute;
	top: -50px;
	left: 100px;
}

.plaatjes{
	position: absolute;
	width: 300px;
	height: 250px;
}

#txtEen, #txtTwee, #txtDrie, #txtViera, #txtVierb{ 
	position: absolute;
	width: 300px;
	height: 250px;
}

#txtVijf {
position: absolute;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #ffffff;
    font-size: 7px;
    left: 10px;
    bottom: 5px;
        -webkit-font-smoothing: none;
}


#kaderTwee, #kaderDrie, #kaderVier{
    position: absolute;
    border: 3px solid #fff;
    width: 20px;
    height: 20px;
    left: 23px;
    top: 32px;
}

.check{
	position: absolute;
	fill:none;
	stroke:#fff;
	stroke-miterlimit:10;
	stroke-width:3px;
	height: 20px;
	width: 20px;
/*	clip: rect(0px,0px,30px,0px);*/
}

#checkTest, #checkTest1, #checkTest, #checkTest11{
	position: absolute;
	height: 20px;
	width: 20px;
	clip: rect(0px,0px,30px,0px);
}

.check2{
	position: absolute;
	fill:none;
	stroke:#fff;
	stroke-miterlimit:10;
	stroke-width:3px;
	height: 20px;
	width: 20px;
/*	clip: rect(0px,0px,30px,0px);*/
}

#checkTest, #checkTest12{
	position: absolute;
	height: 20px;
	width: 20px;
	clip: rect(0px,0px,30px,0px);
}

#footer{
	position: absolute;
	width: 100%;
	height: 67px;
	bottom: 0px;
	background-color: #008374;
}


#logo{
    position: absolute;
    width: 135px;
    height: auto;
    right: 15px;
    bottom: 14px;
}

#terms {
	position: absolute;
}

#BtnWrapper{
	position: absolute;
    width: 113px;
    height: 33px;
	left: 16px;
	bottom: 17px;
	background-color: #F67E00;
	border-radius: 6px;
	cursor: pointer;
}

#booknow{
	position: absolute;
    width: 300px;
    height: 250px;
}

#kaderWrapper{
    position: absolute;
    width: 15px;
    height: 15px;
    top: 207px;
    right: 173px;
    overflow: hidden;
    border: 3px solid #fff;
}

#kader{
    position: absolute;
    width: 30px;
    height: auto;
    left: -15px;
    top: 0px;
}




