@charset "utf-8";
body {
	margin: 0; /* this sets the site-margins to zero without any gap between the content and the margins */
	padding: 0;
	text-align: center; /* this centers the content in IE5 browsers, can be removed where applicable */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #235FA0; /* the blue background-color on both sides */
}
.oneColFixCtr #container {
	width: 982px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	height: 100%;
	width: 982px;
	position: absolute;
	background-image: url(../images/Willkommen_ARD_BG.jpg); /* the Background-Image without 'Welcome'-Labeling for most modern browsers */
	background-repeat: repeat-y;
	background-position: center top;
}
#bgIE6  {
	position: absolute;
}

.bottomfloater {
	bottom: 10%; /* this makes the link-image (Welcome-Labeling - Seite betreten) floating and visible for different screen resolutions */
	position: absolute;
}

