/* This is a delta-Stylesheet, it has to be used with w3.css */

BODY, TD, DIV, UL, A {
	color: #c4c5c9;
}
BODY {
	margin: 0;
	background-color: #3b3f42;
	background-image: url(../img/bgD.gif);
}
A { 
	color: #fff;
}

DIV#projInfo, DIV#projContext {
	border-left: 1px solid #828689;
}
DIV#projInfo H1 {
	color: #fff;
}
DIV#projContext A { color: #c4c5c9; font-weight: bold; }
DIV#projContext A:hover { color: #fff; text-decoration: none; }
DIV.projMenuL4 { padding-left: 12px; border-left: 1px solid #828689; }

DIV.menuItem A { color: #c4c5c9; }
DIV.menuItem.active A { color: #fff !important; }

DIV.menuItem A.active,
DIV.menuItem A:hover { color: #fff !important; }

DIV.menuL2 DIV.menuItem.active A { color: #fff; }
DIV#menuL4 DIV.menuItem A { color: #c4c5c9; }

/* headlines inside modules                      */
DIV.module H1,
DIV.module H2 {
	color: #fff;
}
DIV.module H2 { margin-bottom: 0; color: #c4c5c9; }

DIV#boxedMenu{
	background-color: #3b3f42; 
}
DIV#cont A {
	color: #c4c5c9;
}
DIV#menuL3 DIV.menuItem DIV.menuItem A { color: #c4c5c9 !important; }
DIV#menuL3 DIV.menuItem DIV.active A { color:#FFF !important; }

