@charset "UTF-8";body {	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;	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: #333333;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 90%;	background-image: url(../images/HG);	background-repeat: no-repeat;	background-position: center top;	background-color: #FFFFFF;    }    .oneColFixCtr #container {	width: 760px;	text-align: left;	margin-right: auto;	margin-left: auto;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;	margin-top: 0px;    }    .oneColFixCtr #mainContent {	padding: 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */	margin-top: 0px;    }