/* Dit is de Style-Sheet voor de pagina's in het hoofdvenster (frame 'hoofd') */
body { background-image: url("../pics/kaw_backgrnd.gif");
       background-position: center center;
       background-repeat: no-repeat;      
       background-attachment: fixed;
       background-color: #F5F5DC; /*beige--> 245,245,220*/
     }
     
h1 { color: #0000FF;   /*blue*/
     font-family: Times;
     font-size: 35;
   }

h2 { color: #0000FF;   /*blue*/
     font-family: Times;
     font-size: 25;
   }

h3 { color: #000000;     /*black*/
     font-family: Times;
     font-size: 18;
   }  
   
p { color: #000000;     /*black*/
    font-family: Arial;
    font-size: 15;
    font-weight: normal;
    margin-left: 15px; 
   }

li { color: #000000;     /*black*/
     font-family: Arial;
     font-size: 15;
     font-weight: normal;
   }
      
blockquote { color: #000000;     /*black*/
             font-family: Arial;
             font-size: 15;
             font-weight: normal;
           }   
td { height: 15;
     font-family: Arial;
     font-size: 14;
     font-weight: normal;
     color: #000000;     /*black*/
   }   
td.kopcal { height: 15;
            font-family: Arial;
            font-size: 15;
            font-weight: bold;
            color: #FFFFFF;     /*white*/
            background: red;
            text-align: center;			   
          }
td.datacal { height: 13;
             font-family: Arial;
             font-size: 14;
             font-weight: normal;
             color: #000000;     /*black*/
           }	 
td.kopwed { height: 15;
            font-family: Arial;
            font-size: 15;
            font-weight: bold;
            color: #FFFFFF;       /*white*/
            background: #FF0000;  /*red*/
            text-align: center;			   
          }
td.datawed { height: 13;
             font-family: Arial;
             font-size: 14;
             font-weight: normal;
             color: #000000;     /*black*/
           }
td.kopnews { height: 15;
             font-family: Arial;
             font-size: 15;
             font-weight: bold;
             color: #FFFFFF;     /*white*/
             background: red;
             text-align: left;			   
           }
td.datanews { height: 13;
              font-family: Arial;
              font-size: 14;
              font-weight: normal;
              color: #000000;     /*black*/
              text-align: left;			                 
            }	 
td.koples { height: 15;
            font-family: Arial;
            font-size: 15;
            font-weight: bold;
            color: #000000;     /*black*/
            text-align: left;			   
          }
td.datales{ height: 13;
            font-family: Arial;
            font-size: 14;
            font-weight: normal;
            color: #000000;     /*black*/
            vertical-align: top;            
            text-align: left;
          }	             
#divpopup {
	position: absolute;
	top: 50%;
	left: 33%;
	width: 35%;
	height: 110px;
	overflow: auto;
	visibility: visible;
	display: block;
	border: 8px ridge red;
	background: white;
}          

.divje {
	font-family: Lucida;
    font-size: 16;
    font-style: italic;
}       
       
