/*
   CSS für gruene-menden.de
   Webdesign & Internetconsulting
   Christian Fischer
   www.c-fischer.com
*/


/* .................................................................... Basics */
body {
  background-color: #F4FCE1;
  color: #5E5E5E;
}
a {
  color: #74AA30;
}
	h3 a {
	  color: #5E5E5E;
	}
         h3 a:hover {
           text-decoration: none;
         }


/* .................................................................... Layout */
#page {
  background-image: url(../images/gruen-back-page.gif);
}

#headnavi {
  background-image: url(../images/gruen-back-headnavi.gif);
}
#footer {
  background-image: url(../images/gruen-back-footer.gif);
}

/* .................................................................... Navigationen */
#headnavi ul li.active, #headnavi ul li:hover {
  background-color: #E3EED6;
}
#mainnavi ul li {
  background-color: #E8F4B9;
}
#mainnavi ul li ul li {
  border-top: 2px solid #E8F4B9;
  border-bottom: 2px solid #E8F4B9;
}
/* .................................................................... Content-Typo */
#content h1 {
  background-color: #D8EC8B;
}
#content h2 {
  background-color: #E8F4B9;
}

/* .................................................................... Marginal-Info */
#marginalinfos {
  border-bottom: 1px solid #D8EC8B;
}