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


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

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

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

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

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

/* Logo Rechts, blank */
#mainmenu .fifth {
  background: url(../images/purple/link_comfreak.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: #622181;
  color: #fff;
}

/* Hintergrundbilder */

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

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

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

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

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

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