@charset "UTF-8";
/**
 *
 * (en) layout for transparent iframes
 * (de) Layout für transparente iframes
 *
 */
@media screen, projection {
	body {
		overflow: hidden;
		background-color: transparent;
		background-image: none;
		filter: Alpha(opacity=100);
	}
}