/*
 * Style sheet for the CSS2 specification
 * Autodoe
 */

.links
{
    clear: left;
    float: left;
    height: auto;
    width: 580px;
    position: absolute;
    overflow: auto;
}
.links_adm
{
    clear: left;
    float: left;
    height: auto;
    width: 800px;
    position: absolute;
    overflow: auto;
}

.rechts
{
    position: absolute;
    left: 760px;
}
.rechts_adm
{
    position: absolute;
    left: 950px;
}
.onder
{
    position: absolute;
    width: 580px;
    top: 630px;
    text-align: left;
}
.centreren
{
    text-align: center;
}
body
{
    color: #FFFFFF;
    background-color: #6666CC;
    font-family: Arial, Verdana, helvetica, sans-serif;
    font-weight: normal;
    padding-bottom: 0.5em;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0.5em;
}

td
{
    color: #FFFFFF;
    background-color: #6666CC;
    font-family: Arial, Verdana, helvetica, sans-serif;
    font-weight: normal;
}

tr.invul
{
    color: #FFFFFF;
    background-color: #6666CC;
    font-family: Arial, Verdana, helvetica, sans-serif;
    font-weight: bold;
}

.rood
{
    color: #ff6600;
    font-weight: bold;
}

.lichtblauw
{
    color: #99CCFF;
    background-color: #6666CC;
    font-family: Arial, Verdana, helvetica, sans-serif;
    font-size: 110%;
    font-weight: bold;
    padding-left: 3%;
}

.tekst
{
    color: #FFFFFF;
    background-color: #6666CC;
    font-family: Arial, Verdana, helvetica, sans-serif;
    font-weight: normal;
}
.tekst_klein
{
    color: #FFFFFF;
    background-color: #6666CC;
    font-family: Arial, Verdana, helvetica, sans-serif;
    font-weight: normal;
    font-size: small;
}


.letop
{
    font-size: 24pt;
    font-weight: bold;
    color: #FFFF00;
}

.schuin
{
    font-style: italic;
}

.strepie
{
    text-decoration: underline;
}


.einde
{
    width: 650px;
    padding-bottom: 2em;
    font-size: 90%;
    font-style: italic;
    font-weight: bold;
    border: none;
    text-align: right;
}

.actie
{
    padding: 5px;
    border: 1px solid #FFFFFF;
    background-color: #FF0000;
}


a:link
{
    color: #FFFF00;
    background-color: #6666CC;
    font-weight: bold;
    text-decoration: none;
}

a:visited
{
    color: #CCFF00;
    background-color: #6666CC;
    text-decoration: none;
}

a:hover
{
    color: #FFFFFF;
    background-color: #6666CC;
    text-decoration: underline;
}

a:active
{
    color: #99CCFF;
    background-color: #6666CC;
    text-decoration: none;
}


@media print
{
    BODY
    {
        background-color: white;
        color: black;
    }
}


@page
{
    margin: 5%;
}
