@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: 728px;
	height:90px;
	background-color: #fff;
	overflow: hidden;
}

#fluid {
	position: absolute;
	top:0px;
	left:0px;
	background: url(water.jpg);
	width: 728px;
	height: 90px;
}

#overlay{
	position: absolute;
	width:100%;
	height:100%;
	background-color: #fff;
}

#logo{
	position: absolute;
	z-index:1;
	top:0px;
	left:0px;
}

#border{
	position: absolute;
	width:100%;
	height:100%;
	border: 1px solid #000;
	z-index:2;
	top:0px;
	left:0px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1000;
    cursor: pointer;
}

.images{
	position: absolute;
	width:728px;
	height:90px;
}

.vlak{
	position: absolute;
	top:10px;
	left:10px;
	width:288px;
	height:70px;
	opacity: .9;
	background-color:rgba(46,92,176,0.9);
}

#balk{
	position: absolute;
	right: 0px;
}

#card{
	position: absolute;
	right: 50px;
	bottom: 10px;
}

#cirkel{
	position: absolute;
	bottom: 2px;
	right: 93px;
}

/*#info{
    position: absolute;
    top: 23px;
    left: 243px;
}*/

#check1 {
  position: absolute;
  top: 20px;
  left: 26px;
  width: 20px;
  height: 25px;
}

#check2{
  position: absolute;
  top: 40px;
  left: 26px;
  width: 20px;
  height: 25px;
}

#check3{
  position: absolute;
  top: 60px;
  left: 26px;
  width: 20px;
  height: 25px;
}

.checkLeft {
  position: absolute;
  top: 0px;
  width: 10px;
  height: 4px;
  background-color: #fff;
}

.checkRight {
  position: absolute;
  left: 5px;
  top: 8px;
  width: 16px;
  height: 4px;
  background-color: #fff;
}

.wissel{
	position: absolute;
}

#button {
	position: absolute;
	left: 48px;
}



