html {
     overflow:				-moz-scrollbars-vertical;
}

body {

	align: center; 
	background-color: #00447b;
	font-family: Tahoma;
	}
	
H1 { 
	font-family: Tahoma;
	font-size:	24;
	Font-weight: bold; 
	color: #000066;
}

H2 { 
	font-family: Tahoma;
	font-size:	14;
	Font-weight: bold; 
	color: #000066;
}

H3 { 
	font-family: Tahoma;
	font-size:	12;
	Font-weight: bold; 
	color: #000000;
}

H4 {
	font-family: Tahoma;
	font-size:	12;
	color: #000000;

}

H5 {
	font-family: Tahoma;
	font-size:	12;
	Font-style: italic;
	color: #000000;
}

H6 {
	font-family: Tahoma;
	font-size:	10;
	color: #000000;

}


div.menubar {
	xwidth:					250px;
	xbackground:			url('http://ehdtraining.cms.nederland.net/user_templates/ehdtraining/ehdtraining/standaard/images/knoppen/buttonuit_01.jpg') no-repeat;
	xheight:				19px;
	xborder:				1px solid blue;
	margin:					0px;
		}


div.menubar TABLE.hoofdmenu TD A {
	background:				url('http://ehdtraining.cms.nederland.net/user_templates/ehdtraining/ehdtraining/standaard/images/button_uit.jpg') no-repeat;
	height:					19px;
	width:					110px;
	font-weight:			bold;
	font-size:				14px;
	color:					#FFFFFF;
	text-decoration:		none;
	margin:				0 auto 0 auto;
	display:				block;
	letter-spacing:			1px; 
	text-align:				center; 
		
}
	
div.menubar TABLE.hoofdmenu TD#selected a{
	background:				url('http://ehdtraining.cms.nederland.net/user_templates/ehdtraining/ehdtraining/standaard/images/button_aan.jpg') no-repeat;
	height:					19px;
	width:					110px;
	color:					#00447b;
		
}
		

div.menubar TABLE.hoofdmenu TD#unselected a:hover {
	height:					19px;
	width:					110px;
	color:					#00447b;
	background:				url('http://ehdtraining.cms.nederland.net/user_templates/ehdtraining/ehdtraining/standaard/images/button_aan.jpg') no-repeat;
		
}
div.menubar TABLE.hoofdmenu TD#unselected a:visited {
	height:					19px;
	width:					110px;
	color:					#FFFFFF;
	background:				url('http://ehdtraining.cms.nederland.net/user_templates/ehdtraining/ehdtraining/standaard/images/button_uit.jpg') no-repeat;
		
}


