
/* -------------------------------- LINKERNAV -------------------------------- */
/* nav 1ste niveau */
#leftNav a:hover {
	color:#EA6228; 
}

#leftNav li.on {
	background:url(../site_images/bullets/bul_leftNavOn1.gif) 0 6px no-repeat; 
	color: rgb(234,98,40);
}
#leftNav li.on a {
	color: rgb(234,98,40);
}
/* nav 2de niveau */
#leftNav ul li.on ul a:hover {
	color: rgb(234,98,40);
}
#leftNav ul li.on ul li.on a {
	color: rgb(229,117,45);
}

/* -------------------------------- CONTENT -------------------------------- */
#contentlarge a, #content a {
	color: rgb(244,98,40);
}
#title {
	color: rgb(234,98,40);
}
H1 {
	color: rgb(238,148,29);
}
H1 .comment {
	color: rgb(238,148,29);
}
#contentlarge table, #content table {
	background-color: rgb(235,141,34);
}
#contentlarge td.result, #content td.result {
	background-color: rgb(253,241,220);
	color: rgb(150,74,15);
}
#contentlarge th, #content th {
	background-color: rgb(235,141,34);
}

/* -------------------------------- APPLICATIES / FORMS -------------------------------- */
#contentlarge .tableForm td.descr, #content .tableForm td.descr {
	background-color: rgb(253,241,220);
	color: rgb(150,74,15);
}
#contentlarge .tableForm td.descr td, #content .tableForm td.descr td {
	background-color: rgb(253,241,220);
	color: rgb(150,74,15);
}
#contentlarge .tableForm td.btn, #content .tableForm td.btn {
	border-top: 1px solid rgb(235,141,34);
}
#contentlarge input.btn, #content input.btn {
	background-color: rgb(238,148,29);
}
.topLine {	
	border-top: 1px solid rgb(235,141,34);
}
.botLine {	
	border-bottom: 1px solid rgb(235,141,34);
}

/*--------- whoswho --------- */
#contentlarge #alphabet a, #content #alphabet a {
	background-color: rgb(234,98,40);
}