<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : liste.css
    Created on : 29.05.2014, 13:17:50
    Author     : office
    Description:
        Purpose of the stylesheet follows.
*/

.angebot_box {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.content &gt; .title,
.angebot_box .title,
.angebot_box .subtitle {
    color: #234E7B;
}
.angebot_box .title h2,
.angebot_box .subtitle h3 {
    margin: 5px 0;
}
.angebot_box .title h2 {
    margin-top: 20px;
}
.angebot_box .image {
    margin: 20px 0;
    margin-right: 20px;
    
    width: 230px;
    height: 150px;
    overflow: hidden;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.slide_image img {
    width: 100%;
    height: 100%;
}
img.image_width {
    width: 100%;
}
img.image_height {
    height: 100%;
}

.angebot_box .image,
.angebot_box .benefits {
    float: left;
}
.angebot_box .benefits {
    width: 335px;
    margin-top: 20px;
}

.angebot_box .price_box,
.angebot_box .days,
.angebot_box .details {
    clear: right;
    float: right;
    
    width: 150px;
    margin: 0;
    
    text-align: center;
}
.angebot_box .price_box .price {
    font-size: 20px;
    color: #D82044;
}
.angebot_box .price_box {
    margin-top: 30px;
}
.angebot_box .details {
    clear: left;
}</pre></body></html>