/* www.???.cz, CSS styly pro tisk */

/* nastaveni stranky */

@page {
	size: portrait;
}

/* zakladni nastaveni tagu */

body {
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	font-weight: bold;
}

h1 {
	font-size: 12.5pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 11.5pt;
}

h4 {
	font-size: 11pt;
}

h5 {
	font-size: 10.5pt;
}

h6 {
	font-size: 10pt;
}

ol, ul {
	page-break-before: avoid;
	page-break-inside: avoid;
}

table {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

th {
	font-size: 10pt;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	page-break-inside: avoid;
	color: #000000;
}

td {
	font-size: 10pt;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	page-break-inside: avoid;
	color: #000000;
}

table.cms-editor-table.invisible, table.cms-editor-table.invisible th, table.cms-editor-table.invisible td {
	border: none;
}

p {
	widows: 2;
	orphans: 2;
	color: #000000;
}

hr {
	color: #000000;
}

a, a:link, a:active, a:visited {
	color: #000000;
}

a:after {
	content: "{"attr(href)"}";
}

/* zobrazeni spravnych vrstev */

div.print-header {
	display: block;
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

div.text {
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}

div.line, div.header, div.left, div.right, div.shift-to-content, div.path, div.paging, div.article-info, div.article-service, div.footer, p.more {
	display: none;
}