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

#border {
	position: absolute;
  width: 978px;
  height: 118px;
  border:1px solid #c2c2c2; 	
}

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

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

.images{
	position: absolute;
  width: 980px;
  height: 120px;
}

#vlakLinks{
  height: 120px;
  width: 400px;
  position: absolute;
  background-color: #008374;
}

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


#kaderEen, #kaderTwee{
    position: absolute;
    border: 4px solid #fff;
    width: 25px;
    height: 25px;
    left: 46px;
    top: 27px;
}

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

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

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


#logo{
position: absolute;
    width: 140px;
    height: auto;
    right: 10px;
    bottom: 13px;
}

#terms {
	position: absolute;
}

#BtnWrapper{
	position: absolute;
    width: 100px;
    height: 30px;
	left: 10px;
	bottom: 8px;
	background-color: #F67E00;
	border-radius: 6px;
	cursor: pointer;
}

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

#kaderWrapper{
    position: absolute;
    width: 18px;
    height: 18px;
    top: 30px;
    right: 22px;
    overflow: hidden;
    border: 3px solid #fff;
}

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




