/* basis elementen */
#home #content {
    margin-left: 0;
    padding: .7em 0 4.4em;
    max-width: 100%;
}

/* generieke elementen */
h1 {
    font: 33px Georgia, Times, "Times New Roman", serif;
    text-transform: uppercase;
    text-align: center;
    margin: .8em 0;
}

/* specifieke elementen */
#links {
    margin-left: auto;
    margin-right: auto;
    width: 774px;
}
#links a {
    float: left;
    width: 240px;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    margin: 0 9px;
    background: rgb(150,190,50) url(/_img/home/homeBorderTop.png) no-repeat top center;
}
#links a .sectionText {
    display: block;
    padding: 24px 18px 12px;
}
#links img {
    display: block;
    margin: 0 13px;
}
#links a .tagline {
    display: block;
    font-size: 15px;
    line-height: 15px;
    padding: 12px 18px 24px;
    width: 204px;
    background: transparent url(/_img/home/homeBorderBottom.png) no-repeat bottom center;
}
#links a:link, #links a:visited {
    color: #FFF;
    border: 0;
}
#links a:hover, #links a:focus, #links a:active {
    color: #FFF;
    border: 0;
}
#links #eersteLink:link, #links #eersteLink:visited {
    background-color: rgb(150,190,50);
}
#links #eersteLink:hover, #links #eersteLink:focus {
    background-color: rgb(210,255,0);
}
#links #stapLink:link, #links #stapLink:visited {
    background-color: rgb(0,165,220);
}
#links #stapLink:hover, #links #stapLink:focus {
    background-color: rgb(30,200,245);
}
#links #zwaargewichtLink:link, #links #zwaargewichtLink:visited {
    background-color: rgb(180,55,140);
}
#links #zwaargewichtLink:hover, #links #zwaargewichtLink:focus {
    background-color: rgb(240,0,140);
}

