body.header-footer {
	background-color: #CFF;
	margin: 0;
	padding: 0;
}
body.white-bg,
body.white-bg #header,
body.white-bg #footer {
	background-color: #FFF;
}

/* MAIN */
.header-footer #container {
}
.header-footer #main-content {
	padding: 65px 10px;
}
.header-footer #site-clear {
	clear: both;
	height: 0;
}

/* HEADER/FOOTER */
.header-footer #header,
.header-footer #footer {
	position: fixed;
	left: 0;
	padding: 0;
	width: 100%;
	background-color: #CFF;
	clear: both;
}
.header-footer #header *,
.header-footer #footer * {
	font-size: 9px !important;
	color: #000 !important;
	font-family: Verdana, Helvetica, Arial, sans-serif !important;
	font-weight: normal !important;
}
.header-footer #header a,
.header-footer #footer a {
	text-decoration: none;
}
.header-footer #header a:hover,
.header-footer #footer a:hover {
	text-decoration: underline;
}
.global-navigation-links {
	float: right;
	margin: 0;
}
.hr-gray {
	border-bottom: 1px solid #969696;
	height: 0;
	margin: 0 10px;
	clear: both;
}

/* HEADER */
.header-footer #header {
	top: 0;
}
.header-footer #header #header-logo {
	margin: 0;
	padding: 9px 10px 5px;
	float: left;
}
.header-footer #header #header-logo a img {
	margin: 2px 0 0 0;
}
.header-footer #header .global-navigation-links {
	padding: 40px 20px 0px 10px;
}

/* FOOTER */
.header-footer #footer { 
	bottom: 0;
} 
.header-footer #footer #footer-txt {
	margin: 0;
	padding: 5px 10px 0 10px;
	float: left;
}
.header-footer #footer .global-navigation-links {
	padding: 5px 20px 7px 10px;
}

 /* IE6 HACKS */
* html .header-footer #header,
* html .header-footer #footer {
	position: static;
}
* html .header-footer #main-content {
	padding: 7px 10px;
}

/* DRUCK-OPTIMIERUNG */
@media print {
	.header-footer #header,
	.header-footer #footer {
		display: none;
	}
	.header-footer #main-content {
		padding: 0;
	}
	.print-bn,
	.back-lnk {
		display: none;
	}
}
