@charset "UTF-8";
/* CSS Document */
/* Div layer for the entire banner. */

@font-face {
  font-family: 'RijksoverheidSansHeading-Bold';
  src: url('RijksoverheidSansHeading-Bold.woff') format('woff'), url('RijksoverheidSansHeading-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

body { 
  font-family: 'RijksoverheidSansHeading-Bold' !important; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#container {
  position: absolute;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}

#border {
  position: absolute;
  width: 726px;
  height: 88px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc; 
  z-index: 999;
}

#clicktag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 999;
}

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

#beeld,#beeld2, #beeld3, #logo{
  position: absolute;
}

#beeld3{
  left: 70px;
  top: -40px;
}

#txt1a{
  position: absolute;
  width: 728px;
  color: white;
  top: 17px;
  right: 80px;
  text-align: right;
  font-size: 30px;
}

#txt1b{
  position: absolute;
  width: 728px;
  color: white;
  top: 17px;
  right: 32px;
  text-align: right;
  font-size: 30px;
}

#txt1c{
  position: absolute;
  width: 728px;
  color: white;
  top: 50px;
  right: 182px;
  text-align: right;
  font-size: 30px;
}

#txt2{
  position: absolute;
  width: 728px;
  color: #1275AA;
  top: 52px;
  right: 35px;
  text-align: right;
  font-size: 28px;
  text-decoration: underline;
  z-index: 999;
  cursor: pointer;
}

#txt2:hover{
  color: #fff;
}