/*das mach die immowelt ziemlich platt*/

.t3_content h2 {        /* Abstand für h2, damit keine h_20 nach Absätzen gesetzt werden müssen */
    margin-top: 0.8em;
}

.t3_content ul {
    list-style-type: disc;
}

.t3_content ol {
    list-style-type: lower-alpha;
}

.t3_content ul li, .t3_content ol li {
    margin-bottom: 5px;
    margin-left: 16px;
    padding-left: 2px;
}

.t3_content ol.t3_toc_recht {
    list-style-type: decimal;
}

.transition_wrapper .t3_content a {
    text-decoration: underline;
}
