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

		name: RB.v06.css
		date: 7jul2022
		support of the RBV4 list of links
		a@reuser.biz

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


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

    width:300pt;
    height:300pt;

}

.description {display : none;}

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


#FRAME_Logo {
    position    : absolute          ; 
    left        : 10pt                ; 
    riiiight       : 10pt              ;
    width       : 150pt             ;
    height      : 150pt             ;
    top         : 5pt             ; 
    bottom      : -100pt        ;
    border      : none       ;
    booorder      : solid darkblue 3pt    ;
    baaaackground-color    : #fef9e7   ;
}


/* The TABLE OF CONTENT */
#FRAME_Contents {
    position    : absolute          ;
    left        : 10pt             ;
    top         : 150pt             ;
    height      : 610pt             ;
    booottom      : -10pt              ;
    width       : 135pt             ;
    border      : none              ;
    booorder      : solid #283887 1pt   ;
}


/* The REPERTORIUM frame */
#FRAME_Repertorium {
    position    : absolute        ;
    left        : 160pt             ;
    top         : 15pt             ;
    height      : 750pt             ;
    width       : 600pt             ;
    border      : none              ;
    booorder      : solid darkblue 3pt;
}


/* The FOOTER frame */
/* z-index voorkomt dat de 2 andere frames over en door
 * de voettekst heen scrollen   
 */
#FRAME_Footer {
    position    : fixed     ;
    left        : 5pt       ;
    right       : 3pt       ;
    bottom      : 5px       ;

    z-index     : 1000      ;    
    
    height      : 50pt      ;
    width       : 99%       ;
    border      : none      ;
    background  : white     ;
    padding-top : 0pt ;

}


