/*------------ CSS fuer Biometrie-Online ------------*/


/*------------ LINK ------------*/
.bplink   {
     font-family:Arial, Helvetica, sans-serif;
     font-size:12px;
     font-weight:bold;
     font-style:normal;
     color:#FFCC00;
     text-decoration:underline;
     text-align:left;
     } 

/*------------ Menue-LINK-Untermenue ------------*/
.bplinkgr   {
     font-family:Arial, Helvetica, sans-serif;
     font-size:11pt;
     font-weight:bold;
     font-style:normal;
     color:#555555;
     text-decoration:none;
     text-align:left;
     } 

/*------------ Menue-LINK-Gelb ------------*/
.bplinkws   {
     font-family:Arial, Helvetica, sans-serif;
     font-size:13pt;
     font-weight:bold;
     font-style:normal;
     color:#555555;
     text-decoration:none;
     text-align:left;
     } 

/*------------ Gelb-LINK-AKTIV ------------*/
A.bplinkws:hover { 
    color:#FFFFFF; 
    }

/*------------ Untermenue-LINK-AKTIV ------------*/
A.bplinkgr:hover { 
    color:#FFCC00; 
    }


/*------------ LINK-AKTIV ------------*/
A.rdlink:hover { 
    color:#FF0000; 
    font-style:italic 
    }


/*------------ NORMAL-TEXT-Farblich ------------*/
.rdschatten   {
     font-family:Arial, Helvetica, sans-serif;
     font-size:11pt;
     font-weight:normal;
     font-style:normal;
     color:#333333;
     background-color:#CACACA;
     text-decoration:none;
     text-align:left;
     } 


/*------------ NORMAL-TEXT-Textmarker ------------*/
.rdmarker   {
     font-family:Arial, Helvetica, sans-serif;
     font-size:11pt;
     font-weight:normal;
     font-style:normal;
     color:#333333;
     background-color: #ffff33;
     text-decoration:none;
     text-align:left;
     } 



/*------------ Überschrift ------------*/
.rdhead   {
     font-family:Arial, Helvetica, sans-serif;
     font-size:13pt;
     font-weight:bold;
     font-style:normal;
     color:#003399;
     text-decoration:none;
     text-align:left;
     } 


/*------------ Haupt-Ueberschrift ------------*/
.bphaupt   {
     font-family:Arial, Helvetica, sans-serif;
     font-size:13pt;
     font-weight:bold;
     font-style:bold;
     color: #FFCC00;
     text-decoration:none;
     text-align:left;
     } 


/*------------ Überschrift-Gelb ------------*/
.bpgelb   {
     font-family:Arial, Helvetica, sans-serif;
     font-size:13pt;
     font-weight:bold;
     font-style:normal;
     color: #FFCC00;
     text-decoration:none;
     text-align:left;
     } 


/*------------ NORMAL-TEXT ------------*/
.bptext   {
     font-family:Arial, Helvetica, sans-serif;
     font-size:11pt;
     font-weight:normal;
     font-style:normal;
     color:#555555;
     text-decoration:none;
     text-align:left;
     } 

/*------------ Anzeige-TEXT ------------*/
.rdanz   {
     font-family:Arial, Helvetica, sans-serif;
     font-size:7pt;
     font-weight:normal;
     font-style:italic;
     color:#333333;
     text-decoration:none;
     } 



/*------------ Monitor-TEXT ------------*/
.rdtext2   {
     font-family:Arial, Helvetica, sans-serif;
     font-size:12px;
     font-weight:normal;
     font-style:normal;
     color:#333333;
     text-decoration:none;
     text-align:left;
     } 


/*------------ SCROLLBAR ------------*/
body { 
    scrollbar-arrow-color:#FFCC00; 
    scrollbar-face-color:#dddddd; 
    scrollbar-highlight-color:#aaaaaa; 
    scrollbar-shadow-color:#FFEE00; 
    scrollbar-base-color:#dddddd; 
    scrollbar-darkshadow-color:#FFCC00;
    bgcolor="#F0F1F2" 
}
   

/*------------ Button ------------*/
.rdbutton
    color: white;
    background-color: red;        
    font-family:Arial, Helvetica, sans-serif;
    font-size:12pt;
    border-top-color: silver;
    border-left-color: silver;
    border-right-color: silver;
    border-bottom-color: silver;
    border-width: 3pt;
    border-style: outset;
}


/*------------ Button-Test ------------*/
BUTTON
{
Color: Aqua;
Background-Color: AntiqueWhite;
Font-Style: normal;
Line-Height: normal;
Text-Align: left;
Border-Color: #808080;
Border-Width: thin;
}

