@charset "utf-8";
/**
 * this stylesheet is undoing an adjustements in the screen size hack
 * in situations without javascript 
 * validates with css level 2.1
 *
 * @copyright       Copyright 2007 screenteam
 * @link            http://www.screenteam.ch
 * @version         0.0.1
 * @revision        1
 * @lastmodified    2008-04-22 
 */
	
	
	/**
	* undo the display:none; hack of the screen size adjustements in noscript situations
	*
	*/

	body {display:block;font-size: 1em;}
	
