@charset "UTF-8";

.button { float:left; height:22px; color:#FFFFFF; padding-top:5px; }

.button_left { float:left; width:11px; height:22px; background-image:url(bilder/button_01.png); background-repeat:no-repeat }
.button_main { float:left; height:22px; background-image:url(bilder/button_02.png); background-repeat:repeat-x }
.button_right { float:left; width:11px; height:22px; background-image:url(bilder/button_03.png); background-repeat:no-repeat }

.button_green_left { float:left; width:11px; height:22px; background-image:url(bilder/button_green_01.png); background-repeat:no-repeat }
.button_green_main { float:left; height:22px; background-image:url(bilder/button_green_02.png); background-repeat:no-repeat; background-repeat:repeat-x }
.button_green_right { float:left; width:11px; height:22px; background-image:url(bilder/button_green_03.png); background-repeat:no-repeat }

.button_red_left { float:left; width:11px; height:22px; background-image:url(bilder/button_red_01.png); background-repeat:no-repeat }
.button_red_main { float:left; height:22px; background-image:url(bilder/button_red_02.png); background-repeat:no-repeat; background-repeat:repeat-x }
.button_red_right { float:left; width:11px; height:22px; background-image:url(bilder/button_red_03.png); background-repeat:no-repeat }

.button_main { font-family: Lucida Grande, Helvetica, Arial, sans-serif; font-size:11px; line-height:22px; }
.button_green_main { font-family: Lucida Grande, Helvetica, Arial, sans-serif; font-size:11px; line-height:22px; }
.button_red_main { font-family: Lucida Grande, Helvetica, Arial, sans-serif; font-size:11px; line-height:22px; }

.button a:link { text-decoration:none; color:#dc9231 }
.button a:visited { text-decoration:none; color:#dc9231 }
.button a:hover { text-decoration:none; color:#000000 }