/* -------------------------------- OVERALL	 -------------------------------- */
body {
	color: rgb(55,54,52);
}
td, textarea, input {
	color: rgb(55,54,52);
}
/* -------------------------------- SEARCH -------------------------------- */
#search .inputfield {
	color: rgb(117,96,84);
}
/* -------------------------------- PATH -------------------------------- */
#path li {
	color: rgb(136,127,112);
}
#path li.first {
	color: rgb(55,54,52);
}	
#path a {
	color: rgb(136,127,112);
}
/* -------------------------------- LEFTNAV -------------------------------- */
#leftNav {
	color: rgb(55,54,52);
}
#leftNav a {
	color: rgb(55,54,52);
}
/* nav 2de niveau */
#leftNav ul ul {
	color: rgb(120,117,101);
}
#leftNav ul li.on ul a {
	color: rgb(120,117,101);
}
/* nav 3de niveau */
#leftNav ul ul ul {
	color: rgb(120,117,101);
}
#leftNav ul li.on ul li.on ul a {
	color: rgb(140,136,124);
}
#leftNav ul li.on ul li.on ul a:hover {
	color: rgb(55,54,52);
}
#leftNav ul li.on ul li.on ul li.on a {
	color: rgb(55,54,52);
}
/* -------------------------------- CONTENT -------------------------------- */

#title h1 {
	color:#888;
}
.comment {
	color: rgb(95,90,82);
}
#contentlarge th, #content th {
	color: #fff;
}
#contentlarge table.overview tr th, #content table.overview tr th {
	color: rgb(55,54,52);
}
#contentlarge th a:link, #contentlarge th a:hover, #contentlarge th a:visited, #content th a:link, #content th a:hover, #content th a:visited {
	color: #fff;
}
#contentlarge a:visited, #content a:visited {
	color: rgb(129,129,125);
}
#contentlarge a:hover, #content a:hover {
	color: rgb(55,54,52);
}
.comment {
	color:#999;
}
/* -------------------------------- APPLICATIES / FORMS -------------------------------- */

#contentlarge input.btn, #content input.btn {
	color:#fff;
	padding: 0;
}
td.comment {
	color:#999;
}
.error {
	color:#C00;
}
#contentlarge td.error, #content td.error {
	color:#fff;
}
#contentlarge select, #content select {
	color: rgb(55,54,52);
}
/* -------------------------------- RECHTERBALK -------------------------------- */
#right {
	color: rgb(136,127,112);
	color: rgb(102,96,84);
}
#right h1 {
	color:rgb(89,125,199); /* blauw */
}
#links li {
	color: rgb(136,127,112);
	color: rgb(102,96,84);
}
#links a {
	color: rgb(136,127,112);
	color: rgb(102,96,84);
}
/* -------------------------------- FOOTER -------------------------------- */
#footer {
	color:rgb(220,220,220);
}
#footer a {
	color:rgb(220,220,220);
}