/* vakantiewoning site stylesheet */

/* body inhoud frame */
body 
       {
           background:  #ffffcc;
           font-family: Verdana;
           font-size: 12;
        }
       
/* scrollbar */
html{
    scrollbar-3dlight-color:;
    scrollbar-arrow-color: #ffffcc;
    scrollbar-base-color: #ffa500;
    scrollbar-darkshadow-color:;
    scrollbar-face-color:;
    scrollbar-highlight-color:#ffffcc;
    scrollbar-shadow-color:#ffffcc;
    scrollbar-track-color:#ffffcc;
}
       

hr
         {
           color: #ffa500;
          }

/* default kleur in tabel  */
.rijdefault
         {
           background:#ffffcc;           
         }

/* contrast kleur in tabel */
.rijcontrast
         {
           background:#ffa500;           
           color: #ffffcc;
         }

/* vet is oranje */
b 
         {
           color: #ffa500; 
           font-size: 12;         
           font-weight: bold;
         }

/* tabelopmaak */
th
         {
           font-size: 18;
           color: #ffa500;        
           font-weight: bold;
         }  
table 
         {
           font-size: 12;
         }  
.tabelmet 
         {
           font-size: 11;
           border: 0.15em solid #ffa500;
         }
.tdmet
         {
           border: 0.10em solid #ffa500;
         }

/* links */
a:link, a:active, a:visited
         {
           color: #ffa500;     
           font-weight: bold;
         }  
         
/* algemene buttons */
INPUT.button 
       {
         background:#ffa500;
         color:#ffffcc;
         padding:2;     
         font-weight: bold;
         border:1px solid;
         width: 120;
       }
INPUT.buttonnav 
       {
         background:#ffffcc;
         color:#ffa500;
         padding:2;     
         font-weight: bold;
         border:1px solid;
         width: 120;
       }

/* textarea en text*/
textarea, text
       {
         font-size:10pt;
         font-family: Verdana;
       }
