/* Start of CMSMS style sheet 'gruen' */
body {
   background-image: url('./images/Hintergrund_gruen.jpg');
}

#gross {
   background-image: url('./images/polegruen.gif');
}

a,
a:link 
a:active {
   color: #579c59;
}

a:visited {
   color: #3c6c3e;
}

a:hover {
   color: #339136;
}

blockquote {
   color: #3c6c3e;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
  color: #579c59;
}

.paginationstyle a{ /*Pagination links style*/
  color: #579c59;
}

.paginationstyle a:hover, .paginationstyle a.selected{
  color: #339136;
}

.paginationstyle .flatview a:hover {
  color: #339136;
}
/* End of 'gruen' */

