/* CSS-Hack for scrolling layer in FF */

HTML[lang] {
	overflow:				visible;
}

BODY>#blank_left {
	position:				fixed;
}

#positioning_content>#main_content {
	overflow:				visible;
}

#positioning_content>#main_header {
	position:				fixed;
}

#positioning_content>#main_menu {
	position:				fixed;
}

