/******************************Style sheet voor Maaldrift site****************************************************/

 /*SCROLLBAR*/
Body {
/* Color of up and down arrow in scollbar */
scrollbar-arrow-color: #404080;

/* Color used for 3D effect in scrollbar*/
scrollbar-3dlight-color: #606D79;
scrollbar-highlight-color: #606D79;

/* Color used for scrollbar itself*/
scrollbar-face-color: #FAEBD7;


/* Color used for shadow of scrollbar*/
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;

/* Color used for background of scrollbar*/
scrollbar-track-color: #FAEBD7;
}


/*ACTIEVE TABS*/

.TabActive {
background-color: #FAEBD7;

cursor: hand;
}

.TabActive A {
font-family: Verdana; 
font-size: 10px; 
color: saddlebrown; 
text-decoration: none 
}


/*PASSIEVE TABS*/


.TabPassive {
background-color: #CD853F;
cursor: hand;
}

.TabPassive A {
font-family: Verdana; 
font-size: 10px; 
color: saddlebrown; 
text-decoration: none 
}

/*TEXT*/
.Panels {
color: saddlebrown;
}


/*HEADER */


.TextHeader {
font-family: Verdana, Arial, Times New Roman, Default Sans Serif ;
font-size: 14pt;
font-weight: none;
color: #424282; 
align: right;
}

.TextHeaderSmall {
font-family: Verdana, Arial, Times New Roman, Default Sans Serif ;
font-size: 8pt;
font-weight: bold;
color: #424282; 
align: right;
}

/*PANELS*/

.PanelActive {
background-color: #FAEBD7;
}

