@charset "utf-8";
#apDiv3 {
	position:absolute;
	left:327px;
	top:30px;
	width:548px;
	height:33px;
	background-color: #bac14d;
	visibility: visible;
}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
    }

    .oneColFixCtrHdr #container {
	width: 890px;
	margin: 0 auto;
	text-align: center;
	background-image: url(bg_1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 565px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: relative;
	top: 100px;
	right: 0px;
	bottom: 0px;
	left: 0px;
    }
    .oneColFixCtrHdr #header {
	width: 0px;
	height: 0px;
	position: absolute;
	top: 17px;
	left: 10px;
	background-image: url(drop_bg.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	padding-top: 37px;
	padding-right: 434px;
	padding-bottom: 37px;
	padding-left: 434px;
	z-index: 1;
    }
    .oneColFixCtrHdr #mainContent {
	padding: 0;
	left: 342px;
	height: 376px;
	position: absolute;
	top: 124px;
	z-index: 2;
	width: 525px;
    }
    .oneColFixCtrHdr #footer {
	padding: 0;
	width: 865px;
	position: absolute;
	height: 24px;
	top: 509px;
	left: 12px;
	background-image: url(footer.png);
	z-index: 12;
    }
