@charset "UTF-8";
/* CSS Document */
/* Div layer for the entire banner. */
{ padding:0, margin:0, list-style-type:none;}

#container {
  position: absolute;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}
#bg-exit {
  background-color: rgba(255,255,255,0);
  cursor: pointer;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1000;
}
#border {
  position: absolute;
  width: 726px;
  height: 88px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc; 
  z-index: 999;
}

#txteena{
  position: absolute;
  top: 12px; /* 7+10 pixels is de oorsprongelijke plek*/
  left: 7px;
  z-index: 995;
}

#txteenb{
  position: absolute;
  top: 12px; /* 7+10 pixels is de oorsprongelijke plek*/
  left: 7px;
  z-index: 995;
}

#txttweea,#txttweeb, #txtdrie{
  position: absolute;
  top: 18px;
  left: 7px; /* 7+10 pixels is de oorsprongelijke plek*/
  z-index: 995;
}

#txtdriea, #txtdrieb{
  position: absolute;
  top: 63px;
  left: 18px;
    z-index: 995;
}

#bg{
  position: absolute;
  z-index: 994;
}

#barlogo{
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 998;
}

#btn{
  position: absolute;
  right: 152px;
  bottom: 29px;
  z-index: 998;    
  cursor:pointer;
}

#btntwee{
position: absolute;
right: 152px;
bottom: 29px;
opacity: 0;
transition-duration: 0.2s;
transition-timing-function: linear;
z-index: 1001;
cursor: pointer;
}

#btntwee:hover{
  opacity: 1;
}

#kusseneen, #kussentwee, #kussendrie{
  position: absolute;
}

#kusseneen{
  top: -10px;
  left: 30px;
  z-index: 997;
}

#kussentwee{
  top: 80px;
  left: 0px;
  z-index: 996;
}

#kussendrie{
  top: 170px;
  left: 50px;
  z-index: 997;
}