/* INHOUD 4 wordt gebruikt door de pagina's op artikelniveau */

#inhoud_links{
    float:    left;
    margin:   45px 0px 0px 0px;
    position: relative;
    padding:  0px 0px 0px 20px;
    width:    230px;
}
#inhoud_rechts{
    float:    left;
    margin:   45px 0px 0px 0px;
    padding:  0px 0px 0px 0px;
    position: relative;
    width:    549px;
}

#inhoud_links h1{
    color:       #390;
    font-size:   14px;
    font-weight: normal;
}

#inhoud_links a{
    color: #000;
}

#inhoud_rechts h1{
    color:       #390;
    font-size:   14px;
    font-weight: bold;
}
#inhoud_rechts hr{
    border-color: #CCC;
    border-style: dashed;
    border-width: 1px;
}



/* ----- Opmaak voor bovenzijde rechterkolom van een rechtsgebiedpagona ----- */

#inhoud_rechts_balk{
    height:   18px;
    margin:   0px 0px 15px -20px;
    padding:  10px 0px 0px 20px;
    position: relative;
    width:    549px;
}
#inhoud_rechts_rg_bol{
    height:    37px;
    margin:    0px;
    position:  absolute;
    width:     37px;
}
#inhoud_rechts_rg_titel{
    margin:      0px 0px 0px 50px;
    position:    absolute;
    width:    500px;
    height:    25px;
}