
#hilfe {
    position: fixed;
    background-color: transparent;
    width: 300px;
    height: 337px;
    /*bottom: 0px;
    right: 0px;*/
    top: 0px;
    left: 0px;
    cursor: move;
}


#hilfetext
{
    background-image: url('bilder/blase.png');
    width: 270px;
    height: 160px;
    float: left;
    padding: 15px;
}


#hilfebild {
    background-image: url('ernst3.png');
    width: 147px;
    height: 148px;
    float: left;
    left: 0px;
}

#hilfebar {
    position: fixed;
    background-color: #123456;
    width: 100%;
    height: 20px;
    bottom: 0px;
    left:0;
    text-align: left;
    color: #FFFFFF;
    border: 5px;
}