       html, body  {			
	margin-top: 5px;
	background-color: #fffff0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366cc;
	line-height: 1.3;
}

     #pagewidth {
           width : 800px;
           margin:0 auto;
      }
		
	     a:link {
           color : #0000cc;
			  background-color: inherit;
           font-size : 13px;
           font-weight : normal;
           text-decoration : none;
			  font-family:Tahoma, sans-serif;
      }
     a:visited {
	color: #0000cc;
	background-color: inherit;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
}
     a:hover {
           color : #339933;
			  background-color: inherit;
           font-size : 13px;
           font-weight : normal;
           text-decoration : underline;
			   font-family: Tahoma, sans-serif;
      }
     a:active {
           color : #999999;
			  background-color: inherit;
           font-size : 13px;
           font-weight : normal;
           text-decoration : none;
			   font-family:Tahoma, sans-serif;
      }
		
     #header {
	height: 96px;
	width: 800px;
	font-family: "Courier New", Courier, monospace;
	font-size: 39px;
	color: #3399dd;
	background-image: url(../pics/bgkop.gif);
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	}
	
	.kop2 {
	position: absolute;
	margin: -5px 0 0 -135px;
}

    
     #footer {
	height: 18px;
	width: 800px;
	background-color: #3399dd;
	text-align: center;
	font-variant: small-caps;
	color: #fffff0;
	font-style: italic;
}

    		/* menu */
     #leftcol {

	width: 150px;
	height: 410px;
	float:left;
	border-right: 1px;
	border-right-style: dotted;
	background-color: #fffff0;
	font-size: 14px;
	text-align: left;
}
		
		.menutekst{
	
			 font-style : italic;
          font-size : 15px;
          color : #009900;
          font-weight : bold;
			  padding-left: 0px;
	line-height: 1.5;
	margin-top: 0px;
		}
		  
	    #maincol {
	float: left;
	width: 397px;
	height: 410px;
	
	background-color: #fffff0;
	padding-right:10px;
	  padding-left: 12px;
		margin-top: 3px;
		font-size: 13px;
		text-align: left;
	
		} 
		
	#rightcol{
	
	width: 216px;
	height: 410px;
	float: right;		
	padding-right: 3px;
	padding-left:10px;
	background-image: url(../pics/bg_rechts02.jpg);
	color: #666600;
		text-align: left;
	padding-top: 10px;

} 	
		
		h2
{
	font-family: Verdana, sans-serif;
	font-size: 17px;
	line-height: 1.1em;
	margin-top: 10px;
	margin-bottom: 5px;
}


hr {
	border: 0;
	width: 220px;
	color: #3399dd;
	background-color: #3399dd;
	height: 2px;
	text-align: left;/*this will align it for IE*/
   margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}
.kop{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
}
	
	.kopje{
		font-size: 15px;
		font-weight: bold;
	}
	
	
	table {
font-size: 11px;
}
		
	
   .clr {
          clear : both;
      }
     

     @media print {
          #leftcol {
                display : none;
            }
          #outer {
                border-left : none;
            }
         			
           #outer {
                border-right : none;
					 }			    

}
