#billboard {
    background: transparent;
    height: 250px;
    width: 300px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}




#bg {
    background-image: url(bg.jpg);
    position: absolute;
    left: 0px;
    top: 0px;
    top: 0px;
    width: 300px;
    height: 250px;
}

#sofa {
    background-image: url(sofa.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 250px;
}





#line {
    background-image: url(line.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 250px;
}

#txt_01 {
    background-image: url(txt_01.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 250px;
}#txt_01_1 {
    background-image: url(txt_01_1.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 250px;
}

#txt_02 {
    background-image: url(txt_02.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 250px;
}#txt_03 {
    background-image: url(txt_03.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 250px;
}

#hand_klein {
    background-image: url(hand_klein.png);
    position: absolute;
    width: 24px;
    height: 34px;
    left: 80px;
    top: 260px;
}

#info_black {
    background-image: url(info_txt_black.png);
    position: absolute;
   left: 0px;
    top: 0px;
    width: 300px;
    height: 250px;
}

#info_white {
    background-image: url(info_txt_white.png);
    position: absolute;
  left: 0px;
    top: 0px;
    width: 300px;
    height: 250px;
}
#logo {
    background-image: url(logo.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
}

#video {
    background-image: url(video.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
}

#bg_gelb {
    background-color: #f0ab2f;
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
}
#blende {
    background-color: #F0AB00;
    position: absolute;
    width: 300px;
    height: 250px;
    left: 0px;
    top: 0px;
}

.interaction {
    cursor: pointer;
}

#banner_click {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
}