@charset "utf-8";

@media print {
	body {
		color: #000;
		background-color: #FFF;
		padding: 10px;
		font-size: 11px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	a {
		color: #333;
		text-decoration: underline;
	}
	
	a:hover {
		color: #333;
		text-decoration: none;  
	}
	
	p {
		text-indent:  1em;
		padding: 0px;
		margin: 5px 0px;
		text-align: justify;
	}
	
	#obsah-text {
		border-right:2px solid #387A95;
		padding: 2px 20px 0px 0px;
		min-height: 200px;
	}
	
	h1 {
		color: #000;
		background-image: url('../img/titulek.gif');
		background-repeat:no-repeat;
		background-position:right bottom;
		font-size: 12px;
		text-transform:uppercase;
		padding: 5px 0px 8px 4px;
		margin-bottom: 10px;
	}
	
				h1 img#vlajka_v_nadpisu {
					vertical-align: middle;
					border: none;
					margin-left: 15px;
				}
	
	h2 {
		color: #000;
		background-color: #FFF;
		font-style: normal;
		font-size: 12px;
		font-weight: bold;
		padding: 0px;
		margin: 10px 2px 5px 0px;
	}
	
	h3 {
		color: #000;
		background-color: #FFF;
		font-size: 12px;
		padding: 0px;
		margin: 8px 0px 5px 3px;
		font-weight: bold;
	}
	
	h4 {
		color: #000;
		background-color: #FFF;
		font-style: normal;
		font-size: 10px;
		font-weight: bold;
		padding: 0px;
		margin: 10px 2px 5px 0px;
	}
	
	ul {
		list-style-image: url('../img/list.gif');
	}
	
	ul, ol {	
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	ol h6 {
		font-size: 12px;
		font-style: italic;
		margin: 0px;
		padding: 0px;
	}
	
	li {
		text-align: justify;
	}
	
	img {
		border: 0px;
	}
	
	
	img.obr_levo, img.obr_pravo, img.obr_stred, img.obr {
		padding: 0px;
		margin: 0px;
		border: 0px;
	}
	
	a img.obr_levo, a img.obr_pravo, a img.obr_stred, a img.obr {
		border: 1px solid #aaa;
		padding: 2px;
		background-color: #FFF;
	}
	
	a:hover img.obr_levo, a:hover img.obr_pravo, a:hover img.obr_stred, a:hover img.obr {
		border: 1px solid #666;
	}
	
	img.obr_levo {
		float: left;
		clear: left;
		margin: 1px 3px 3px 0px;
	}
	
	img.obr_pravo {
		float: right;
		clear: right;
		margin: 2px 1px 4px 4px;
	}
	
	img.obr_stred {
		margin: 0px;
	}
	
	dt {
		font-weight: bold;
		margin: 4px 0px 2px 0px;
	}
	
	dd {
		text-align: justify;
		margin: 0px 0px 0px 25px;
	}
	
	table.tabulka {
		width: 100%;
		border-collapse: collapse;
	}
	
	table.tabulka td {
		text-align: center;
		vertical-align: middle;
	}
	
	table.Oramovat {
		border-collapse: collapse;
	}
	
	table.Oramovat th {
		border: 1px solid #666;
		background-color: #FFF;
		padding: 1px 2px;
		font-size: 14px;
	}
	
	table.Oramovat td {
		border: 1px solid #666;
		padding: 1px 2px;
	}
	
	table.ramecek {
		width: 100%;
		border-collapse: collapse;
	}
	
	table.ramecek th {
		border: 1px solid #F58216;
		/*border-bottom: 1px solid #444;*/
		background-color: #FFF;  
		text-align: center;
		vertical-align: middle;
		padding: 2px 3px;
	}
	
	table.ramecek td {
		border: 1px solid #9E4E05;
		background-color: #FFF;  
		text-align: center;
		vertical-align: middle;
		padding: 1px 2px;
	}
	
	/*odkaz pro zobrazování/skrývání detailu reference*/
	a.spinac_detailu{
		text-decoration:none;
	}
	
	a.spinac_detailu:hover{
		color: #000;
		text-decoration: none;
	}
	
	/*buňka s tabulkou detailu reference*/
	table.ramecek td.detail_reference {
		background-image: url('../img/ref_detail2.gif');
		background-color: #EEE;
		background-repeat: repeat-x;
		text-align: left;
		padding: 0px;
	}
	
	.radek_zobrazen {
		display: table-cell;
	}
	
	.radek_skryt {
		display: none;
	}
	
	/*tabulka s detailem reference*/
	table.tab_detail_ref{
		margin-top: 8px;
		margin-left: 8px;
		background-color: #EEE;
		text-align: left;
		border: none;
		width: 100%;
	}
	
	/*buňka tabulky s detailem reference*/
	table.tab_detail_ref td{
		background-color:#EEE;
		text-align: left;
		border: none;
	}
	
	table.tab_detail_ref td.popisek {
		color:#333;
		text-align: right;
		padding-right: 10px;
		width: 210px;
	}
	 
	table.ramecek tr.radek1 td {
		background-color: #E8E8E8;  
	}
	
	table.ramecek tr.radek2 td {
		background-color: #E4E4E4;  
	}
	
	
	table.ramecek2 {
		width: 100%;
		border-collapse: collapse;
	}
	
	table.ramecek2 th {
		border: 1px solid #444;
		background-color: #FFF;  
		text-align: center;
		vertical-align: middle;
		padding: 2px 3px;
	}
	
	table.ramecek2 td {
		border: 1px solid #444;
		background-color: #FFF;  
		text-align: center;
		vertical-align: middle;
		padding: 1px 2px;
	}
	
	table.ramecek2 tr.radek1 td {
		background-color: #E8E8E8;  
	}
	
	table.ramecek2 tr.radek2 td {
		background-color: #E4E4E4;  
	}
	
	div.centr {
		margin: 10px 0px;
		text-align: center;
	}
	
	sup {
		font-size: 8px;
	}
	
	div#typy {
		margin-top: 10px;
		padding: 0px 0px 5px 0px;
		text-align: left;
	}
	
	div#dotaznik {
		text-align: right;
		padding: 0px 0px 5px 0px;
	}
	
	div#dotaznik a, div#typy a {
		font-weight: bold;
		color: #000;
		text-decoration: none;
		background-repeat: no-repeat;
		padding: 4px 2px 4px 24px;
	}
	
	div#dotaznik a {
		background-image: url('../img/dotaznik.gif');
		background-position: 2px 2px;
	}
	
	div#typy a {
		background-image: url('../img/icon-table.gif');
		background-position: 2px 4px;
	}
	
	div#dotaznik a:hover, div#typy a:hover {
		color: #333;
		text-decoration: none;
	}
	
	.povinne {
		background-color:#E8EA8E;
	}
	
	.info {
		color:#000;
		font-weight:bold;
		padding:5px 20px;
	}
	
	.err {
		color:#FF0000;
		padding:5px 20px;
	}
	
	.sedive {
		color: #888;
	}
	
	div.submit {
		text-align: center;
	}
	
	
	div.fotka {
		float: left;
		width: 130px;
		height: 170px;
		text-align: center;
		margin: 7px 4px;
	}
	
	div.fotka a {
		color: #333;
	}
	
	div.bez_ramu a img {
		border: none !important;
	}
	
	div.fotka a img {
		border: 1px solid #666;
		padding: 3px;
		background-color: #FFF;
	}
	
	div.fotka a:hover img {
		border: 1px solid #F58216;
	}
	
	.link_back {
		font-size: 12px;
		padding-left: 12px;
		background-image: url('../img/arrow_left.gif');
		background-repeat: no-repeat;
		background-position: 0px center;
	}
	
	.aktualita_prehled {
		font-weight: bold;
		font-size: 12px;
		margin: 10px 0px 4px 0px;
		display: block;
	}
	
	.login_field {
		border: 1px solid #0099CC;
		padding: 1px 2px;
	}
	
	.login_button {
		margin-right: 4px;
	}
	
	div.mapa {
		float: right;
	}
	
	div.mapa a img {
		border: 1px solid #333;
		padding: 2px;
		background-color:#FFF;
		margin: -20px 0px 15px 10px;
	}
	
	div.mapa a:hover img {
		border: 1px solid #555;
		padding: 2px;
		background-color: #FFF;
	}
	
	.telefon {
		white-space: nowrap;
	}
	
	.Nezalomovat {
		white-space: nowrap;
	}
	
}