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-color: #666;
}

.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 0px;
	height: 650px;
	right: 0px;
	background-color: #000;
	background-position: 0px 0px;
	left: 0px;
	padding: 1px;
}
.oneColFixCtrHdr #header {
	background-color: #666;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 165px;
	background-position: 0px 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	border: thin none #000;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-position: 0px 0px;
	top: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border: thin none #FFAB51;
	background-color: #999;
	height: 165px;
}

.oneColFixCtrHdr #mainContent {
	height: 445px;
	background-repeat: no-repeat;
	left: 0px;
	right: 0px;
	overflow: auto;
	border: thin none #000;
	background-attachment: scroll;
	background-image: url(../grafik/lankback.jpg);
	padding: 0;
	top: 0px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-position: 0px 0px;
	top: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border: thin none #000;
	background-color: #999;
	height: 150px;
}
.oneColFixCtrHdr #footer {
	background-color: #DDDDDD;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 40px;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#apDiv1 {
	position:absolute;
	left:121px;
	top:172px;
	width:774px;
	height:14px;
	z-index:1;
}
hr {
	color: #FFF;
	width: 100%;
	text-align: center;
}
h1 {
	font-size: 16px;
	color: #FFF;
	text-align: left;
}
p {
	font-size: 14px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
table {
	border: thin none #000;
}

