@CHARSET "ISO-8859-1";

/**
 * alle css in deze file geldt voor (child elements van):
 * #content.zoeken
 */
 
 #content.zoeken h2
 {
    font-size: 16px;
    color: #CD1316;
 }
 
#content.zoeken td.kop
{
	background-color: #CD1316;
	color: #000;
	font-weight: bold;
}

#content.zoeken td a
{
	color: #000;
	text-decoration: none;
}

#content.zoeken td a:hover
{
	text-decoration: underline;
}