/* black */
a:link, a:visited {
	color: #d56502;
}

a:hover {
	color: #d56502;
	text-decoration:underline;
}

/*#pillmenu a:hover {
  color: #135cae;
}

#pillmenu a#active_menu-nav {
  background: url(../images/black/mw_menu_active_bg.png) 0 0 repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}*/
h3, .componentheading, table.moduletable th {
	color: #999;
}

.componentheading{
	padding-top: 20px;
}

div.module_menu {
	background: url(../images/black/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/black/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/black/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/black/mw_box_tl.png) 0 0 no-repeat;
}

.bg_m	{background-color:#54525B;}

a.menue:link, a.menue:active, a.menue:visited	{
		font-family:verdana,arial;
		color:#000000;
		font-size:11px;
		text-decoration:none;
		background-image:url('../images/black/menue_back.png');
		background-repeat:no-repeat;
		background-position: 0px 0px;
		width:129px;
		height:19px;
		display:block;
		text-indent: 25px;
		}

a.menue:hover, a.menue:visited:hover	{
		font-family:verdana,arial;
		color:#000000;
		font-size:11px;
		text-decoration:none;
		background-image:url('../images/black/menue_backov.png');
		background-repeat:no-repeat;
		background-position: 0px 0px;
		width:129px;
		height:19px;
		display:block;
		text-indent: 25px;
		}

a.menueaktiv:link, a.menueaktiv:active, a.menueaktiv:visited, a.menueaktiv:hover, a.menueaktiv:visited:hover {
		font-family:verdana,arial;
		color:#FFFFFF;
		font-size:11px;
		text-decoration:none;
		background-image:url('../images/black/menue_backovv.png');
		background-repeat:no-repeat;
		background-position: 0px 0px;
		width:129px;
		height:19px;
		display:block;
		text-indent: 25px;
		}