@media print {
	#navigace, #levySloupec, #flashMotiv, #copyright {
		display: none;
	}

	a img {
		border: none;
	}
	
	body {
		width:100%;
	}
	body, th, td {
		font-size: 11pt;
	}

	p {margin: 5px 0px; padding:0px}

	h1 {font-size: 1.3em; margin-bottom: 0px; margin-left: 0px;}
	h2 {font-size: 1.1em;  margin-bottom: 0px;}
	h3 {font-size: 1.0em;}
	
	/*tridy*/
	.tucne {
		font-weight: bold;
	}

	.deftab td {
	  border: 1px #C6C7C6 solid;
	  padding: 5px;
	  margin: 0px;
	}

	.deftab {
	  width: 55%;
	  margin-top: 10px;
	  float: right;
	  margin-bottom: 10px;
	}

	.nastred {
	  text-align: center;
	}

	.od {
	  margin-top: 0px;
	  margin-bottom: 10px;
	  height: 10px;
	}

	.r {
	  text-align: right;
	}

	.tucneVelka {
		font-weight: bold;
		text-transform: uppercase;
	}

	.popis {
		font-size: 10pt;
	}

	.klir {
	  clear: both;
	}

	.dobloku {
	  text-align: justify;
	}

	.left {
	  float: left;
	}

	.mr {
	  margin-right: 10px;
	}

	.ml {
	  margin-left: 10px;
	}

	.mt {
	  margin-top: 10px;
	}

	.right {
	  float: right;
	}

	.neviditelne {
		display: none;
	}
	
	.oddelovaciCara {
		height: 51px;
		background-image: url(../commonImages/oddelovacObyc.gif);
		background-repeat: repeat-x;
		background-position: center;
	}
}



