
/* -------------------------------- LINKERNAV -------------------------------- */
/* nav 1ste niveau */
#leftNav a:hover {
	color:rgb(220,145,23); 
}

#leftNav li.on {
	background:url(../site_images/bullets/bul_leftNavOn1.gif) 8px 12px no-repeat; 
	color: rgb(220,145,23);
}
#leftNav li.on a {
	color: rgb(220,145,23);
}
/* nav 2de niveau */
#leftNav ul li.on ul a:hover {
	color: rgb(220,145,23);
}
#leftNav ul li.on ul li.on a {
	color: rgb(217,151,43);
}

/* -------------------------------- CONTENT -------------------------------- */
#contentlarge a, #content a {
	color: rgb(220,145,23);
}
#title {
	color: rgb(220,145,23);
}
H1 {
	color: rgb(220,145,23);
}
H1 .comment {
	color: rgb(103,103,103);
}


/* -------------------------------- APPLICATIES / FORMS -------------------------------- */
#contentlarge .tableForm td.descr, #content .tableForm td.descr {
	/*background-color: rgb(253,241,220);*/
	color: rgb(183,116,8);
}
#contentlarge .tableForm td.descr td, #content .tableForm td.descr td {
	background-color: rgb(253,241,220);
	color: rgb(183,116,8);
}
#contentlarge .tableForm td.btn, #content .tableForm td.btn {
	border-top: 1px solid rgb(220,145,23);
}
#contentlarge input.btn, #content input.btn {
	background-color: rgb(220,145,23);
}
.topLine {	
	border-top: 1px solid rgb(220,145,23);
}
.botLine {	
	border-bottom: 1px solid rgb(220,145,23);
}

/*--------- whoswho --------- */
#contentlarge #alphabet a, #content #alphabet a {
	background-color: rgb(220,145,23);
}
