/* CSS Document */

h2,
a:link,
a:visited,
li.active_menu li a:link,
li.active_menu li a:visited,
#nav li.active_menu a,
#nav li.active_menu a:hover {
  color: #99AE15; 
}

a:hover,
li.active_menu li a:hover {
  color: #c8e31e;
}

div#header div#green-bar {
  height: 16px;
  background: #b2ca12 url(../images/green/head_bar.png) 0 0 no-repeat;
}

div.modulebox-green {
  background: url(../images/green/box_br.png) 100% 100% no-repeat;
}

table.back{
  background: #728205;
  margin: 0 -5px 10px -5px;
  line-height: 30px;
  height: 30px;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  width: 95%;
}

div.modulebox-green div.bx1 {
  background: url(../images/green/box_bl.png) 0 100% no-repeat;
}

div.modulebox-green div.bx2 {
  background: url(../images/green/box_tr.png) 100% 0 no-repeat;
}

div.modulebox-green div.bx3 {
  background: url(../images/green/box_tl.png) 0 0 no-repeat;
  padding: 0;
  margin: 0;
}

div.modulebox-green div.tabelmod h3 {
	margin: 0 -9px;
	background: url(../images/green/box_h3_divider.png) 0 100% repeat-x;
	margin-bottom: 5px;
	color: #fff;
}

div.modulebox-green div.tabelmod {
	color: #e9e8e8;
}

div.modulebox-green a:link,
div.modulebox-green a:visited {
  color: #e9e8e8;
}

div.modulebox-green a:hover {
  color: #fff;
}

#nav li.active_menu a,
#nav li.active_menu a:hover {
  background: url(../images/green/head_menu_hilite.png) 0 0 repeat-x;
}

#nav li a:hover {
  color: #99AE15;
}

