/* Gebruikte kleuren:
   Kleur (1=donker 2=lichter etc...)
   =================================
   // ToDo: vul hieronder de gebruikte kleuren in...
   H1 Blauw:			#13406d;
   H2 Licht Blauw:	#13406d;
   H3 Groen:			#A5D601;
	P	Blauw:			#13406d;
*/

h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #13406d;
	padding-top: 28px;
}
h1.wit {
    font-family: "Trebuchet MS";
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    padding-top: 28px;
}
h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #13406d;
	margin-bottom: -10px;
}
h3 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #08A0D1;
}
p {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #13406d;
}
hr {
	border: 0px;
	border-top: 1px solid #A5D601;
	height: 1px;
	width: 100%;
	margin-top: 10px;	
	margin-bottom: 10px;
}
a {
	font-family: Tahoma;
	font-weight: bold; 
	font-size: 11px; 
	color: #A5D601;
	text-decoration: none;
}
a:hover {
	color:#A5D601;
	text-decoration: underline; 
}
A.title_link {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #13406d;
	text-decoration: underline; 
}
A.title_link:hover {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #A5D601;
	text-decoration: underline; 
}
td.kennisabc_bg {
	background-image: url(../images/kennisabc/bg.gif);
}
td.kennisabc_bg a {
	color: #fff;
}
td.kennisabc_letter {
	background-image: url(../kennisabc/rondje.gif);
	background-position: 50% 65%;
	background-repeat: no-repeat;
}

a.kennisabc {
	font-family: trebuchet ms;
	font-weight: bold; 
	font-size: 16px; 
	color: #fff;
	text-decoration: none;
}
a.kennisabc:hover {
	font-family: trebuchet ms;
	font-weight: bold; 
	font-size: 16px; 
	color: #f90401;
}

td.kennisabc_bg a#active {
	color: #f90401;
}
a.kennisabc#active {
	color: #f90401;
}