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

#border {
	position: absolute;
	width: 726px;
	height: 88px;
  border:1px solid #c2c2c2; 	
}

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

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

.plaatjes{
	position: absolute;
	width: 728px;
	height: 90px;
}

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


#txtEen, #txtTwee, #txtDrie, #txtVier, #txtVijfa,#txtVijfb,#txtVijfc{ 
	position: absolute;
}


#kaderEen{
	position: absolute;
    border: 3px solid #fff;
    width: 20px;
    height: 20px;
    left: 62px;
    top: 32px;
}

#kaderTwee{
	position: absolute;
    border: 3px solid #fff;
    width: 20px;
    height: 20px;
    left: 62px;
    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);*/
}

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


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

#logo{
    position: absolute;
    width: 108px;
    height: auto;
	left: 606px;
    top: 52px;
}

#BtnWrapper{
	position: absolute;
    width: 101px;
    height: 27px;
	left: 608px;
	top: 15px;
	background-color: #F67E00;
	border-radius: 4px;
	z-index: 999;
	cursor: pointer;
}

#booknow{
	position: absolute;
    width: 101px;
    height: 27px;
}

#kaderWrapper{
    position: absolute;
    width: 14px;
    height: 14px;
    top: 4px;
    right: 5px;
    overflow: hidden;
    border: 2px solid #fff;
}

#kader{
	position: absolute;
	width: 28px;
	height: 14px;
	left: -13px;
}
