/*          MAIN STYLESHEET FOR ita WEBPAGES 
 * Netscape 4 displays the font smaller, therefore I use special
 * fonts for this browser. This file contains first stylesheet for
 * netscape 4 and then the stylesheet for all other browser between 
 * special commment signs which will only be ignored by netscape 4
 * because of a bug in netscape 4
 */

/* body */
body { 
   background-color: #CCCCCC; 
   
   font-size: 15px; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   text-decoration: none; 
   color: #000066;   
   
   margin-right: 10px;
   margin-left: 10px; 
   margin-top: 20px;
}


/* links */
a {  
   color: #000066; 
   text-decoration: none
}
a:hover { 
   text-decoration: none; 
   color: #FFFFFF
}


/* menu items */
.actief {  
   font-weight: bold
}
.menucompact {  
   font-size: 14px
}
.submenu {  
   font-style: italic; 
   font-size: 14px; 
   clip:   rect(   );
}


/* table */
table {  
  clip:      rect(   ); 
  vertical-align: text-top; 

  font-size: 15px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none; 
  color: #000000;   

  border-color: #000000;   
  border-width: 0px 0px 0px 0px; 
  border-style: none; 
  
  margin: 0px 0px 0px 0px;
} 

th,td { 
  font-size: 15px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none; 

  border-color: #000000;   
  border-width: 0px 0px 0px 0px ; 
  border-style: none; 
  /* use default padding because next rule does something strange with
   * netscape 4 :
   *      padding: 0px  1ex 0px  0px ;
   */
} 

/*/*/

body { 
   background-color: #CCCCCC; 
   
   font-size: 13px; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   text-decoration: none; 
   color: #000066;   
   
   margin-right: 10px;
   margin-left: 10px; 
   margin-top: 20px;
}



a {  
   color: #000066; 
   text-decoration: none
}
a:hover { 
   text-decoration: none; 
   color: #FFFFFF
}



.actief {  
   font-weight: bold
}
.menucompact {  
   font-size: 12px
}
.submenu {  
   font-style: italic; 
   font-size: 12px; 
   clip:   rect(   );
}



table {  
  clip:      rect(   ); 
  vertical-align: text-top; 

  font-size: 13px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none; 
  color: #000000;   

  border-color: #000000;   
  border-width: 0px 0px 0px 0px; 
  border-style: none; 
  
  margin: 0px 0px 0px 0px;
} 

th,td { 
  font-size: 13px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none; 

  border-color: #000000;   
  border-width: 0px 0px 0px 0px ; 
  border-style: none; 
  
} 

/* */