/* 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 */
img { float: left; margin: 1em 1.5em 1.5em 0em; }
a img { border: none; }
a, a:link, a:visited, a:hover, a:active, a:focus { text-decoration: underline; color:#000000; }
#top { border: 1px solid #000000; padding: 0px 15px 0px 15px; }

/* 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, .menu, #partners, #copyright { display: none; }