H2 { 
	font-family: "Times New Roman", Times, serif ;
 	font-size: 18pt; 
	font-weight: 600; 
	font-style: normal; 
	text-decoration: none; 
	color:#333333;
	}

H3 {  
	font-family:"Times New Roman", Times, serif ;
 	font-size: 16pt; 
	font-weight: 500;
 	font-style: normal; 
 	text-decoration: none;
	color:#333333; 
	}

H4 { 
	font-family: "Times New Roman", Times, serif ;
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none; 
	color:#333333;
	}

H5 {
	font-family: "Times New Roman", Times, serif ;
	font-size: 8pt;
 	font-weight: 300;
	color:#333333;
 }

H6 { 
	font-family:  "Times New Roman", Times, serif ;
	font-size: 9pt; 
	font-weight: 400;
	color:#333333;
}

PRE {
	font-family: "Times New Roman", Times, serif ;
 	font-size: 12pt; 
	font-weight: 300; 
	font-style: normal; 
	text-decoration: none;
	 }

TABLE { 
	font-family: "Times New Roman", Times, serif ;
 	font-size: 14px;
  	font-weight: normal; 
  	font-style: normal;
   	text-decoration: none ; 
	color:#333333;
   }

table a {
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:700;
color:#333333;
text-decoration:none;
}
UL { 
 	font-family: "Times New Roman", Times, serif ;
  	font-size:14px;
 	font-weight: 400;
  	font-style: normal;
   	text-decoration: none;
    text-transform: none; 
	padding:0.5em ;
	margin:0.5em  ;
	}

LI {
 	font-size: 14px ;
  	text-decoration: none;
 	font-family:  "Times New Roman", Times, serif ;
 }
p {
	font-size: 16px ;
  	text-decoration: none;
 	font-family:  "Times New Roman", Times, serif ;
	
 	
 }


html { height: 101%; } /* geeft Firefox altijd een scrollbar rechts, zodat de breedte niet 
                         verspringt bij wissel tussen pagina's die wel/niet op 1 screen passen. */

body { 
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #ffffff;
	color:#000000;
	font-family: "Times New Roman", Times, serif  ;
	text-align: center; /* nu column gecentreerd voor IE, maar alles in de body ook gecentreerd */
	}
#column {
	width: 805px;
	height: auto;
 	margin-left: auto; 
 	margin-right: auto; /* nu column gecentreerd voor de rest */
	text-align: left;   /* voor allemaal: standaard alles weer links beginnen */
	background-color:#ffffff;
	}

#header {
	background-image:url(plaatjes/kopkopie.jpg); 	
	
	width: 100%; /* hele breedte column pakken */
	
	height: 85px;
	background-color:#666666;
	margin-top: 1px;
	margin-bottom: 0px;
	
	}
#menu {
	width: 100%; /* hele breedte column pakken */
	height: 35px;
	margin-top: 0px;
	margin-bottom: 1px;
	text-align:center;
	background-color: #CCCCCC;
	}
#container {
	/*position: relative;
	top: 200px; */
	width: 100%; /* hele breedte column pakken */
	margin: 0px;
	background-color: #0000cc ;
	border-top: 0px solid #Ffffff; 
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #00000; 
	border-left: 1px solid #FFFFFF;
	
	}
	


#paginatitel{
	margin: 0;
	border: 1px solid #000000;
	text-align: center; 
	background-color: #0033CC;
	color: #402600;
	
	}

#inhoud {
	padding: 1px;
	margin-top: 1px;
	border: 1px solid #cccccc;
	background-color: #FFF;
	font-family:  "Times New Roman", Times, serif  ;
	font-size: 14px;
	}

#footer {
	clear: both;
	border: 1px solid #999;
	background-color:   #0033CC;
	color:#ffffff;
	font-family: "Times New Roman", Times, serif  ;
	font-size: small;
	padding: 2px;
	margin: 0px 0 0px 0;
	text-align: center;
	}
#tabelkop {
	margin-left:145px;
	}
#contact {
width:500px; 
margin:auto;	
color:#fdfddf;
background-image:url(plaatjes/achtergrondkopie.jpg);
padding:10px;
}	
#nav 	{ 

	margin-left:7px;
	}
#nav li{
	float:left;
	margin:0 0.1em;
	padding:0;
	text-align: center;
	font-size:10px;
	font-weight:bold;
	}
#nav  a { 
	/*background:   #cc9900;
	
	line-height:1.2em;
	float:left;
	
	/*display:block;
	border: 0.1em solid #ffffff;*/
	width:10.0em;
	height:1.6em;
	color: #333333;
	text-decoration:none;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	}
#nav  a:hover { 
	/*background: #fdfddf ;
	height:1.4em;
	line-height:1.1em;
	float:left;
	width:9.0em;
	display:block;
	border: 0.1em solid #ffffff;*/
	color: #fdfddf ;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-align:center
	}
/*Commentes backslash hack hides rule from IE5-Mac \*/
#nav li a {
	float:none
	}/* End IE%-Mac hack*/
#nav {
	width:50em
	}


