
/* ----------------------------- MAIN BLUE ------------------------------------- */

body {
  color: #377631;
}
a {
  color: #d48200;
}
a:hover, a:focus {
  color: #377631;
}

/* TOP */

#top {
  background: #c4ebc0 url("../images/green/top_pixel.gif") left bottom repeat-x;
}
a#logo span {
  background: url("../images/green/top_logo.jpg") left bottom no-repeat;
}
p#theme span#theme_clientzone {
  background: url("../images/green/top_clientzone.jpg") right bottom no-repeat;
}

/*  MENU */

#cover_menu {
  background: #5ca155 url("../images/green/menu_pixel.gif") left top repeat-x;
}
#cover_menu_left {
  background: url("../images/green/cover_m_left.gif") left top no-repeat;  
}
#cover_menu_left_without_submenu {
  background: url("../images/green/cover_m_left_ws.gif") left top no-repeat;
}
#cover_menu_right {
  background: url("../images/green/cover_m_right.gif") right bottom no-repeat;
}
#cover_menu li a:hover, #cover_menu li a:focus {
  background: url("../images/green/menu_over_pixel.gif") left top repeat-x;
}
a.current_menu {
  background: url("../images/green/menu_over_pixel.gif") left top repeat-x;
}
#cover_menu li span {
  background: url("../images/green/menu_over_pixel.gif") left top repeat-x;
}

/* FOOTER */

#footer {
  border-top: #5ebf54 2px solid;
}
#footer p {
  color: #377631;
}
#footer a {
  color: #377631;
}
#footer a:hover, #footer a:focus {
  color: #de921a;
}

/* SUBMENU */

#g_clientzone {
  width: 181px;
  height: 175px;
  background: url("../images/green/submenu_g_clientzone.jpg") left top no-repeat;
}
p#submenu_head_design, p#submenu_head_more, p#submenu_head_applications, p#submenu_head_it, p#submenu_head_hwsw, p#submenu_head_us {
  background: #5ca155;
}
p#submenu_head_clientzone span {
  background: url("../images/green/submenu_head_clientzone.jpg") left top no-repeat;
}
.submenu_body {
  color: inherit;
  background: #9ed799 url("../images/green/submenu_body_pixel.gif") left top repeat-y;
}
.submenu_foot {
  background: url("../images/green/submenu_foot.jpg") left top repeat-y;
}

/* submenu_list */

.submenu_body a:hover, .submenu_body a:focus {
  background: url("../images/green/submenu_over_pixel.gif") -10px 0% repeat-y;
}
.submenu_body span {
  background: url("../images/green/submenu_over_pixel.gif") left top repeat-y;
}
.submenu_body span strong {
  background: url("../images/green/submenu_over_dot.gif") 13px 50% no-repeat;
}

/* MAIN_TEXT */

h2#headline_clientzone {
  background: url("../images/green/headlinedot_clientzone.jpg") 100% 60% no-repeat;  
}

/*#main_text_cover a, #main_text_cover_without_submenu a {
  color: #d48200;
}*/
/*#main_text_cover a:hover, #main_text_cover_without_submenu a:hover {
  color: #a9822e;
}*/
#main_text_cover h3, #main_text_cover_without_submenu h3 {
  color: #5ace4e;
  background-color: inherit;
  background: url("../images/green/logo-small.gif") 0% 50% no-repeat;
}
p#navigation a {
  color: #377631;
  background-color: inherit;
}

