body {
  margin: 0px;
  padding: 0px;
}

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

#container {
  position: relative;
  width: 728px;
  height: 90px;
}

#border {
  position: absolute;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  border:1px solid #cccccc;
  z-index: 0;
}

#exit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  background-color: #666666;
  z-index: 900;
}

#content {
  position: absolute;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

#img{
  position: absolute;
  top: -10px;
  left: -25px;
}

.button {
    position: absolute;
    bottom: 30px;
    right: 19px;
    display: inline-block;
    border-style: solid;
    border-width: 2px;
    border-color: #000;
    color: #fff;
    background-color: #000;
    padding: 4px 10px 4px 37px;
    cursor: pointer;
    z-index: 999;
    background-image: url("buttonArrow.png");
    background-repeat: no-repeat;
    background-position: 7% center;
}

.button:hover {
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 2px;
  border-color: #dedede;
}



#balk {
    position: absolute;
    bottom: 0px;
    left: 1px;
    height: 90px;
    width: 151px;
    background-color: #ffff00;
}

#balkrechts {
    position: absolute;
    bottom: 0px;
    left: 548px;
    height: 90px;
    width: 179px;
    background-color: #ffff00;
}

#logo{
   position: absolute;
   top: 19px;
   right:587px;
}

#infoTxt{
   position: absolute;
   bottom: 58px;
   left:570px;
      display: none;
}


#nameTxt{
   position: absolute;
   top: 4px;
   left:160px;
   clip: rect(0px, 0px, 27px, 0px);
}

#headerTxt1{
   position: absolute;
   top: 31px;
   left:160px;
   clip: rect(0px, 0px, 27px, 0px);
}

#headerTxt2{
   position: absolute;
   top: 59px;
   left:160px;
   clip: rect(0px, 0px, 27px, 0px);
}
