@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 independent adjustments | Layout-unabhängige Anpassungen  */
@import url(../../yaml/core/iehacks.css);

/* Layout-dependent adjustments | Layout-abhängige Anpassungen */
@media all {
}
 @media screen, projection {
body {
	padding: 0;
	overflow-y:auto;
    font-size:75.00%;
    background-position: center 30px;
}
#ie6-alert {
	width: 100%;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background: red;
	color: #fff;
	white-space: nowrap;
	z-index: 1000;
	position:relative;
	padding: 2px 10px;
	font-size: 11px;
	margin-bottom: 0px;
	height: 24px;
}
#ie6-alert a {
	color: #fff;
}
}
