body, html {
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	font-family: 'Verdana CE', 'Lucida Grande CE', 'Helvetica CE', Verdana, lucida, sans-serif;
	font-size: 1em;
	text-align: center;
}

.tlacitka-top, .hlavicka, .nabidka, .sloupec-vlevo, .sloupec-vpravo, .formular, .formular-2, .paticka, .noprint, img {
	display: none;
}
a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
a:hover, a:active {
	text-decoration: none;
	color: #000;
}
a:after {
	font-weight: normal;
	content: " ("attr(href)") ";
}
h1, h2, h3 {
	margin: .3em 0 .2em 0;
	font-weight: normal;
	text-align: left;
	color: #000;
}
h1 {
	font-size: 1.8em;
	text-align: center;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
q {
	font-style: italic;
	quotes: '„' '”';
}
q:before {
	content: open-quote
}
q:after {
	content: close-quote
}
strong {
	font-weight: bold;
	color: #000;
}
.zvyraznit {
	font-weight: bold;
	color: #000;
}

table.web {
	width: 100%;
	border: none;
	background: #FFF;
}