﻿/* contentTop Div */

.contentTopDiv {
    position:relative;
}

.contentTopDiv div {
    position:absolute;
    top:25px;
    left:25px;
}
    
/* Produkt-Tabellen */
.tblProdukt5er { margin-bottom:10px; }
.tblProdukt5er td { width:200px !important; padding-bottom:5px; }

.InfoBoxRight {
    border:solid 1px #cccccc; 
    float:right; 
    margin-left:25px; 
    margin-bottom:25px; 
    width:120px; 
    height:150px auto; 
    text-align:center; 
    padding:5px;
}

.ProduktBox {
    display:inline-block;
    float:left;
    border:solid 1px #cccccc; 
    margin-right:25px; 
    margin-bottom:25px; 
    width:123px; 
    height:auto; 
    text-align:center; 
    padding:5px;
}    

.ProduktBox H1 {
    font-size:150%;
    color:Red;
}
    
.Preis {
    color:#568ac2;
    font-size:150%;
    line-height:125%;
    font-weight:bold;
    display:block;
    margin-top:12px;
    margin-bottom:2px;
}   

/* Buttons */
.butBestellen {
    display:block;
    width:121px;
    height:21px;
    background-image:URL(../../../cms_daten/_lng_default/Layout/button_bestellen_off.png);
}
   
.butBestellen:hover {
    background-image:URL(../../../cms_daten/_lng_default/Layout/button_bestellen_on.png);
}