@charset "UTF-8";
/* MAIN BANNER*/

a {outline : none;}
a img {outline : none;}
img {border : 0;}

body {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #00463e;
}

#blokred {
  position: absolute;
  left: 117px;
  top: 89px;
  width: 65px;
  height: 65px;
  background-color: red;
  opacity: 0.6;
}

.txt1 {
  position: absolute;
  font-weight: 300;
  font-size: 28px;
  text-align: left;
  width: 100%;
  top: 26px;
  left: 20px;
}

#vacature {
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-weight: 700;
    font-size: 13px;
    color: #00463e;
}

#logo {
  position: absolute;
  width: 84px;
  height: auto;
  bottom: 32px;
  right: 13px;
}

#container {
  position: absolute;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
}

#footer {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  bottom: 0px;
}

.images {
  position: absolute;
}

#showCoords {
  position: absolute;
  z-index: 999999;
}

#main {
left: 400px;
    top: 10px;
}

#btn {
    position: absolute;
    bottom: 24px;
    left: 399px;
    width: 144px;
    height: 35px;
    background-color: #f58a05;
}

#btn_txt {
position: absolute;
left: 23px;
top: 7px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}

.arrow-right {
  position: absolute;
    left: 124px;
    top: 14px;
  width: 0; 
  height: 0; 
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #ffffff;
}

#border {
  position: absolute;
  width: 726px;
  height: 88px;
  top: 0px;
  left: 0px;
  border:1px solid #c2c2c2; 
}

#overlay{
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#clicktag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
}






