@import url("sheet01.css");

.kundencontainer {

}

.kundencontainer .text {
    width: 460px;
    float: left;
}

.kundencontainer .text .aussage {
    font-size: 12px;
    text-align: justify;
}

.kundencontainer .text .kernsatz {
    font-size: 12px;
    color: #028040;
    text-align: justify;
    margin-top: 10px;
    margin-left: 35px;
    line-height: 17px;
}

.kundencontainer .text .name {
    width: 100%;
    font-size: 13px;
    text-align: right;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.kundencontainer .text .info {
    font-size: 11px;
    text-align: left;
    line-height: 18px;
}

.kundencontainer .bild {
    float: right;
    width: 150px;
    height: 150px;
    text-align: right;
}

.kundencontainer .line {
    clear: both;
    width: 100%;
    border-top: 1px solid gray;
    margin-bottom: 20px;
}