@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) IE patch stylesheet
 * (de) IE-Anpassungs-Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          patch_my_layout.css
 * @-yaml-minver  3.1
 */

/* Layout-dependent adjustments | Layout-abhängige Anpassungen */
@media screen, projection
{
  /**
   * IE8 does not center element if no width available
   */
  button.center {
	display: block;
	display/*\**/: table\9;
  }

  /**
    * Redaktions-Statuszeile
    */
  button.imgbutton {
    padding-top: 4px !important;
    padding-right: 4px !important;
    padding-bottom: 3px !important;
    padding-left: 20px !important;
  }

}

#quicksearch .nowrap .quicksearchtext {
    top: 0.1em;
}