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;
}

.lmarge10{
    padding-left: 10px;
}

.datvb{
    color:#838383;
}

.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', 'blauw', 'groen', 'rood', 'wit', 'roze', 'geel', 'paars', 'oranje', 'cyaan', 'grijs */

.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 */
}

.groen {
    background-color: #ddffdd;
    color: #155724; /* Tekstkleur die goed contrasteert met de achtergrond */
}

.rood {
    background-color: ##ff9898;
    color: ##ea2626; /* Tekstkleur die goed contrasteert met de achtergrond */
}
.wit {
    background-color: #ffffff;
    color: #010101; /* Tekstkleur die goed contrasteert met de achtergrond */
}
.roze {
    background-color: #ffdddd;
    color: #331111; /* Tekstkleur die goed contrasteert met de achtergrond */
}
.geel {
    background-color: #fff183;
    color: #967303; /* Tekstkleur die goed contrasteert met de achtergrond */
}
.paars {
    background-color: #d99beb;
    color: #6a0083; /* Tekstkleur die goed contrasteert met de achtergrond */
}
.oranje {
    background-color: #ffd17e;
    color: #893b00; /* Tekstkleur die goed contrasteert met de achtergrond */
}
.cyaan {
    background-color: #73fff2;
    color: #036764; /* Tekstkleur die goed contrasteert met de achtergrond */
}
.grijs {
    background-color: #666666;
    color: #ffffff; /* Tekstkleur die goed contrasteert met de achtergrond */
}

.beige_zoekveld {
    color: #532202; /* Tekstkleur die goed contrasteert met de achtergrond */
}

.blauw_zoekveld {
    color: #111133; /* Tekstkleur die goed contrasteert met de achtergrond */
}

.groen_zoekveld {
    color: #155724; /* Tekstkleur die goed contrasteert met de achtergrond */
}

.rood_zoekveld {
    color: ##ea2626; /* Tekstkleur die goed contrasteert met de achtergrond */
}

.wit_zoekveld {
    color: #010101; /* Tekstkleur die goed contrasteert met de achtergrond */
}

.roze_zoekveld {
    color: #331111; /* Tekstkleur die goed contrasteert met de achtergrond */
}

.geel_zoekveld {
    color: #967303; /* Tekstkleur die goed contrasteert met de achtergrond */
}

.paars_zoekveld {
    color: #6a0083; /* Tekstkleur die goed contrasteert met de achtergrond */
}

.oranje_zoekveld {
    color: #893b00; /* Tekstkleur die goed contrasteert met de achtergrond */
}

.cyaan_zoekveld {
    color: #036764; /* Tekstkleur die goed contrasteert met de achtergrond */
}

.grijs_zoekveld {
    color: #ffffff; /* Tekstkleur die goed contrasteert met de achtergrond */
}

.ongepastmail{
    padding-left:0;
}


button, .button {
    display: inline-block;
    padding: 0 6px;
    background: #DDDDDD;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid;
}

.knop {
    text-align: center;
    margin-right: 3px;
}
.knop26 {
    width: 26px;
    text-align: center;
    margin-right: 3px;
}

     .knop.active {
        background: #333333;
        color: #fff;
    }

button:hover,
.button:hover {
    background: #BBBBBB;
    color: #000;
}
