/* v4.css,  Author Bernhard Welzel / welzel@innocasto.com */




/* global html ********************************************************************/

/* global white space reset */

*	{
		padding:0;
		margin:0;
	}

html 	{
	}
body
	{
		font-size: 100.01%; /* workaround for em with ie on change */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		/* background: #edeeef; */
		background: #DCDEE0;
		color:black;
		line-height: 1em;
	}
	
/* misc ********************************************************************/
	

#oldBrowserNotice
	{
		background:red;
		color:white;
		padding:1em;
		font-weight:bold;
		font-size:0.7em;
	}	