/* Fassade **/

.wohnung {
    fill: #FFFFFF;
    stroke: #000000;
}

.fenster {
    fill: #E0F8F7;
    stroke: #000000;
}

.loggia {
    fill: #cccccc;
    stroke: #000000;
}


.wohnung:hover {
    fill: skyblue;
    stroke: #000000;
}



/* Grundriss */

.grundstueck {
    fill: #eeeeee;
    stroke: #000;
}

.gebaeude {
    fill: #dddddd;
    stroke: #000;
}


.gewerbe,
.stellplatz,
.raum {
    fill: #ffffff;
    stroke: #000;
}

.flur {
    fill: #dddddd;
    stroke: #000;
}

/* Allgmein */

.raumnummer {
    font-size: 50%;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
}

.beschreibung {
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: bold;
}

a:hover .raum,
a:hover .stellplatz {
    fill: skyblue;
    stroke: 000;
}