/* nastaveni stranky */

@page {
	size: portrait;
}

/* zakladni nastaveni tagu */

body {
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
	font-family: Arial, Helvetica, 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.invisible, table.invisible th, table.invisible td {
	border: none;
}

p {
	widows: 2;
	orphans: 2;
	color: #000000;
}

hr {
	color: #000000;
}

a, a:link, a:active, a:visited {
	color: #000000;
}





/* zobrazeni spravnych vrstev */




.logo-print
{
   display: block;
}
.header
{
   height: 64px;
   background: none;
}
.col-left
{
   width: 100%;
   margin-left: 0;
}
.cols
{
   background: none;
}


.col-center,
.col-right,
.col-bottom,
.footer,
.menu-top,
.search-form,
.header-left-col,
.header-right-col,
.menu-main,
.home .col-left,
.cal,
.box-left,
.header
{
	display: none;
}

.home .col-center
{
	display: block;
}
.logo-print
{
	display: block;
}
