
header,
.header {
    float:left;
    width:100%;
    height: auto;
}
header .inner{
    padding: 0 2%;
    width:96%;
    float:left;
}
header .logo{
    float:left;
    margin: 0;
} 
header .logo img{
    width:100%;
}   
header .headnav{
    float:left;
    width: 100%;
}
header .inner .login_menu{
    float:left;
}
header .inner .search{
    float:right;
    position:relative;
    margin: 0;
    width:100%;
}
header .inner .search #suchbegriff{
    width:72%;
    
}
header .inner .search #searchSubmit{
    float:left;
    width:20%;
}
.content .bottomcontent .hersteller_slider, 
.content .bottomcontent .zahlarten{
    display:none;
}


/** ITEMDETAILSEITE **/
.itemLeftContainer{
    display: none;
}

#eigenschaften_tabelle,
#beschreibung{
    width: 92%;
    padding:4%;
}


.content .subdir_artikel_wrapper .subdir_artikel .artikel_box{
    width: 98%;
    border-right: none;
    border-bottom: 1px solid #CDCDCD; 
}
.content .subdir_artikel_wrapper .subdir_artikel .artikel_box:nth-child(2n){
    border-bottom: 1px solid #CDCDCD;     
}
.topfooter .inner .topfooter_box{
    width: 100%;
    clear: both;
}

    
.zurKasseButton {
    width:38%;
    float:right;
    margin:1% 0;
}
