h1 {font-size: 14px; margin-bottom: 5px;}
h2 {font-size: 13px; margin-bottom: 5px;}
h3 {font-size: 12px; margin-bottom: 5px;}
p {margin: 0px; padding: 0px;}
img {border: none;}
.voorbeelden {
    margin-top: 20px;
}
.backlink {
    color: #b65518;
}
/*Begin Homepage*/
#content_right_news {
    float: right;
    width: 190px;
    height: 100%;
    padding: 0px 5px;
    background-color: #FDECB1;
}
.right_nieuws_blok {
    margin-top: 10px;
    text-align: center;
}
.right_nieuws_title A {
    color: #B65518;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
.right_nieuws_tekst A {
    color: #8c8a7f;
    text-decoration: none;
}
/*Einde homepage*/

/*Nieuws*/
.nieuws_blok {
    margin-top: 10px;
    margin-bottom: 10px;
}
.nieuws_title {
    color: #B65518;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
}
.nieuws_date {
    font-size: 11px;
    color: #838486;
}
.nieuws_tekst {
    margin-top: 10px;
}
.nieuws_img {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right top;
    height: 100%;
    width: 160px;
    position: absolute;
    top: 0px;
    right: 0px;
}
/*Einde nieuws*/

/*Zoeken*/
#boxZoeken {
    margin-top: 10px;
}
#boxZoekResultaten a {
    color: #000000;
    text-decoration: none;
}
#boxZoekResultaten a:hover {
    text-decoration: underline;
}
/*Eind zoeken*/

/*Begin contact*/
#contact {
    margin-top: 10px;
}
#contact #contact_heading {
    float: left;
}
#contact #required {
    float: right;
    padding-top: 5px;
    padding-right: 10px;
}
#contact .row {
    clear: both;
    float: left;
    margin-top: 10px;
    vertical-align: top;
}
#contact th {
    text-align: left;
}
#contact .label {
    float: left;
    width: 105px;
}
#contact .input {
    float: left;
}
#contact .floatLeft {
    float: left;
    width: 120px;
}
#contact H2 {
    color: #d39974;
}
#contact .button {
    background-color: #FFFFFF;
    border: none;
    color: #d39974;
    cursor: pointer;
}
/*Eind contact*/

/*Begin sitemap*/
#sitemap LI A {
    color: #000000;
    text-decoration: none;
}
#sitemap LI A:hover {
    text-decoration: underline;
}
#content_tekst_tekst H3 {
    color: #8b6840;
    font-size: 12px;
}