@charset "utf-8";
/* CSS Document */

/* Farben
rot:                #A60F22
grau (text):        #666666
dunkelgrau (text):    #404040
grau (border):        #CCCCCC
hellgrau (border):    #DADADA
anthrazit:            #272A31
grau (search bg)    #CBCBCB
*/


    /* ELEMENT :: BUTTONS :: SUBMIT BUTTON */
    *+html button.submitBtn { padding: 0 6px 0 0; }
    * html button.submitBtn { padding: 0 6px 0 0; }
    button.submitBtn span { padding: 0 0 0 11px; height:17px; text-indent:-9999em; background: transparent url(../img/structure/btn/red/btn_red_size1.gif) no-repeat left top; color:#FFFFFF; }
    * html button.submitBtn span { display:block; overflow:hidden; text-indent:0; width:0; }
