@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) IE patch stylesheet 
 * (de) IE-Anpassungs-Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          patch_my_layout.css
 * @-yaml-minver  3.2
 */

/* Layout independent adjustments | Layout-unabhängige Anpassungen  */
@import url(yaml/core/iehacks.css);

/* Layout-dependent adjustments | Layout-abhängige Anpassungen */
@media screen, projection
{
	
	* html #header #searchbox { margin-bottom: -1px; }
	
	.hlist a:focus,
	.hlist a:hover,
	.hlist a:active,
	.hlist .active a {
		margin-bottom: -5px;
	}
	
	.hlist ul,
	.hlist li,
	.hlist a {
		height: 30px;
	}
	
	* html .hlist ul,
	* html .hlist li,
	* html .hlist a {
		height: auto;
	}
	* html .hlist li { padding-bottom: 2px; }
	
	* html #header #newsticker { height: 18px; }
	
	.tx-indexedsearch ul.browsebox { height: 1%; }
	
	#col3_content div.liveticker div.liveticker_link_wrapper { bottom: -7px; }
	* html #col3_content div.liveticker div.liveticker_link_wrapper { margin-right: -4px; }
}
