/* white */
/* - Schrift in den MenüModulen normal und Links im Mainbereich */
a:link {
	font: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: 100;
	color: #333333;
}
a:visited
{
	font: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: 100;
	color: #333333;
}
/* - Schrift in den MenüModulen rollOver */
a:hover {
	font: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: 100;
	color: #666666;
}

/* - Pill Menü Schrift */
#pillmenu a:hover {
  color: #999999;
}

#pillmenu a#active_menu-nav {
  color: #333333;
}

#pillmenu a#active_menu-nav:hover {
  color: #999999;
}

h3, .componentheading, table.moduletable th {
  color: #666666;
}
/* - ModulMenü 1 Bild ----------------------- */
div.module_menu {
	background: url(../images/white/mw_box_gruen.jpg) 100% 100% no-repeat;
	height: 427px;
	width: 175px;
}
/* - ModulMenü 2 Bild ----------------------- */
div.module_menu2 {
	background: url(../images/white/mw_box_rot.jpg) 100% 100% no-repeat;
	height: 405px;
	width: 175px;
}