@media print
{

@page {
  margin: 2,5cm;
}

/*--- nastaveni stranky ---*/

body {
	font-family: 'Arial CE', Arial, sans-serif; 
	font-size:12pt;
	background: #FFFFFF;
	text-align: left;
	color: #000000;
}

/*--- skryti nepotrebnych casti ---*/

#top, #topline, #left_part, #footer, #page_end {
  display: none;
}

/*--- obecne pravidla typografie ---*/

hr {
  display: none;
}

h1, h2, h3, h4, h5, h6  {
  margin: 0 0 0.5em 0;
  line-height: 1.1em;
}

h1 {
  font-size: 1.6em;
  margin: 0 0 0.8em 0;
}

h2 {
  font-size: 1.4em;
  margin-top: 2em;
  padding: 5px;
}

h3 {
  font-size: 1.2em;
  font-style: italic;
}

h4 {
  font-size: 1em;
}

strong {
	font-weight: bold;
}

fieldset {
	padding: 10px;
	border: 1px solid #CCCCCC;
}

legend {
	margin: 0 .5em;
	padding: .5em 0;
  color: #666;	
}

table {
  font-size: 100%;
  border-collapse: collapse;
  margin: 0 0 1em 0;
}

table td, table th {
  border: 1px solid #7c7c7c;
  padding: 4px 5px 4px 5px;
}

table th {
  font-weight: bold;
  text-align: left;
}

table.linestyle {
  font-size: 80%;
  border: 1px solid #7c7c7c;
  border-collapse: collapse;
}

table.linestyle td {
  border: 1px solid #7c7c7c;
 	line-height: normal;
}

table.linestyle th {
  border: 1px solid #7c7c7c;
  background: #f5eeb7;
 	line-height: normal;
}

table.linestyle td.right, th.right {
  text-align: right;
}

table.linestyle td a {
  display: block;
  text-decoration: none;
  color: #000000;
}

tr.row_off {
  background: #ffffff;
}

tr.row_on {
  background: #A0D9EC;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

}

