body {
    font-family: Tahoma;
    font-size: 18px;
    background-color: #F8EEFF;
}
/* Stijl voor alle kopteksten */
.koptekst {
    font-family: Tahoma;
    font-size: 30px;
    font-weight: bold;
    background-color: #F8EEFF;
    color: #000000;
    margin: 20px;
}
/* Stijl voor alle bodyteksten */
.bodytekst {
    font-family: Tahoma;
    font-size: 18px;
    background-color: #F8EEFF;
    color: #000000;
}

/* Stijl voor alle foto's */
.foto {
    width: 100%;
    background-color: #F8EEFF;
    margin: 20px 2px 20px 2px;
}

/* Stijl voor alle documenten */
.document {
    width: 100%;
    background-color: #F8EEFF;
    margin: 20px 2px 20px 2px;
}
/* Downloadknop */
.download {
    background-color: #000055;
}
.left {
    text-align: left;
}

.center {
    text-align: center;
}

.rood{
    color: #FF0000;
}

.film {
    text-align: center;
    width: 100%;
    background-color: #F8EEFF;
    margin: auto;
}


select, textarea, input[type=text], input[type=number] {
    font-family: Tahoma;
    font-size: 18px;
    background-color: #F8EEFF;
    color: #000000;
    border: #555555 1px solid;
}
label {
    font-family: Tahoma;
    font-size: 18px;
    background-color: #F8EEFF;
    color: #000000;
}


td {
    vertical-align: top;
}

button, submit {
    width: 200px;
    height: 50px;
    border: #555555 1px solid;
}

.btn {
    font-family: Tahoma;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 10px;
}

.btnUD {
    background-color: #000099;
}

.btnO {
    background-color: green;
}

.logout {
    background-color: #000099;
    border-radius: 5px;
    padding: 5px;
    color: #FFFFFF;
}