#inhoud .faq .klaplink{
	float: right;
	color: #3467b4;
	padding: 0 15px 0 0;
	text-decoration: none;
	background: url(../gfx/leesverder.gif) no-repeat 100% 5px;
}
#inhoud .faq a:hover.klaplink{
	color: #22b2fd;
}
#inhoud .faq li{
	background: none;
	border: solid #dee9f8;
	border-width: 0 0 1px;
	padding: 4px 14px;
}
#inhoud .faq li p{
	display: none;
}
#inhoud .faq li.open{
	background: url(../gfx/bgfaq.gif) repeat-x;
	border: solid #bac7d8;
	border-width: 0 1px 1px 1px;
	padding: 14px;
}
#inhoud .faq li h4{
	background: none;
	padding: 0;
}
#inhoud .faq h4 a{
	background: url(../gfx/pijl-faq.gif) no-repeat 1px 6px;
	color: #3467b4;
	padding: 0 0 0 18px;
	text-decoration: none;
	display: block;
}
#inhoud .faq h4 a:hover{
	background: url(../gfx/pijl-faq-hover.gif) no-repeat 1px 6px;
	color: #22b2fd;
}
#inhoud .faq li.open h4 a{
	background: url(../gfx/pijlfaqactief.gif) no-repeat 0 8px;
	color: #3467b4;
}
#inhoud .faq li.open h4 a:hover{
	background: url(../gfx/pijlfaqactief-hover.gif) no-repeat 0 8px;
	color: #22b2fd;
}
#inhoud .faq li.open p{
	display: block;
}