body
{
    background-color: #39120E;
    margin: 0;
    font-family: Verdana, Arial;
}

.top
{
    font-size: 18px;
    color: #660033;
    font-weight: bold
}

.content
{
    font-size: 11px;
    background-color: #fcbc7c;
    padding: 5px;
}

.topnav
{
    font-size: 11px;
    color: #efefef;
    padding-top: 5px;
}

.leftbutton
{
    background-image: url(images/leerbutton.gif);
    font-family: "Times New Roman", "Times", "serif";
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    color: #d0d0d0;
    font-weight: normal;
    font-variant: normal;
    font-weight: bold;
    border: 0;
    width: 135;
    height: 19
}

.leftbutton:hover
{
    background-image: url(images/leerbutton_ov.gif);
    background-repeat: no-repeat;
    background-position: center center;
    font-family: "Times New Roman", "Times", "serif";
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    font-weight: bold;
    border: 0;
    width: 135;
    height: 19
}

.content
{
    font-size: 12px;
}

/* Links */
.nl
{
    font-size: 11px;
    text-decoration: none;
    color:#ead7bf;
    font-weight: normal;
}
.nl:hover
{
    font-size: 11px;
    text-decoration: underline;
    color: #c18375;
    font-weight: normal;
}
.nl:active
{
    font-size: 11px;
    text-decoration: underline;
    color: #ffcc99;
    font-weight: normal;
}

.nlhigh
{
    font-size: 11px;
    text-decoration: underline;
    color:#ead7bf;
    font-weight: bold;
}
.nlhigh:hover
{
    font-size: 11px;
    text-decoration: underline;
    color: #0033cc;
    font-weight: bold;
}
.nlhigh:active
{
    font-size: 11px;
    text-decoration: none;
    color: #0033cc;
    font-weight: bold;
}

.LinkExtern
{
    font-size: 11px;
    text-decoration: underline;
    color:#ead7bf;
    font-weight: normal;
}
.LinkExtern:hover
{
    font-size: 11px;
    text-decoration: underline;
    color: #c18375;
    font-weight: normal;
}
.LinkExtern:active
{
    font-size: 11px;
    text-decoration: none;
    color: #ffcc99;
    font-weight: normal;
}

.shortcut
{
    font-size: 11px;
    text-decoration: none;
    color:#ead7bf;
    font-weight: normal;
}
.shortcut:hover
{
    font-size: 11px;
    text-decoration: none;
    color:#ead7bf;
    font-weight: bold;
}
.shortcut:active
{
    font-size: 11px;
    text-decoration: none;
    color:#ead7bf;
    font-weight: bold;
}

.textlink
{
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}
.textlink:hover
{
    font-size: 14px;
    text-decoration: underline;
    color: #ff0000;
    font-weight: bold;
}
