/*claims*/

#hometext {
        width: 18em;
        margin: 0 0 20px 0;
        background-color: #AFB8D9;
        border: solid #999999;
        border-width: 2px;
        float: left;
/*                        top right bottom left */
}

#homeabprb {
        width: 18em;
        margin: 0 0 20px 0;
        background-color: #FFB3FF;
        border: solid #999999;
        border-width: 2px;
        float: right;
/*                        top right bottom left */
}

#homebild {
        width: 37.6em;
        background-color: #B6DABA;
        border: solid #999999;
        border-width: 2px;
        float: right;
}

#homecontentdis {
        height: 20px;
        clear: both;
}

/***   Farben   ***/

#hometext h1 {
        background-color: #8E9AC9;
}

#homeabprb h1 {
        background-color: #FF99FF;
}

#homebild h1 {
        background-color: #90C797;
}
/*claims*/