body{
	background-repeat:repeat-x;
	background-color:#528ba4;
}
/* hier definieer ik het algemene lettertype voor de site */
TD{font-family:arial;
		font-size:12px;
		font-weight:500;
		color:#557d76;}
TABLE{font-family:arial;
		font-size:12px;
		font-weight:500;
		color:#557d76;}
		
/* Algemene links */
a:visited {color:#191970;
           text-decoration: underline;}
		   
a:link {color:#191970;
        text-decoration: underline;}
	
a:hover {color:#3366FF;
         text-decoration: none;
	     }
		 
/* specifieke links */
a.b:visited {color:#c0dbe6;
           text-decoration: none;
		 }

a.b:link {color:#c0dbe6;
           text-decoration: none;
		   }

a.b:hover {color:#557d76;
           text-decoration: underline;
		}

	
/* lijntje : mogelijkheden:solid,dotted,dashed*/
HR {color:#557d76;height:1px;border-style:solid;}

/* kopteksten */
H1{font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:600;
		color:#557d76;}
		
H2{font-family:verdana;
		font-size:12px;
		font-weight:600;
		color:#3366FF;padding:0px;margin:0px;}
		
H3{font-family:verdana;
		font-size:18px;
		font-weight:600;
		color:#000000;padding:0px;margin:0px;}

/*lijst stijl met image, je kan ook gewoon li{list-style:square;} of circle of disc gebruiken}*/
li {list-style-image:URL(images/pijl.gif);} 
	
/* classes */	
	
.wh{color:#ffffff;}	/* witte tekstkleur */


.imgb {border-style:solid;border-color:#ffffff;border-width:1px;} /* kadertje om rond tabellen of foto's te zetten */ 


/* id's */


#small {font-family:verdana;font-size:10px;} /* kleine tekstgrootte */


/* scrolling div'ke */
div#content
{ 
overflow:auto;
width:500;
height:300;
}


/* definieer kleuren, lettertype enz. voor horinzontaal of vertikaal menu, je kan ook een afbeelding als achtergrond gebruiken -> background-image:url(image.gif);  */

#menu a:link, #menu a:visited{
	display: block;
	color:#ffffff;
	font-size: 11px;
	padding: 10px;
	text-decoration: none;}
	
#menu a:hover{
	display: block;
	background-color: #2e1562;
	color:#ffffff;
	font-size: 11px;
	padding: 10px;
	text-decoration: none;font-weight:bold;}

#menu td{
	vertical-align: middle;
	text-align: center;}
	
#inhoud tr td
{
padding:5px;}
