/* nastaveni stranky */

@page {
	size: portrait;
}

/* zakladni nastaveni tagu */
*
{
   float: none;
}
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.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;
}





/* zobrazeni spravnych vrstev */




.logo-print
{
   display: block;
}
.header
{
   height: 117px;
   background: none;
}
.col-right
{
   width: 100%;
   margin-left: 0;
}
.cols
{
   background: none;
}
.headder-right
{
   width: 100%;
   height: 120px;
   background: none;
}
.home .col-center
{
   width: 100%;
}
.gallery-items .item,
.news .item, .article .item
{
   float: none;
   height: auto;
   width: 100%;
   clear: both;
}


.banner-top,
.header, 
.col-right-top,
.col-left,
.col-bottom,
.footer,
.box-partneri,
.rubric,
.banner-pg,
.col-right-right
{
	display: none;
}