/* =============================================================================
   GLOBALS
   ==========================================================================
   * globals, sprites, icons
   * see also general.css  
*/   

/* tag classes */
pre { margin:0 0 4px 0;padding:0; }


/* superglobals classes */
.error {color:#c00;}
.external { color:#c00 !important;font-weight:bold; } 
.placeholder {color: #999;} 


/* sprites */
.spriteGeneral {  }


/* globals  */
.globalSubmit {  }


/* icons  */
.iconArrow {  }

/* grauer Button mit Verlauf  */
.boxButton {width:auto !important;height:20px;margin:0 0 29px 0;padding:6px 15px 4px 15px;color:#fff;background-color:#676767;border:none;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;text-decoration:none;display:inline-block;background:-moz-linear-gradient(top, #999, #676767);background:-webkit-linear-gradient(top, #999, #676767);background:-o-linear-gradient(top, #999, #676767);background:-ms-linear-gradient(top, #999, #676767);background:linear-gradient(top, #999, #676767);}

.boxButton:focus, .boxButton:hover, .boxButton:active {color:#fff;text-decoration:none;}

.boxSubmit {color:#fff;width:auto !important;border:none;padding:6px 15px 4px 15px;background:#676767;background:-moz-linear-gradient(top, #999, #676767);background:-webkit-linear-gradient(top, #999, #676767);background:-o-linear-gradient(top, #999, #676767);background:-ms-linear-gradient(top, #999, #676767);background:linear-gradient(top, #999, #676767);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}

   

    




