body {
    background:
        #fcfbf9 url('../afb/achter.png') fixed center;
    font-family:
        "Book Antiqua", "Times New Roman", Times, serif;
    font-size:
        12pt;
    color:
        #626d5c;
    text-align:
        center;
    margin:
        0px;
    padding:
        0px;
}

#achter {
    position:
        absolute;
    top:
        0px;
    left:
        0px;
    width:
        100%;
    height:
        100%;
    z-index:
        -1;
}

#navigatie {
    background:
        #25422c url('../afb/intro.png') no-repeat top;
    width:
        510px;
    padding-top:
        280px;
    font-style:
        italic;
    display:
        block;
    display:
        inline-block;
    margin:
        0px auto 20px auto;
}
#navigatie a {
    color:
        white;
    text-decoration:
        none;
    display:
        inline;
    display:
        inline-block;
    margin-left:
        20px;
    margin-right:
        20px;
    *margin: auto;
    width:
        127px;
    line-height:
        1.7em;
    height:
        1.7em;
    text-align:
        center;
}

#navigatie a:hover{
    background:
        #626d5c;
    text-decoration:
        underline;
}

h1 {
    font-size:
        22px;
    padding:
        10px;
    text-align:
        left;
    font-style:
        italic;
}

h2 {
    font-size:
        16px;
    padding:
        10px;
    text-align:
        left;
    font-style:
        italic;
}
#tekst {
    text-align:
        left;
    background:
        #fcfbf9;
    width:
        470px;
    display:
        inline-block;
    display:
        block;
    margin:
        0 auto 0 auto;
    border:
        2px solid #25422c;
    padding:
        20px;
}


