body {
/*	background-color:#bcbcbc;
	background-image:url(pictures/mainfade.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;	*/

	background-color:#f3f3eb;
	background-image:url(pictures/background_main08.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-attachment:fixed;	

	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	margin:0px;
	padding:0px;
	text-align:center;	/* 26.09.2006 */
}

/* Änderungen per 13.07.2007 */
/*
body {
	font-size:11px;
}
*/
@media all and (max-width: 350px) {
	body
	{
		text-align:left;	
	}
}