html{height:100%;}
body{height:100%;
	margin:0px;
	padding:0px;
	scrollbar-face-color: #9a9a9a;}
/* hier definieer ik het algemene lettertype voor de site */
TD{font-family:arial;
		font-size:12px;
		font-weight:500;
		color:#000000;}
TABLE{font-family:arial;
		font-size:12px;
		font-weight:500;
		color:#000000;}
		
/* 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:#5c5b60;
           text-decoration: none;
		 }

a.b:link {color:#5c5b60;
           text-decoration: none;
		   }

a.b:hover {color:#cbcbca;
           text-decoration: none;
		}

	
/* lijntje : mogelijkheden:solid,dotted,dashed*/
HR {color:#ffffff;height:1px;border-style:solid;}

/* kopteksten */
H1{font-family:verdana;
		font-size:12px;
		font-weight:600;
		color:#3366FF;padding:0px;margin:0px;}
		
H2{font-family:arial;
		font-size:10px;
		font-weight:400;
		color:#5c5b60;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(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:512px;
height:338px;
}


/* 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;
	background-color: #eeeeee;
	color:#000000;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;}
	
#menu a:hover{
	display: block;
	background-color: #4DB2CF;
	color:#ffffff;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;font-weight:bold;}

#menu td{
	vertical-align: middle;
	text-align: center;}
	
	
	
/* menu kristof */

/*
#navigatie {
	float: right;
	width: 213px;
	height: 22px;
	background-color:#5c5b60;}

#navigatie li {
	float: right;
	background-color:#5c5b60;
	color:#CCCCCC;
	font-weight:bold;
	list-style-type:none;
	}
	
#navigatie a {
	float: right;
	text-decoration:none;
	color:#CCCCCC;
	padding-right: 15px;}

#navigatie a.active, #navigatie a:hover {
	border-right: 4px solid #99e605;
	padding-right: 15px;}

#navigatie a:hover {
	float: right;
	color: #CCCCCC;
	background-color:#5c5b60;
	padding-right: 15px;}
*/

#menu2 a:link, #menu2 a:visited{
	float: right;
	color:#CCCCCC;
	font-size: 12px;
	padding: 3px;
	text-decoration: none;
	font-weight:bold;
	background-image:url(images/pijl.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:left center;
	border-right: 4px solid #5c5b60;
	}
	
#menu2 a:hover{
	float: right;
	color:#CCCCCC;
	font-size: 12px;
	padding: 3px;
	text-decoration: none;
	font-weight:bold;
	background-image:url(images/pijl.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:left center;
	border-right: 4px solid #99e605;
	}

#menu2 td{
	vertical-align: middle;
	text-align: left;
	}

#Info{
	overflow:auto;
	height:358px;
}

:focus
{
outline:none;
}
