#billboard {
    background-color: white;
    width: 1070px;
    height: 250px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}


#bg {
    background-image: url(bg.jpg);
    position: absolute;
    width: 1070px;
    height: 250px;
    left: 0px;
    top: 0px;
}

#specht {
    background-image: url(specht.png);
    position: absolute;
    width: 53px;
    height: 131px;
    left: 396px;
    top: 28px
   }





#txt1 {
    background-image: url(txt1.png);
    position: absolute;
    width: 1070px;
    height: 250px;
    left: 0px;
    top: 0px;
}

#txt2 {
    background-image: url(txt2.png);
    position: absolute;
    width: 1070px;
    height: 250px;
    left: 0px;
    top: 0px;
}


#txt3 {
    background-image: url(txt3.png);
    position: absolute;
    width: 1070px;
    height: 250px;
    left: 0px;
    top: 0px;
}




#hand_klein {
    background-image: url(hand_klein.png);
    position: absolute;
    width: 24px;
    height: 34px;
    left: 600px;
    top: 270px;
}



#info_black {
    background-image: url(info_txt_black.png);
    position: absolute;
    width: 1070px;
    height: 250px;
    left: 0px;
    top: 0px;
}

#info_white {
    background-image: url(info_txt_white.png);
    position: absolute;
    width: 1070px;
    height: 250px;
    left: 0px;
    top: 0px;
}

#bg_gelb {
    background-color: #f0ab30;
    position: absolute;
    width: 1070px;
    height: 250px;
    left: 0px;
    top: 0px;
}
#logo {
    background-image: url(logo.png);
    position: absolute;
    width: 1070px;
    height: 250px;
    left: 0px;
    top: 0px;

}



#blende {
    background-color: #000000;
    position: absolute;
    width: 1070px;
    height: 250px;
    left: 0px;
    top: 0px;
}

.interaction {
    cursor: pointer;
}

#banner_click {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
}