/*PDF-Boxen für den Teilekatalog*/
.pdf_boxes{
         margin:auto;
         width:566px;    /*ergibt sich aus 3x Boxbreite + 2x Border-width + 2x das margin-right*/
         min-height:250px;
         /*border:1px solid #EE7F00;*/
}
.pdf_box_left{
         width:180px;
         height:148px;
         float:left;
         margin-right:10px;
         margin-bottom:5px;
         border:1px solid #EE7F00;
}
.pdf_link_box_left{
         width:180px;
         height:20px;
         float:left;
         margin-right:10px;
         margin-bottom:10px;
}

.pdf_box_middle{
         width:180px;
         height:148px;
         float:left;
         margin-right:10px;
         margin-bottom:5px;
         border:1px solid #EE7F00;
}

.pdf_link_box_middle{
         width:180px;
         height:20px;
         float:left;
         margin-right:10px;
         margin-bottom:10px;
}

.pdf_box_right{
         width:180px;
         height:148px;
         float:left;
         border:1px solid #EE7F00;
         margin-bottom:5px;
}

.pdf_link_box_right{
         width:180px;
         height:20px;
         float:left;
         margin-bottom:10px;
}
/*ENDE-PDF-Boxen*/


.products-image {
        float:left;
        margin-right:10px;
}

.products-info {
        overflow:hidden;
        float:left;
        width:40px;
}

.more-categories-item {
        overflow:hidden;
        float:left;
        width:310px;
        margin:right:20px;
}

.products-list-item {
        overflow:hidden;
        float:left;
        width:310px;
        margin-right:20px;
}

.products-list-image {
        width:60px;
        height:40px;
        background-repeat:no-repeat;
        background-position:center center;
        background-color:white;
        border:1px solid #EE7F00;
}

.products-list-information {
        overflow:hidden;
        float:left;
        width:200px;
}

.products-info-image {
        width:198px;
        height:150px;
        background-repeat:no-repeat;
        background-position:center center;
        background-color:white;
        border:1px solid #EE7F00;
        margin-right:20px;
}

.products-info-information {
        overflow:hidden;
        float:left;
        width:420px;
}