#contents {
    width: calc(100% - 370px);
    width: -o-calc(100% - 370px);
    width: -moz-calc(100% - 370px);
    width: -ms-calc(100% - 370px);
    width: -webkit-calc(100% - 370px);
}

.content10 #cont_txt:before {
    display: none;
}    
td img {
    max-width: 100%;
}

#contents #page_Menu {
    width: 100%;
    position: relative;
    float: left;
    display: none;
}

#contents #page_Menu #menu_pageshop #pageMenu,
#contents #page_Menu #menu_pageshop {
    width: 100%;
}

#contents #page_Menu #menu_pageshop #pageMenu tr {
    position: relative;
    float: left;
}


.h1_header .metka_left {
    position: relative !important;
}

/*START MEDIA*/
@media screen and (min-width:0px) and (max-width:1100px) {
.wrapper #sitepage #content_alls #leftmenu {display:none;}
#contents {
    width: 100%;
}
#contents #page_Menu {
    display: block;
}
}

/*END MEdIA*/