/*          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
 */
/* 
 *         MAIN STYLESHEET FOR ita WEBPAGES 
 */
 
/* geometry settings: margin/padding/border-width: top right bottom left */

/* body */
body { 
   background-color: #FFFFFF; 
   
   font-size: 15px; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   text-decoration: none; 
   color: #000000;   
   
   margin-right: 100px
}


/* normal text */ 
.broodtekst { font-size: 15px; color: #000000;   margin-top: 1ex; margin-bottom: 1ex; }

/* paragraph p
 * give a p heading at start of file extra bottom margin i
 */
p { font-size: 15px;  color: #000000;  margin:  margin-top: 1ex; margin-bottom: 1ex; }


/* kopjes */
.kop1 {  font-size: 18px;                     font-weight: bold; color: #000066;  margin-top: 3ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
.kop2 {  font-size: 16px;                     font-weight: bold; color: #000066;  margin-top: 3ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
.kop3 {  font-size: 15px; font-style: italic; font-weight:normal; color: #000066;  margin-top: 3ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
h1          {  font-size: 18px;                     font-weight: bold; color: #000066;  margin-top: 3ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
h2          {  font-size: 16px;                     font-weight: bold; color: #000066;  margin-top: 3ex; margin-bottom: 2ex; padding:0px 0px 0px 0px}
h3,h4,h5,h6 {  font-size: 15px; font-style: italic; font-weight:normal; color: #000066; margin-top: 3ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
/* kopjes without spacing */
.big1 {  font-size: 18px; font-weight: bold; color: #000066;  margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.big2 {  font-size: 16px; font-weight: bold; color: #000066;  margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.big3 {  font-size: 15px; font-style: italic; font-weight:normal; color: #000066;  margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}



/* special text */
.nadruk {  font-style: italic}
em {  font-style: italic}
i {  font-style: italic}
.sterk {  font-weight: bold}
b {  font-weight: bold}
strong {  font-weight: bold}
.citaat {  font-style: italic; font-size: 15px}
cite {  font-style: italic; font-size: 15px}
.microscopisch {  font-size: 13px; line-height: 13px; color: #000000; padding-top: 0px; padding-bottom: 0px}
small {  font-size: 14px; line-height: 14px; color: #000000; padding-top: 0px; padding-bottom: 0px}


/* links */
a {  color: #FF0000; text-decoration: none}
a:hover { text-decoration: none; color: #333399}



/* images */ 
/*  remove colored edge from image when it is in a-tag is
 *  done with  border-style:none 
 *  netscape 4: this doesn't work, solved by setting border color to
 *  background color: color: #FFFFFF; 
*/
 img { border-style:none; color: #FFFFFF;} 
.foto-in-tekst-rechts {  float:left; margin: 10px 10px 10px 0px }
.foto-in-tekst-links {  float:left; margin: 10px 0px 10px 10px }


/* TABLES 
 * with tables explicitly give font sizes and type along 
 * otherwise netscape 4 would mess it up 
 */

/* default table : 
 * normal table with no spacing, user has to do it
 * himself with CELLSPACING CELLPADDING attributes in the html code */
table {  
  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; 
  padding: 0px  0px 0px  0px ;
} 

/* table with a border */
table.border  {  
  font-size: 15px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none; 
  
  border-color: #000000;   
  border-width: 1px 0px 0px 1px ; 
  border-style:solid; 
  
  margin: 0px 0px 0px 0px;
} 

table.border th,table.border td { 
  font-size: 15px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  
  border-width: 0px 1px 1px 0px ; 
  border-style:solid; 
  
  padding: 0px 0px 0px 0px ; 
} 



/* table with a border and spacing from the borders*/
table.spacedborder  {  
  font-size: 15px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none; 
  
  border-color: #000000;   
  border-width: 1px 0px 0px 1px ; 
  border-style:solid; 
  
  margin: 0px 0px 0px 0px;
} 

table.spacedborder th,table.spacedborder td { 
  font-size: 15px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none; 
  
  border-color: #000000;   
  border-width: 0px 1px 1px 0px ; 
  border-style:solid; 
  
  padding: 10px 10px 10px 10px ; 
} 





/* special top boundary cases
==============================*/

/* normal paragraph at start file : no top margin */
body p { font-size: 15px;  color: #000000;  margin:  margin-top: 0ex; margin-bottom: 1ex; }

/* everything starting with heading after body : no top margin, but with  2 ex bottom margin  */
/*      heading can be single tag with .kopX  */
/*      heading can be p tag followed by a second .kopX tag, which
 *      normally should be a span or div tag  */
body .kop1 {  font-size: 18px; font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body p .kop1 { font-size: 18px;  color: #000066;  margin:  margin-top: 0ex; margin-bottom: 2ex; }
body .kop2 {  font-size: 16px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body p .kop2 {  font-size: 16px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body .kop3 {  font-size: 15px; font-style: italic; font-weight:normal; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body p .kop3 {  font-size: 15px; font-style: italic; font-weight:normal; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body h1          {  font-size: 18px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body p h1          {  font-size: 18px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body p h2          {  font-size: 16px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex; padding:0px 0px 0px 0px}
body p h3,h4,h5,h6 {  font-size: 15px; font-style: italic; font-weight:normal; color: #000066; margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body div .kop1 {  font-size: 18px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body div .kop2 {  font-size: 16px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body div .kop3 {  font-size: 15px; font-style: italic; font-weight:normal; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body div h1          {  font-size: 18px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body div h1          {  font-size: 18px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body div h2          {  font-size: 16px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex; padding:0px 0px 0px 0px}
body div h3,h4,h5,h6 {  font-size: 15px; font-style: italic; font-weight:normal; color: #000066; margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}


/* OUD, compatibiliteits support 
Erik Barendsen zegt me dat dit oud was -> gebruik alleen kopjes!
.titel {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; color: #000066; text-decoration: none; font-style: italic; font-weight:normal}
h1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; color: #000066; text-decoration: none; font-style: italic; font-weight: normal} 
*/
.titel {  font-size: 18px;                     font-weight: bold; color: #000066;  margin-top: 3ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
/* everything starting with titel after body : no top margin, but with
 * 2 ex bottom margin  */
body .titel {  font-size: 18px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body p .title { font-size: 18px;  color: #000000;  margin:  margin-top: 0ex; margin-bottom: 2ex; }


/*/*/
 



body { 
   background-color: #FFFFFF; 
   
   font-size: 13px; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   text-decoration: none; 
   color: #000000;   
   
   margin-right: 100px
}


 
.broodtekst { font-size: 13px; color: #000000;   margin-top: 1ex; margin-bottom: 1ex; }


p { font-size: 13px;  color: #000000;  margin:  margin-top: 1ex; margin-bottom: 1ex; }



.kop1 {  font-size: 16px;                     font-weight: bold; color: #000066;  margin-top: 3ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
.kop2 {  font-size: 14px;                     font-weight: bold; color: #000066;  margin-top: 3ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
.kop3 {  font-size: 13px; font-style: italic; font-weight:normal; color: #000066;  margin-top: 3ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
h1          {  font-size: 16px;                     font-weight: bold; color: #000066;  margin-top: 3ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
h2          {  font-size: 14px;                     font-weight: bold; color: #000066;  margin-top: 3ex; margin-bottom: 2ex; padding:0px 0px 0px 0px}
h3,h4,h5,h6 {  font-size: 13px; font-style: italic; font-weight:normal; color: #000066; margin-top: 3ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}

.big1 {  font-size: 16px; font-weight: bold; color: #000066;  margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.big2 {  font-size: 14px; font-weight: bold; color: #000066;  margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.big3 {  font-size: 13px; font-style: italic; font-weight:normal; color: #000066;  margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}




.nadruk {  font-style: italic}
em {  font-style: italic}
i {  font-style: italic}
.sterk {  font-weight: bold}
b {  font-weight: bold}
strong {  font-weight: bold}
.citaat {  font-style: italic; font-size: 13px}
cite {  font-style: italic; font-size: 13px}
.microscopisch {  font-size: 11px; line-height: 11px; color: #000000; padding-top: 0px; padding-bottom: 0px}
small {  font-size: 12px; line-height: 12px; color: #000000; padding-top: 0px; padding-bottom: 0px}



a {  color: #FF0000; text-decoration: none}
a:hover { text-decoration: none; color: #333399}



 

 
.foto-in-tekst-rechts {  float:left; margin: 10px 10px 10px 0px }
.foto-in-tekst-links {  float:left; margin: 10px 0px 10px 10px }





table {  
  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; 
  padding: 0px  0px 0px  0px ;
} 


table.border  {  
  font-size: 13px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none; 
  
  border-color: #000000;   
  border-width: 1px 0px 0px 1px ; 
  border-style:solid; 
  
  margin: 0px 0px 0px 0px;
} 

table.border th,table.border td { 
  font-size: 13px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  
  border-width: 0px 1px 1px 0px ; 
  border-style:solid; 
  
  padding: 0px 0px 0px 0px ; 
} 




table.spacedborder  {  
  font-size: 13px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none; 
  
  border-color: #000000;   
  border-width: 1px 0px 0px 1px ; 
  border-style:solid; 
  
  margin: 0px 0px 0px 0px;
} 

table.spacedborder th,table.spacedborder td { 
  font-size: 13px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none; 
  
  border-color: #000000;   
  border-width: 0px 1px 1px 0px ; 
  border-style:solid; 
  
  padding: 10px 10px 10px 10px ; 
} 








body p { font-size: 13px;  color: #000000;  margin:  margin-top: 0ex; margin-bottom: 1ex; }




body .kop1 {  font-size: 16px; font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body p .kop1 { font-size: 16px;  color: #000066;  margin:  margin-top: 0ex; margin-bottom: 2ex; }
body .kop2 {  font-size: 14px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body p .kop2 {  font-size: 14px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body .kop3 {  font-size: 13px; font-style: italic; font-weight:normal; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body p .kop3 {  font-size: 13px; font-style: italic; font-weight:normal; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body h1          {  font-size: 16px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body p h1          {  font-size: 16px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body p h2          {  font-size: 14px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex; padding:0px 0px 0px 0px}
body p h3,h4,h5,h6 {  font-size: 13px; font-style: italic; font-weight:normal; color: #000066; margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body div .kop1 {  font-size: 16px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body div .kop2 {  font-size: 14px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body div .kop3 {  font-size: 13px; font-style: italic; font-weight:normal; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body div h1          {  font-size: 16px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body div h1          {  font-size: 16px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body div h2          {  font-size: 14px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex; padding:0px 0px 0px 0px}
body div h3,h4,h5,h6 {  font-size: 13px; font-style: italic; font-weight:normal; color: #000066; margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}



.titel {  font-size: 16px;                     font-weight: bold; color: #000066;  margin-top: 3ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}

body .titel {  font-size: 16px;                     font-weight: bold; color: #000066;  margin-top: 0ex; margin-bottom: 2ex;padding:0px 0px 0px 0px}
body p .title { font-size: 16px;  color: #000000;  margin:  margin-top: 0ex; margin-bottom: 2ex; }


/* */
