@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_bg {
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: #ffffff;
  height: 65px;
}

#txt3 {
  top: 45px;
}

.txt1 {
  line-height: 99%;
  position: absolute;
  font-weight: 300;
  font-size: 33px;
  text-align: center;
  width: 100%;
  top: 20px;
}

#vacature {
  position: absolute;
  left: 10px;
  bottom: 12px;
  font-weight: 700;
  font-size: 13px;
  color: #00463e;
  max-width: 180px;
}

#logo {
  position: absolute;
  width: 84px;
  height: auto;
  bottom: 11px;
  right: 13px;
}

#container {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
}

#footer {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 55px;
  bottom: 0px;
}

.images {
  position: absolute;
}

#showCoords {
  position: absolute;
  z-index: 999999;
}

#main {
  left: 117px;
  top: 89px;
}

#btn {
position: absolute;
    bottom: 74px;
    left: 81px;
    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: 298px;
  height: 248px;
  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;
}






