@charset "iso-8859-1";

/* (c) 2005-2010 pCMS 2.5 - pCMS 3.2 von Marcus Kabele */
/* Version 1.0		2010.02.04 */

body			{
				background-color: #FFF;
				background-image: url(/Layouts.Domains/wf.logo.bg.png);
				background-repeat: no-repeat;
				background-attachment: fixed;
				background-position: center right;

				/* ie6 unterstützt background-attachment: fixed nur in <body> */
				/* ie7 kann background-attachment: fixed */
				/* Wenn background-attachment auf fixed gesetzt ist, beziehen sich Positionsangaben auf die obere linke Ecke des Anzeigebereiches der Seite und nicht etwa auf die gewohnte obere linke Ecke des betreffenden Elementes. */
				/* */
				}

#contentContent
				{ background-color: transparent; }

#contentContent .HauptSpalten
				{ background-image: none; }
