/* white */
a:link, a:visited {
	color: #cc0000;
}

a:hover {
	color: #000000;
}
.tree a:link, .tree a:visited {
	color: #ffffff;
}

.tree a:hover {
	color: #888888;
}

h3, div.module_menu h3, .componentheading, div.module h3{
  color: #990000;
}

div.moduletable_menu {
	background-color: #f0f0d0;
}
div.module_menu, #leftcolumn div.module, div.right_module{
	background: url(../images/white/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div, div#leftcolumn div.module div, div.right_module div {
	background: url(../images/white/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div, div#leftcolumn div.module div div , div.right_module div div{
	background: url(../images/white/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div, div#leftcolumn div.module div div div , div.right_module div div div{
	background: url(../images/white/mw_box_tl.png) 0 0 no-repeat;
}
div.module_wmenu {
	background: url(../images/bg_woordadig.jpg) 0 0 repeat;
	color: white;
	padding-left: 15px;
}
div.module_wmenu h3 {
	color: white;
	padding-top: 5px;
}
div.module_wmenu div div div ul{
	padding-bottom: 10px;
}
div.module_wmenu ul li a{
	color: #ffffff;
}
div.module_wmenu ul li a:hover{
	color: #000000;
}
.tableheader {
	background-color: #fac777;
}
.tableheader a, .tablecontent a {color: black;}

.tablecontent {
	background-color: #fff1bc;
	}