@charset "utf-8";
/* nyomtatott változat formázás */


#pg_header, #pg_footer {
	display: none;
}

HTML, BODY {
	background: transparent;
	
	color: #000000;
}

#pg_wrapper {
	width: 18cm;
	margin: 0;
}

#pg_body {
	padding-bottom: 0;
	float: none;
}

#pg_col_1 {
	/* három hasábos */
	left: 4.5cm;
	width: 9cm;
}

#pg_col_2 {
	/* három hasábos */
	left: 0;
	width: 4.5cm;
}

#pg_col_3 {
	/* három hasábos */
	right: 0;
	width: 4.5cm;
}

.col {
	margin: 0 !important;
	background: transparent !important;
	float: none !important;

	/* három hasábos */
	position: absolute;
	top: 0;
}

.col_content {
	margin: 2pt;
	padding: 4pt;
	border-style: solid;
}

P, TD, TH {
	background: transparent;

	font: 12pt/16pt "Times New Roman", serif;
	color: #000000;
}