body {
    font-family: Calibri;
}

.kopdiv {
    left: 10px;
    max-width: 1000px;
    width: calc(100% - 10px);
}

.bodydiv {
    left: 10px;
    max-width: 1000px;
    width: calc(100%);
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

ul{
    margin-block:5px;
}

table {
    border-spacing: 0;
}

td {
vertical-align:top;
}

    td.smal {
        max-width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    td.middel {
        max-width: 600px;
        /* white-space: nowrap; 
        overflow: hidden;
        text-overflow: ellipsis;/**/
    }

.padding-right {
    padding-right: 20px;
}

.pasfoto {
    width: 100%;
}

.pasfotodiv {
    float: right;
    position: relative;
    right: 0;
    width: 100px;
}

.thumbnail {
    cursor: pointer;
    max-width: 150px;
    margin: 5px;
    border: 2px solid #ddd;
    border-radius: 5px;
    transition: transform 0.2s;
}

    .thumbnail:hover {
        transform: scale(1.15);
    }


.zoekdiv {
    float: right;
    left: -10px;
    position: relative;
    top: 1px;
}

.rondblokgroen {
    background-color: #d4edda; /* Zachte groene kleur */
    padding: 20px; /* Wat ruimte binnen de div */
    padding-block-end: 10px;
    border-radius: 10px; /* Ronde hoeken */
    /* font-family: Arial, sans-serif; /* Mooie leesbare tekst */
    color: #155724; /* Tekstkleur die goed contrasteert met de achtergrond */
    margin-block-end: 10px; /* Witte rand */
    margin-block-start: 10px; /* Witte rand */
}
.max1000{
    max-width:960px;
}

.beige {
    background-color: #fbe8c7;
    color: #532202; /* Tekstkleur die goed contrasteert met de achtergrond */
}

.blauw {
    background-color: #ddddff;
    color: #111133; /* Tekstkleur die goed contrasteert met de achtergrond */
}

.roze {
    background-color: #ffdddd;
    color: #331111; /* Tekstkleur die goed contrasteert met de achtergrond */
}

.treediv {
    height: 76px;
    border: 0;
    margin: 0;
    padding: 0;
    background-image: url('/../dossiers/00001/$headerimage.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto; /* Zet de breedte op 800px en pas de hoogte proportioneel aan */
    background-position: left;
    background-attachment: scroll; /* Zorgt ervoor dat het plaatje meebeweegt */
}
