/* Button Bestellen */
a.button_bestellen {
display: block;
background-color: transparent;
background-image: url(grafik/buttonBackground.gif);
background-repeat: no-repeat;
width: 132px;
height: 28px;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 110%;
font-weight: bold;
text-decoration: none;
}

a.button_bestellen:link, a.button_bestellen:visited {
color: #002577;
}
a.button_bestellen:hover, a.button_bestellen:active {
background-position: 0 -36px;
color: #FF7200;
}

a.button_bestellen:hover .button_bestellen_icon, a.button_bestellen:active .button_bestellen_icon {
background-position: 0 -28px;
}

.button_bestellen_icon {
background-repeat: no-repeat;
padding: 0 0 5px 18px;
}

#bestellen_ok .button_bestellen_icon {
background-image: url(grafik/ok.gif);
}




