#LogoBannerPrint { 
	width: 600px;
	height: 120px;
	margin: 0 auto;
	border-bottom: 1px solid #056BB3;
	background-image: url(../images/logobanner_print.gif);
	background-repeat: no-repeat;	
}

#helperPrint {
	margin: 0 auto;
	width: 600px;
}

#InhaltPrint { 
	float: left;
	width: 375px;
	padding: 10px;
}

#InhaltPrint a, #InhaltPrint a:visited { 
	color: #056BB3;
	text-decoration: underline;
}

#InhaltPrint a:hover, #InhaltPrint a:active { 
	color: #45484A;
	text-decoration: none;
}

#QuickfinderPrint {
	float: left;
	width: 180px;
	padding: 10px;
}

#FooterPrint { 
	margin: 0 auto;
	clear: both;
	width: 600px;
	padding: 5px;
	border-top: 1px solid #056BB3;
	color: #45484A;
	text-align: center;
}

#FooterPrint a, #FooterPrint a:visited { 
	color: #056BB3;
	text-decoration: none;
}

#FooterPrint a:hover, #FooterPrint a:active { 
	color: #45484A;
	text-decoration: underline;
}