/*
 * Language dependent styles, e.g. for background-images
 * 
 * NOTE - Each width is important
 *
 */
#logo {
    background: url(../images/lang-de/logo-digias.png) no-repeat;
}
/*
#login-page h2 {
        background:url(../images/lang-de/headline-greeting.gif) no-repeat;
}
#login-page .loginWrapper h2 {
        background:url(../images/lang-de/headline-login.gif) no-repeat;
}
#qsWrapper h2 {
        width:129px;
        background:url(../images/lang-de/headline-qs.gif) no-repeat;
}
#asWrapper h2 {
        background:url(../images/lang-de/headline-as.gif) no-repeat;
}
#tracks h2 {
        background:url(../images/lang-de/headline-tracklist.gif) no-repeat;
}
#cart-page .page-header h2 {
        background:url(../images/lang-de/headline-cart.gif) no-repeat;
}
#commit-page .page-header h2 {
        background:url(../images/lang-de/headline-your-order.gif) no-repeat;
}
#commit-page .delivery h2 {
        background:url(../images/lang-de/headline-delivery.gif) no-repeat;
}
#success-page .page-header h2 {
        background:url(../images/lang-de/headline-order-committed.gif) no-repeat;
}

#btn-login {
        width:113px;
        background:url(../images/lang-de/btn-login.gif) no-repeat;
}
#btn-quickSearch {
        width:113px;
        background:url(../images/lang-de/btn-search-qs.gif) no-repeat;
}

#btn-add {
        width:113px;
        background:url(../images/lang-de/btn-empty-qs_fix.gif) no-repeat;
}

#btn-submit {
        width:113px;
        background:url(../images/lang-de/btn-save-qs_fix.gif) no-repeat;
}

#btn-advancedSearch {
        width:113px;
        background:url(../images/lang-de/btn-search-as.gif) no-repeat;
}
#btn-addToCart {
        width:113px;
        background:url(../images/lang-de/btn-add-to-cart.gif) no-repeat;
}
#btn-checkout {
        width:187px;
        background-image:url(../images/lang-de/btn-checkout.gif);
}
#btn-delivery{
        width:197px;
        background:url(../images/lang-de/btn-delivery.gif) no-repeat;
}*/