@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg_ornament.gif);
}
.oneColFixCtrHdr #container {
	width: 946px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 730px;
	padding: 0px;
	background-color: #FFF3D9;
	border: 2px solid #F60;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 211px;
	width: 946px;
	background-color: #DDDDDD;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
}

.oneColFixCtrHdr #mainContentLeft {
	background: #FFF3D9;
	width: 433px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: left;
}

.oneColFixCtrHdr #mainContentRight {
	background: #FFF3D9;
	width: 433px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: right;
}

.oneColFixCtrHdr #mainContentImpressum {
	background: #FFF3D9;
	width: 433px;
	float: left;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
}

.oneColFixCtrHdr #footer {
	float: none;
	margin: 0px;
	padding: 0;
	clear: left;
}

.oneColFixCtrHdr #ueberschrift {
	width: 926px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	background-color: #FFF3D9;
}
.oneColFixCtrHdr #container #mainContentLeft p {
	text-align: center;
	font-size: small;
}
.oneColFixCtrHdr #container #mainContentLeft h1 {
	text-align: center;
}
.oneColFixCtrHdr #container #mainContentRight h1 {
	text-align: center;
}
.oneColFixCtrHdr #container #mainContentRight p {
	text-align: center;
	font-size: small;
}
.oneColFixCtrHdr #container #footer p {
	text-align: left;
}
.oneColFixCtrHdr #container #ueberschrift p {
	text-align: center;
	font-size: small;
	color: #F60;
	font-weight: bold;
}
.impressum {
	font-size: small;
	font-weight: bold;
	color: #F60;
}
.oneColFixCtrHdr #container #ueberschrift h2 {
	text-align: center;
	font-size: large;
	color: #F60;
}
.oneColFixCtrHdr #container #mainContentImpressum p {
	font-size: small;
}
.oneColFixCtrHdr #container #mainContentImpressum h2 {
	font-size: large;
	color: #F60;
}
