@charset "utf-8";
/* CSS Document */

@import url(core/print_base.css);

@media print
{
	/*------------------------------------------------------------------------------------------------------*/

	/* (en) optional output of acronyms and abbreviations*/
	/* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */

	abbr[title]:after,
	acronym[title]:after {
		content: '(' attr(title) ')';
	}

	/*------------------------------------------------------------------------------------------------------*/

	/* (en) optional URL output of hyperlinks in print layout */
	/* (de) optionale Ausgabe der URLs von Hyperlinks */
	/*
	a[href]:after {
		content:" <URL: "attr(href)">";
		color:#444;
		background:inherit;
		font-style:italic;
	}
	*/
	/*------------------------------------------------------------------------------------------------------*/

	body {
		font-size: 100%;
	}
	img {
		border: none;
	}
	.clearfix {
		/*page-break-inside: avoid;*/
	}
	.imageboxL, .imageboxR {
		border: 1px solid #333333;
		padding: 5px;
		page-break-inside: avoid;
	}
	.imageboxL {
		width: 16.3393em !important;
		float: left;
		margin-right: 20px;
	}
	.imageboxR {
		width: 16.3393em !important;
		float: right;
		margin-left: 20px;
	}
	.imageboxL p, .imageboxR p {
		padding-left: 10px;
		padding-right: 10px;
	}
}

