/*Standard Button*/
a.button         { color: #fff; font: bold 11px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-decoration: none; background-image: url("../de/images/button_right.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: right top; text-transform: uppercase; display: block; padding-right: 12px; height: 29px; float: left }
a.button:hover    { color: #fff; font-size: 11px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; line-height: normal; text-decoration: none }
a.button span          { line-height: 14px; background-image: url("../de/images/button_left.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; display: block; padding: 7px 0 8px 12px } 
a.button:active  { background-position: right bottom; outline: none medium }
a.button:active span         { background-position: left bottom; padding: 8px 0 7px 12px } 

/*Blauer Button*/
a.bluebutton              { color: #3a3a3a; font: bold 11px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-decoration: none; background-image: url("../de/images/buttonblue_right.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: right top; text-transform: uppercase; display: block; padding-right: 12px; height: 29px; float: left }
a.bluebutton:hover       { color: #3a3a3a; font-size: 11px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; line-height: normal; text-decoration: none }
a.bluebutton span           { line-height: 14px; background-image: url("../de/images/buttonblue_left.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; display: block; padding: 7px 0 8px 12px } 
a.bluebutton:active  { background-position: right bottom; outline: none medium }a.bluebutton:active span         { background-position: left bottom; padding: 8px 0 7px 12px } 

/*Blauer Button, Blauer Bg*/
a.bluebuttonbg                { color: #fff; font: bold 11px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-decoration: none; background-image: url("../de/images/buttonblue_bgblue_right.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: right top; text-transform: uppercase; display: block; padding-right: 12px; height: 29px; float: left }
a.bluebuttonbg:hover        { color: #fff; font-size: 11px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; line-height: normal; text-decoration: none }
a.bluebuttonbg span            { line-height: 14px; background-image: url("../de/images/buttonblue_bgblue_left.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; display: block; padding: 7px 0 8px 12px } 
a.bluebuttonbg:active  { background-position: right bottom; outline: none medium }a.bluebutton:active span         { background-position: left bottom; padding: 8px 0 7px 12px } 

