
/* ==============================================

Een ifame is een ANDER document en kan dus vanuit een centrale CSS alleen gepositioneerd worden met een bordertje. de inhoud wijzigen kan niet, dus ook niet wijzigen font, font-size.

De iframes hebben dus een eigen CSS om inhoudelijk wijzigingen aan te brengen, de maatvoering en positionering staat in de Centrale CSS (deze dus).

-------------------------------------------------
*/

body {
    font-size   : 11pt              ;
    font-family : arial, trebuchet  ;
    color       : black             ;
}


a {
    text-decoration : none  ;
    font-weight     : 700   ;
}



/* Hoofdframe with the bibliography list */
#IFrame01 {
    position    : absolute          ; 
    left        : 10pt                ; 
    width       : 400pt             ;
    height      : 800pt             ;
    tooop         : 400pt             ; 
    border      : none              ;
    border-top  : solid darkblue 3pt    ;
    background-color    : #fef9e7   ;
}


/* The button frame */
#IFrame02 {
    position    : absolute          ;
    left        : 420pt             ;
    tooop       : 400pt             ;
    height      : 120pt             ;
    width       : 330pt             ;
    border      : none              ;
    border-top  : solid darkblue 3pt   ;
}


/* The indexes frame */
#IFrame03 {
    position    : absolute          ;
    left        : 420pt             ;
    top         : 490pt             ;
    height      : 670pt             ;
    width       : 330pt             ;
    border      : none              ;
    border-top  : solid darkblue 3pt;
}


/* Footer tekst */
#IFrame04 {
    position    : absolute          ;
    left        : 10pt              ;
    top         : 1170pt            ;
    height      : 50pt              ;
    width       : 740pt             ;
    border      : none              ;
    background-color    : #424949 ;
}


