#topmenu a,
#mainmenu a,
#footer a {
  color: #818181;
}

#topmenu a:hover,
#mainmenu a:hover,
#footer a:hover,
#topmenu a.selected,
#mainmenu a.selected {
  color: #7cc623;
}


#mainmenu li {
  background-image: url(images/bg_menu_konditionen.gif);
}

h1 {
  background-image: url(images/bg_h1_konditionen.gif);
}

h2 {
  color: #7cc623;
}

a.button {
  background-color: #f0fbe3;
  border: 1px outset #7cc623;
  color: #616161;
  display: block;
  float: right;
  height: 20px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  width: 220px;
}

a:hover.button {
  border: 1px inset #7cc623;
  line-height: 20px;
  text-decoration: none;
}

#content img {
  border: 2px groove #7cc623;  
}

.color {
  color: #7cc623;
}