a:link, a:visited, a:hover, a:active, .boxheader h2 {
  color: #668613; /* Linkfarbe */
}

.boxbody a.more {
  background: #CBDF86; /* Hintergrundfarbe für "Weiterlesen"-Link */
}

/* Logo, Link zur Startseite */
#mainmenu .first {
  background: url(../images/green/logo.gif) top left no-repeat;
}

/* Individuelle Programmierung */
#mainmenu .second {
  background: url(../images/green/link_programmierung.gif) top left no-repeat;
}

/* Software und Onlinegames */
#mainmenu .third {
  background: url(../images/green/link_software.gif) top left no-repeat;
}

/* Portalbetriebe und Shopsysteme */
#mainmenu .fourth {
  background: url(../images/green/link_systeme.gif) top left no-repeat;
}

/* Logo Rechts, blank */
#mainmenu .fifth {
  background: url(../images/green/link_blank.gif) top left no-repeat;
}

/* HOVER für Links */

/* Individuelle Programmierung */
#mainmenu .second:hover {
  background-position: bottom left;
}

/* Software und Onlinegames */
#mainmenu .third:hover {
  background-position: bottom left;
}

/* Portalbetriebe und Shopsysteme */
#mainmenu .fourth:hover {
  background-position: bottom left;
}

/* Farbe für Submenü */
#submenu a:hover, #submenu a:active {
  background: #668613;
  color: #fff;
}

/* Hintergrundbilder */

#center_left {
  background: url(../images/green/bg_center_left.gif) top left no-repeat;
}

#center_right {
  background: url(../images/green/bg_center_right.gif) top left no-repeat;
}

.boxheader, .boxbody, #submenu a, #content {
  border-color: #AECE44; /* Rahmenfarbe der Box */
}

.boxheader {
  background: url(../images/green/bg_box_header.gif) top left repeat-x; /* Hintergrundgrafik Boxüberschrift */
}

/* Trennstrich zwischen unteren beiden Bereichen */
#center {
  border-bottom: 10px solid #97BF0D;
}

#footer, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer .copy {
  background: #97BF0D;
}