body { 
	background-color:#ffffff;	/* hintergrundfarbe */
	margin:0px;
	/*overflow:hidden;*/
}
#grey { 
	background-color:#f0f0f0;	/* hintergrundfarbe */
}

table {
	/* table-layout:fixed; */
	border-collapse:collapse;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

* {				/* standard-text */
	font-family:Helvetica,Arial;
	font-style:normal;		/* italic, oblique, normal */
	font-variant:normal;		/* small-caps, normal */
	font-size:11px;
	font-weight:normal;		/* bold, bolder, lighter, normal */
	font-stretch:normal;		/* wider, narrower, condensed, semi-condensed, extra-condensed, ultra-condensed,  */
					/* expanded, semi-expanded, extra-expanded, ultra-expanded, normal */
	
	/* word-spacing:5px; */
	/*letter-spacing:1px;*/
	text-decoration:none;		/* underline, overline, line-through, blink, none */
	/*text-transform:lowercase;*/	/* capitalize, uppercase, lowercase, none */
	/*line-height: 12px;*/		/* zeilenhöhe */
	color:#606060;
}
a:link		{ text-decoration:none; color:#a0a0a0; }
a:visited	{ text-decoration:none; color:#a0a0a0; }
a:hover		{ text-decoration:underline; color:#606060; }
a:active	{ text-decoration:underline; color:#606060; }
a:focus		{ text-decoration:underline; color:#606060; }
