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

#border {
	position: absolute;
	width: 968px;
	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;
}

.plaatjes{
	width: 970px;
	height: 250px;
}

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


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


#kaderEen{
    position: absolute;
    border: 5px solid #fff;
    width: 30px;
    height: 30px;
    left: 38px;
    top: 104px;
}

#kaderTwee{
    position: absolute;
    border: 5px solid #fff;
    width: 30px;
    height: 30px;
    left: 38px;
    top: 105px;
}

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

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

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



#terms {
	position: absolute;
	width: 970px;
	height: 250px;
}

#logo{
    position: absolute;
    width: 173px;
    height: auto;
	left: 756px;
    top: 152px;
}

#BtnWrapper{
	position: absolute;
    width: 174px;
    height: 43px;
	left: 756px;
	top: 61px;
	background-color: #F67E00;
	border-radius: 6px;
	z-index: 999;
	cursor: pointer;
}

#booknow{
	position: absolute;
    width: 174px;
    height: 43px;
}

#kaderWrapper{
	position: absolute;
    width: 20px;
    height: 20px;
    top: 8px;
    right: 12px;
    overflow: hidden;
    border: 3px solid #fff;
}

#kader{
	position: absolute;
	width: 40px;
	height: 20px;
	left: -19px;
}
