@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #660033;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
		background-image: url(images/snow.gif);
	background-repeat: repeat;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}
.apDiv1 {
	position:absolute;
	width:638px;
	height:475px;
	z-index:1;
	top: 0px;
	left: 0px;
	background-image: url(images/Page-BgGlare.png);
	background-repeat: no-repeat;
}

.oneColLiqCtr #container {
	width: 80%;
	margin: 0 auto;
	text-align: center; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
	color: #FFF;
	text-decoration: none;
}
