@media print {

/* LAYOUT a HLAVICKA */

* {
  margin: 0px;
  padding: 0px;
  }

body, html  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  background-color: #fff;
  }

body {
  font-size: 1em;
  color: Black;
  }

a {
  text-decoration: none;
/*  color: red; */
  }

.zluta {
  color: #F0D50F;
  font-weight: 900;
  }

.zelena {
  color: green;
  font-weight: 900;
  }
 
.cervena {
  color: red;
  font-weight: 900;
  } 

table.tabulka-cela {
  margin: 0px auto;
}



/* LOGO */

td#logo {
  display: none;
}

td#banner {
  display: none;
}

/* MENU */

td.tabulka-menu {
  display: none;
}

/* BUNKA S OBSAHEM */

td.bunka-content {
  font-size: 0.8em;
  padding: 3px 10px 10px 10px;
  border: 1px solid #1A4780;
  vertical-align: top;
}
.bunka-content p {
  margin-bottom: .5em;
}

#depthnav {
  font-size: 0.85em;
  color: #6493c2;
  text-align: right;
}

h1 {
	color: #1A4780;
  font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 15px;
}

/* TEBULKA PREHLEDU VICE PRISTROJU */

table.prehled {
  font-size: 1em;
  text-align: center;
}

.prehled td {
}

.prehled img {
  margin-top: 20px;
  border: 0px dashed white;
}

.prehled p {
	color: #1A4780;
	font-weight: bold;
	background: #EAEAEA;
	margin: 1em 30px;
	padding-top: 0.25em;
	padding-bottom: 0.3em;
	border: 0px dashed white;	
}

.prehled a {
  text-decoration: none;  
}

/* TABULKA JEDNOHO PRISTROJE */

table.pristroj {
  font-size: 1em;
}

.pristroj td {
  vertical-align: top;
}

.pristroj h2 {
  padding: .5em 0px;
  color: #6493c2;
  font-size: 1.4em;  
	font-weight: normal;
}

.pristroj ul {
	list-style: outside;
  margin: .8em 0px 1.2em 0px;
  padding: 0px 0px 0px 14px;
}

.pristroj li {
  margin: 0px 0px 0px 0px;
  padding: .1em 0px .1em 0px;
}

/* "TAB-MENU" v okne pristroje */

#menu-pristroj {
	margin: 4px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
}

#menu-pristroj a {
	color: #1A4780;
	text-decoration: none;
	border: 1px solid white;
	margin-right: 3px;
	padding: 3px .25em 3px .25em;
}

#menu-pristroj a#current {
	background-color: #6493c2;
	border: 1px solid #1A4780;
	color: white;
}

/* STYL DETAILY */

td.cara {
	border-bottom: 1px dashed grey;
}

td.nadpisek {
/*  font-weight: bold; */
  font-style: italic;
}

/* STYLY KONTAKTU */
.text-index-tabulka {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
	padding-bottom: 4px;
}

.text-index-tabulka a {
	text-decoration: none;
}

.text-index-titulek {
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 3px;
	margin-bottom: 10px;
	font-weight: bold;
}

/* STYLY PATIČKY */

tr.paticka {
  font-size: 0.7em;
}

.paticka a {
  text-decoration: none;
}

}

