.OfenItem
{
    display: inline-block;
    padding: 20px;
    margin-right: 5px;
    margin-bottom: 5px;


    border: solid 1px #ccc;
    width: 200px;
    font-family: Arial;
    font-size: 0.8em;
    vertical-align: top;
    text-align: left;

}
.OfenItem.Preview *
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.Ofenbild
{
    display: block;
    height: 100px;
    width: 100px;
}
.Ofenbild img
{
    max-width: 100%;
    max-height: 100%;
}

.ButtonMerkenOfen
{
    background: #fff ;
    border: solid 1px #333 ;
    color: #333;
    border-radius: .25rem;
    padding: 5px;
    cursor: pointer;
    font-weight: normal;
    padding-left: 2px;
    padding-right: 2px;
}

.ButtonHinzuOfen, .ButtonMerkenOfen
{
    background: #007018;
    border: solid 1px #007018;
    color: #fff;
    border-radius: .25rem;
    padding: 5px;
    cursor: pointer;
    font-weight: normal;
    padding-left: 2px;
        padding-right: 2px;
    margin: 2px;
}
@media only print {
    body {
        display: none;
    }
}
.AufDerListe
{display: none;}

.OfenItem>.divTable>.divTableBody>.divTableRow>label.divTableCell
{
    display: none;
}
.OfenItem.Legend>.divTable>.divTableBody>.divTableRow>label.divTableCell
{
    display: block;
}
.OfenItem.Legend>.divTable>.divTableBody>.divTableRow>div.divTableCell
{
    display: none;
}
.OfenItem.Vergleich
{
    padding: 5px !important;
    position: relative;
}
.OfenItem.Vergleich .divTableRow>.divTableCell
{
    border: solid 1px #ccc !important;
    height: 15px !important;
    overflow: hidden !important;
}
