body 	{
		font-family: Century Gothic, Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	 	font-size: 12px;
		color: #000000;
		text-align: center;
		background: #e5e5e5;
	}
	
p, li, td 	{
		font-family: Century Gothic, Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	 	font-size: 12px;
		text-align: left;
		background: #fff;
		color: #000;
	}

h1 	{
		font-family: Century Gothic, Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	 	font-size: 16px;
		text-align: left;
		background: #fff;
		color: #000;
	}
	
h2 	{
		font-family: Century Gothic, Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	 	font-size: 14px;
		text-align: left;
		background: #fff;
		color: #000;
	}
	

a 	{
		color: #ff9c00;
		font-size: 12px;
		text-decoration: none;
	}
	


img.slideshow {
		border: 3px #bababa solid;
	}

span.titel {
		color: #022a6d;
		font-face: Century Gothic, Arial, Verdana;
		font-size: 16px;
		/*font-weight: bold;*/
		text-transform: uppercase;
	}
	
div.cat a:link, div.cat a:visited { /* hoofdcategorie */
/*		padding-left: 10px; */
		padding-left: 0px;
		color: #022a6d;
		text-transform: uppercase;
		font-size: 14px;
		text-decoration: none;
	}
	
div.cat span a:link, div.cat span a:visited { /* huidige hoofdcategorie */
/*		padding-left: 10px; */
		padding-left: 0px;
		color: #e97f02;
		text-transform: uppercase;
		font-size: 14px;
		text-decoration: none;
	}
	
div.cat a:hover { /* mouse over hoofdcategorie */
		color: #0d5678;
	}
	
div.subcat a:link, div.subcat a:visited { /* subcategorie */
/*		padding-left: 20px; */
		padding-left: 10px;
		color: #307899;
		text-transform: uppercase;
		font-size: 12px;
		text-decoration: none;
	}
	
div.subcat a:hover { /* mouse over subcategorie */
		color: #0d5678;
	}
	
div.subcat span a:link, div.subcat span a:hover, div.subcat span a:visited { /* huidige subcategorie */
		color: #ff9c00;
		text-decoration: none;
	}
