/* Tiskovy styl */

body {
    font-family: Georgia, "New York CE", utopia, serif;
    font-size: 0.9em;
}

h1 {font-size: 1.5em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}

#logo, #kde_jsme, #vlevo, #vpravo, #servis_bottom, .strankovani, #top_menu, #header, #header_lista, #footer #adresa, #reklama_bottom, #loga, #hp_map {
    display: none;
}

#logo_print {
    display: block !important;
    text-align: right;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid silver;
}

a {
    color: #397DF3;
}

.p_odkaz {
    text-align: right;
}

#paticka {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 3px solid silver;
    font-size: 0.8em;
}

/* table_transparent */
table {
	margin: 1em auto 1em auto;
	background: transparent;
	border-collapse: collapse;
	width: 100%;
	position: relative;
	z-index: 999;
}

table th {
	color: #666666;
	font-weight: normal;
	text-align: left;
}

table td, table th {
	padding: 7px 7px 7px 7px;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

table td.platnost {
	font-style: italic;
}

/* KONEC - table_transparent */
