@font-face {
  font-family: 'GothamHTF-Light';
  src: url('GothamHTF-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


html, body { margin: 0; padding: 0; }

#container{
	position: absolute;
	width: 120px;
	height:600px;
	background-color: #fff;
	overflow: hidden;
}

#overlay{
	position: absolute;
	width:100%;
	height:100%;
	background-color: #fff;
}

#border{
	position: absolute;
	width:100%;
	height:100%;
	border: 1px solid #cecece;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1000;
    cursor: pointer;
}

.images{
	position: absolute;
	width:120px;
	height:600px;
}

#bg1{
	width:194px;
	height:729px;
	right:-35px;
}

#vlak{
    width: 100px;
    height: 198px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: white;
    overflow: hidden;
}


#check1 {
    position: absolute;
    top: 9px;
    left: 8px;
    width: 40px;
    height: 25px;
}
.checkLeft {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 5px;
    height: 2px;
    background-color: #012465;
}

.checkRight {
    position: absolute;
    left: 5px;
    top: 8px;
    width: 10px;
    height: 2px;
    background-color: #012465;
}

#kaart{
    position: absolute;
    top: -400px;
    right: -10px;
}

#txt3d{
	display:none;
}


#txt3c, #txt3d { top:20px; }


#buttonWrapper{
	position:absolute;
	width:80px;
	height:30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#ec8118;
	z-index:1;
	top:550px;
	left:20px;
}

#btnTxt{
position: absolute;
    left: 6px;
    top: 11px;
}

#pijl{
    position: absolute;
    right: 6px;
    top: 11px;
}







