@charset "UTF-8";
    .oneColLiqCtr #container {
	width: 980px;
	margin: 0 auto; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: 750px;
	position: relative;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }
    .oneColLiqCtr #mainContent {
	padding: 0 5px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	height: auto;
	position: relative;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	vertical-align: middle;
    }
body {
	background-image: url(Fotos/Background.jpg);
	background-repeat: repeat-x;
	background-color: #252a22;
}

