/**
 * IE Hacks für Layout
 *
 *
 * LICENSE: $Licensetext:$
 *
 * @category   css
 * @package    NG
 * @author     Stephan Küthe<sk@onsite.org>
 * @author     Michael Lämmlein<ml@onsite.org>
 * @copyright  2010 onSite.org
 * @license    $Licenselink:$  $Licensename:$
 * @version    $Id: layout.css 1819 2012-08-27 08:39:40Z  $
 */

/**
 * Hacks für Internt Explorer
 */
@import url(ie.css);

@media all
{
	html,
	body,
	#page_margins,
	#page {
		height: 100%;
	}
}
