/* ZAKLADNI DEFINICE */
body { 
	width: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
	line-height: 1.4;
	word-spacing: 1.1pt;
	letter-spacing: 0.2pt;
	font-family: serif;
	color: #000000;
	background: none;
	font-size: 12pt;
}

/* NADPISY */
h1, h2, h3, h4 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size: 17pt; }
h3 { font-size: 15pt; }
h4 { font-size: 12pt; }

/* OBSAH */
a img { border: none; }
a, a:link, a:visited, a:hover, a:active, a:focus { text-decoration: underline; color:#000000; }

/* TABULKY */
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #000000;  font-weight: bold; }
td { border-bottom: 1px solid #000000; }
th, td { padding: 4px 10px 4px 0px; }
tr { page-break-inside: avoid; }

/* NEZOBRAZOVAT */
.no, hr, object, .noprint, #help, #copyright, .help, .order { display: none; }
