/*  Navigation */

#buttons {
  list-style-type: none;
}
	#buttons li {
           padding: 4px 0 4px 39px;
           margin: 0 0 5px 0;
           width: 152px;
           overflow: hidden;
           white-space: nowrap;
           background-image: url(./grafik/button.gif);
           background-repeat: no-repeat;
         }
         #buttons li:hover, #buttons li.stactive {
           background-image: url(./grafik/button-ov.gif);
         }

         #buttons .subbuttons {
           margin: 3px 0 0 0;
         }
         #buttons li .subbuttons li {
           padding: 0;
           display: inline;
           background-image: none;
         }




/* submenue */

.subbuttons {
  list-style-type: none;
  visibility: hidden;
}

#buttons li:hover .subbuttons, #buttons li.stactive .subbuttons {
  visibility: visible;
}

.subbuttons li a {
  padding: 0 12px 0 0;
}



/* position der pfeile */

#bu_home {
  background-position: 75px 4px;
}
         #bu_home:hover {
           background-image: url(./grafik/button-impov.gif) !important;
         }

#bu_agentur {
  background-position: 85px 4px;
}
#bu_leistungen {
  background-position: 105px 4px;
}
#bu_referenzen {
  background-position: 105px 4px;
}
#bu_kontakt {
  background-position: 85px 4px;
}





/* hintergrundfarben */
#bu_home:hover {
  background-color: #F6F2D7;
}
#bu_agentur:hover, #bu_agentur.stactive {
  background-color: #A9C36D;
}
#bu_leistungen:hover, #bu_leistungen.stactive {
  background-color: #B8AA98;
}
#bu_referenzen:hover, #bu_referenzen.stactive {
  background-color: #9ED9DE;
}
#bu_kontakt:hover, #bu_kontakt.stactive {
  background-color: #F19458;
}





/* link-farben */

#bu_home a:hover, #bu_home a.stactiveb {
  color: #ECAA54;
}
#bu_agentur a:hover, #bu_agentur a.stactiveb {
  color: #63925B;
}
	#bu_agentur .subbuttons li a.stactiveb {
	  color: #63925B;
	}
#bu_leistungen a:hover, #bu_leistungen a.stactiveb {
  color: #fff;
}
#bu_referenzen a:hover, #bu_referenzen a.stactiveb {
  color: #59A3B7;
}
#bu_kontakt a:hover, #bu_kontakt a.stactiveb {
  color: #fff;
}