BODY {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	margin: 1px;
	text-align: justify;
}
HR {
	color: #f0f0f0;
	height: 1px;
}
TH, TD, THEAD TD, CAPTION {
	font-size: 9pt;
}
A:visited, A:link, A:active {
	color: #004582;
	border-bottom: dotted 1px #C0C0C0;
	text-decoration: none;
	padding: 0;
	font-weight: bold;
}
A:hover {
	color: #6ebbdc;
	text-decoration: none;
}
A IMG {
	border: none;
}
SELECT, TEXTAREA, INPUT {
	font-family: Arial, sans-serif, Geneva;
	font-size: 10pt;
	background-color: #FCFEFF;
	border: 1px solid #73acc7;
	padding: 0px;
	color: #303040;
	margin: 1px;
}
FIELDSET {
	font-weight: bold;
	color: #808080;
	border: 1px solid #297bb5;
}
FIELDSET LEGEND {
	font-size: 7pt;
	color: #297bb5;
}
FORM {
	margin: 0px;
	padding: 0px;
}



H1 {
	font-family: Helvetica;
	font-size: 18pt;
	text-align: center;
	color: #137cbb;
	padding: 5pt;
	clear: both;
}
H2 {
	font-variant: small-caps;
	font-size: 16pt;
	text-align: center;
	clear: both;
}
H3 {
	font-variant: small-caps;
	font-size: 13pt;
	text-align: left;
	padding: 8pt 0 0pt 0;
	margin: 0;
}
H4 {
	font-variant: small-caps;
	font-size: 12pt;
	text-align: center;
	color: #606060;
}
H5 {
	text-align: right;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
	margin: 40pt 0pt 20pt 50pt;
	padding-right: 5pt;
}


.obrazek_v_textu {
	margin: 10px;
}
.obrazek_v_textu_vlevo {
	float: left;
	margin: 10px 10px 10px 0;
}
.obrazek_v_textu_vpravo {
	float: right;
	margin: 10px 0 10px 10px;
}

.tabulka TD P, .tabulka_bez_car TD P, .tabulka_barevna TD P {
	margin: 0;
}


.tabulka {
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
}
.tabulka TH, .tabulka THEAD TD, .tabulka CAPTION {
	font-size: 11pt;
	padding: 2px;
}
.tabulka TD {
	font-size: 11pt;
	text-align: center;
	padding: 2px;
	border: 1px solid #e0e0e0;
}
.tabulka P {
	padding: 0;
	margin: 0;
}


.tabulka_bez_car {
	border: none;
}
.tabulka_bez_car TH, .tabulka_bez_car THEAD TD, .tabulka_bez_car CAPTION {
	padding: 4pt 20pt 4pt 20pt;
	border: none;
	vertical-align: top;
}
.tabulka_bez_car TD {
	padding: 4pt 9pt 4pt 9pt;
	border: none;
/*	text-align: left; */
	vertical-align: top;
}
.tabulka_bez_car P {
	padding: 0;
	margin: 0;
}





.tabulka_bez_car_tisk {
	border: none;
	border-collapse: collapse;
	margin: 0 auto;
}
.tabulka_bez_car_tisk TH, .tabulka_bez_car_tisk THEAD TD, .tabulka_bez_car_tisk CAPTION {
	padding: 10px 5px 1px 5px;
	font-weight: bold;
	font-size: 16px;
	border: none;
	vertical-align: top;
}
.tabulka_bez_car_tisk TD {
	padding: 1px 5px;
	border: none;
	border-top: 1px dotted #a0a0a0;
	border-bottom: 1px dotted #a0a0a0;
	text-align: left;
	vertical-align: top;
}
.tabulka_bez_car_tisk P {
	padding: 0;
	margin: 0;
}
.tabulka_bez_car_tisk .listina_znamka {
	border: 1px solid #404040;
/*	height: 20px; */
	width: 20px;
}




.tabulka_barevna {
	border-collapse: collapse;
	border: 1px solid #fdac54;
	background-color: #fffff8;
}
.tabulka_barevna TH, .tabulka_barevna THEAD TD, .tabulka_barevna CAPTION {
	font-weight: bold;
	font-variant: small-caps;
	border: 1px solid #fdac54;
	padding: 2px;
	background-color: #fdac54;
}
.tabulka_barevna TD {
	border: 1px solid #fdac54;
	padding: 2px;
	text-align: center;
}
.tabulka_barevna .lineup TD {
	border-top: 2px solid;
}

@media print {
	BODY {
		background: white;
	}
	.noprint {
		display: none;
	}
}

.vetsi_pismo {
	font-size: 13pt;
}
.cervene_pismo {
	color: #d03414;
}