/* CSS colors */

#violet h2 {
  background: url('../images/line_violet.gif') 0 20px repeat-x;
}

#violet #content p a {
  color: #bb00c2;
}

#violet ul#left_menu li a:link, ul#left_menu li a:visited {
  color: #040404;
}

#violet ul#left_menu li a:hover, ul#left_menu li a:active {
  color: #bb00c2;
  background: url('../images/bg_menu_violet_activ.png') #fff;
}

#violet ul#left_menu li#active {
  background: url('../images/bg_menu_violet_activ.png') #fff;
} 

#violet ul#left_menu li#active a {
  color: #bb00c2;
} 

#violet .link_pic {
  background: url('../images/bg_link_violet.png') no-repeat;
}


#yellow h2 {
  background: url('../images/line_yellow.gif') 0 20px repeat-x;
}

#yellow #content p a {
  color: #ff9300;
}

#yellow ul#left_menu li a:hover, ul#left_menu li a:active {
  color: #ff9300;
  background: url('../images/bg_menu_yellow_activ.png') #fff ;
}

#yellow ul#left_menu li#active {
  background: url('../images/bg_menu_yellow_activ.png') #fff ;
} 

#yellow ul#left_menu li#active a {
  color: #ff9300;
} 

#yellow .link_pic {
  background: url('../images/bg_link_yellow.png') no-repeat;
}

#green h2 {
  background: url('../images/line_green.gif') 0 20px repeat-x;
}

#green #content p a {
  color: #a2ca4c;
}

#green ul#left_menu li a:hover, ul#left_menu li a:active {
  color: #a2ca4c;
  background: url('../images/bg_menu_green_activ.png') #fff ;
}

#green ul#left_menu li#active {
  background: url('../images/bg_menu_green_activ.png') #fff ;
} 

#green ul#left_menu li#active a {
  color: #a2ca4c;
} 

#green .link_pic {
  background: url('../images/bg_link_green.png') no-repeat;
}

#blue h2 {
  background: url('../images/line_blue.gif') 0 20px repeat-x;
}

#blue h3 {
  color: #0040a0;
}

#blue .link_pic {
  background: url('../images/bg_link_blue.png') no-repeat;
}

#red h2 {
  background: url('../images/line_red.gif') 0 20px repeat-x;
}

#red #content a {
  color: #ff1800;
}

