.S141 .Travel.Eintrag {
    border-top: 1px solid #343434;
    background: #eee;
    margin-bottom: 20px;
    padding: 5px 0px;
}

.S141 .Travel.Eintrag .bild {
    height: auto;
    width: 30%;
    float: left;
}

.S141 .Travel.Eintrag .bild img {
    width: 100%;
    height: auto;
}

.S141 .Travel.Eintrag .beschreibung {
    padding: 0 0 0 5%;
    width: 65%;
    float: left;
    margin-bottom: 15px;
}

.S141 .Travel.Eintrag .beschreibung,
.S141 .Travel.Eintrag .beschreibung a {
    font-size: 0.8em;
}

.S141 .Travel.Eintrag .beschreibung .anschrift {
    width: 45%;
    padding: 0px 5% 0px 0px;
    float: left;
}

.S141 .Travel.Eintrag .beschreibung .anschrift span,
.S141 .Travel.Eintrag .beschreibung .kontakt span {
    padding-right: 5px;
}

.S141 .Travel.Eintrag .beschreibung .kontakt {
    float: left;
    width: 50%;
}

.S141 .Travel.Eintrag .text {
    margin: 20px 0px 0px 0px;
    font-size: 12px;
    line-height: 12px;
    padding: 15px;
}

.S141 .Travel.Eintrag .mandant_id {
    color: #f00;
    font-size: 0.8em;
    display: none;
}

