@charset "utf-8";
/* CSS Document */

	body, html {
		margin:0;
		padding:0;
	}
	
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 24px;
		color:#ff9900;
		font-weight: 400;
	}
	
	h2{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		color:#005aab;
		font-weight: 400;
		border-bottom:dotted 1px
	}
		
	p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color:#737373;
	}
	
	.prodtitle {
		font-size: 12px;
		line-height: 18px;
		color:#005aab;
		font-weight: bold;
	}
	
	.products {
		font-size: 11px;
		line-height: 18px;
		color:#737373;
	}
	
	a:link, a:visited {; 
		text-decoration:none;
	}
	
    a:hover { 
		text-decoration:underline;
	}
	
	.a2:link {
		text-decoration: none;
		font-size: 10px;
		font-weight:bold;
		color:#747474;
    }
	.a2:visited {
		text-decoration: none;
		font-weight:bold;
		font-size: 10px;
		color:#747474;
	}
	
	.a2:active {
		text-decoration: none;
		font-weight:bold;
		font-size: 10px;
		color:#747474;
	}
	
	.a2:hover {
		text-decoration: underline;
		font-weight:bold;
		font-size: 10px;
		color:#ff0000;
	}
	
	li.hoofdmenuMetSub {
		text-decoration: underline;
		font-weight:bold;
		font-size: 15px;
		color:#ff0000;
		
	}
	li.submenuZonderSubsub 
	{
		text-decoration: underline;
		font-weight:bold;
		font-size: 10px;
		color:#ff0000;
		
	}
	ul {
		list-style:none;
	}
	
	a:link, a:visited 
	{
		text-decoration:none;
	}
	
    li a:hover { 
		text-decoration:underline;
	}
	
	li a:link {
		text-decoration: none;
		font-size: 10px;
		font-weight:bold;
		color:#747474;
    }
	li a:visited {
		text-decoration: none;
		font-weight:bold;
		font-size: 10px;
		color:#747474;
	}
	
	li a:active {
		text-decoration: none;
		font-weight:bold;
		font-size: 10px;
		color:#747474;
	}
	
	li a:hover {
		text-decoration: underline;
		font-weight:bold;
		font-size: 10px;
		color:#ff0000;
	}
