/* cool schema
#CCFF00
#8FB300
#F2FFBF
#E6FF80
*/
/*
#FF6600
#B34700
#FFD9BF
#FFB380
*/
div#centered
{
    background-color: #EEEEEE;
}
div#wrap {
	background-color: white;
}
a
{
	color: black;
}
/* ------------------------------------------------------- */
/* CONTENT */
div#wrap table#main div.content {
    background-color: white;
}
div#wrap table#main div.content table#nieuws td.itemgroot
{
	background-color:#E6FF80; /*#FFD9BF;*/
}
div#wrap table#main div.content a
{
	color:#558800; /*#FF6600;*/
}
div#wrap table#main div.content h2, div#wrap table#main div.content h1
{
	color:#8FB300; /*B34700;*/
	padding-bottom: 0;
	margin-bottom: 3px;
}
td#rightcol h2 {	background-color:#8FB300; /*B34700;*/
	color: white;
}
div#footer a:hover
{
	color: white;
	background-color: black;
}
div#wrap table#main div#nav li.currentitem, div#footer li.currentitem   /* current page name */
{
	color:#8FB300; /*B34700;*/
}


