div.minicrm_print_footer,
div.minicrm_print_all {
	font-family: "AvantGarde", Arial, sans-serif;
}
div.minicrm_print_all {
	font-size: 12pt;
	width: 210mm;
	height: 297mm;
	border: 1px solid black;
}
div.minicrm_print_all span {
	color: #5A1E1D;
}
div.minicrm_print_header {
	width: 100%;
	height: 64px;
	background-image: url(/typo3conf/ext/minicrm/files/img/minicrm_print_header.jpg);
	background-position: right;
}
div.minicrm_print_footer {
	width: 210mm;
	height: 70px;
	background-image: url(/typo3conf/ext/minicrm/files/img/minicrm_print_footer.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	bottom: 0;
	margin-top: -83px;
}
div.minicrm_print_content_inner {
	margin: 0 auto;
	width: 190mm;
}
div.minicrm_print_button {
	position: absolute;
	top: 3mm;
	left: 220mm;
}