/* oranje: #F18F00 */

/* -------------------- styles overzicht 1 categorie ------------------- */

/* bovenste oranje balk met omschrijving */

td.kop {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../img/backgr_oranje.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	line-height: 14px;
	padding-right: 5px;
	padding-left: 7px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
td.kopzwart {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../img/kop_zwart.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 14px;
	padding-right: 5px;
	padding-left: 7px;
	background-position: right top;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* cellen met oproepen */
td.boxoranje{ /* oranje rij */
	font-size: 11px;
	padding-top: 8px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 14px;
	padding-right: 3px;
	padding-left: 7px;
	background-color: #FFF4DF;
}
td.boxlichtoranje{ /* lichtoranje rij */
	font-size: 11px;
	padding-top: 8px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 14px;
	padding-right: 3px;
	padding-left: 7px;
	background-color: #FFFCF4;
}
table.faq{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF4DF;
}
.faq td{
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF4DF;
	line-height: 14px;
	padding-right: 3px;
}
