.clear { /* generiert Container (i.e. div) für floating Buttons */
    overflow: hidden;
    width: 100%;
}

.pile {
position: absolute;
top: 55px;
}

a.button {
    background: transparent url(buttons/bg_button_a.gif) no-repeat top right;
    font: normal 12px arial, sans-serif;
	color: #999999!important;
	text-decoration: none;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* padding rechte Schaltflächenseite */
}

a.button:hover {
color: #F8BD26!important;
text-decoration: none;
}

a.button span {
    background: transparent url(buttons/bg_button_div.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    outline: none; /* für Firefox */
}

a.button:active span {
    background-position: bottom left;
	color: #000!important;
    padding: 6px 0 4px 18px; /* Textabstand */
}
