html {
    background-image: url("streifen.jpg");
    background-position: 50% 0%;
    background-repeat: repeat-x;
}

body {
    background-image: url("bg_150420.jpg");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    margin-top: 20px;
}

body.important-message-enabled {
    background-position: 50% 210px;
}

#login_head_button img,
#shopping_cart_head_short img {
    border: 1px solid #2B55A5;
}

div#topnav {
    /*z-index: 1000;*/
}

div#head-logo {
    /*padding-top: 70px;*/
    padding-left: 0px;
    display: inline-block;
}

div#head-logo a {
    background-image: url("logo-originalsoftware.gif");
    height: 41px;
    width: 475px;
}

div#searchbox.google-cse {
    top: 115px;
}


/* ----------- iPad ----------- */

@media screen and (max-width: 1024px) {

    body {
        background-image: url("bg_ipad_150424.jpg");
        margin-top: 0;
    }

}