div#KnoppenBar{
        width: 390px;
        float:right;
}

#ButtonGeschiedenis{
        background-image: url(gfx/Algemeen/Button/Geschiedenis.jpg);
        width: 92px;
        height: 50px;
        float: left;
        margin-right: 10px;
}
#ButtonContact{
        width:100px;
        height:50px;
                float:left;
        background-image: url(gfx/Algemeen/Button/Contact.jpg);
                        margin-right: 10px;
}
#ButtonNieuwsOnder{
        width: 141px;
        height: 50px;
                float: left;
        background-image: url(gfx/Algemeen/Button/NieuwsPagina.jpg);
                        margin-right: 10px;
}

a:link {
        font-style: normal;
        text-decoration: underline;
        cursor: pointer;
        color: #000000;
}
a:visited {
        font-style: normal;
        color: #000000;
}
a:hover {
        font-style: normal;
        text-decoration: underline;
        color: #000000;
        cursor: pointer;
}
