﻿/* Content-Bereich */
#main {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* Standard-Absätze */
p {
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Bilder im Content */
#main img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Tabellen */
#main table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
}

#main table th,
#main table td {
    border: 1px solid #ddd;
    padding: 0.75rem;
}

#main table th {
    background: #f5f5f5;
    font-weight: bold;
}
