/* ------------------------------------------------------------- */
/*                          print.css                            */
/* ------------------------------------------------------------- */
/* ----- nastaveni pro body */
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		margin:0; padding:0;
		background-image: none;
	}
/*end.  nastaveni pro body */


/* ----- rekapitulace */
	table.rekapitulace {
		width: 100%;
		text-align: left;
		font-size: 110%;
		line-height: 1.3em;
		vertical-align: top;
		padding: 0 0 10px 0;
		margin: 15px 0 10px 0;
		border-bottom: 1px solid #dddbdf;
		border-collapse: collapse;
	}
	table.rekapitulace td {
		vertical-align: top;
	}
	table.rekapitulace th {
		border-bottom: 1px solid #dddbdf;
		padding: 0 0 7px 0;
		font-weight: normal;
	}
	table.rekapitulace td {
		padding: 7px 0 0 0;
	}
	table.rekapitulace th h2 {
		font-size: 120%;
		margin: 0;
	}
	table.rekapitulaceZbozi {
		width: 100%;
		text-align: left;
		font-size: 110%;
		line-height: 1.3em;
		vertical-align: top;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		border-bottom: 1px solid #dddbdf;
		border-collapse: collapse;
	}
	table.rekapitulaceZbozi th {
		padding: 3px 6px 15px 0;
	}
	table.rekapitulaceZbozi td {
		padding: 4px 0 4px 0;
	}
	table.rekapitulaceZbozi .end td {
		padding: 0 0 15px 0;
		border-bottom: 1px solid #dddbdf;
	}
	table.rekapitulaceZbozi tr.celkem td,
	table.rekapitulaceZbozi tr.celkem th {
		background-image: url(/img/icons/double-line.gif);
		background-repeat: repeat-x;
		background-position: 0px 0;
		padding: 15px 0;
		font-size: 120%;
		text-transform: uppercase;
		font-weight: bold;
	}
	table.rekapitulaceZbozi .celkem th span {
		font-size: 80%;
		font-weight: normal;
		text-transform: lowercase;
	}
	.hrefTisk {
		font-size: 115%;
	}
	.hrefTisk a {
		color: #c73c00;
	}
/* end. rekapitulace */

#menu, #footer, .contentRight, form {
	display: none;
}



/* ----- common */
	/* ----- text */
		/* ----- prace s textem */
			.tcenter {
				text-align: center; 
			}
			.tright {
				text-align: right;
			}
			.tleft {
				text-align: left;
			}
			.upper {
				text-transform: uppercase;
			}
			.bold {
				font-weight: bold;
			}
		/* end. prace s textem */
		
		/* ----- zakladni definice textu */
			form {
				font-size: 100%;
			}
			table {
				font-size: 100%;
			}
			p {
				margin: 0.8em 0;
				padding: 0;
			}
			h1 {
				margin: 0.6em 0;
				padding: 0;
				font-size: 15pt;
			}
			h2 {
				margin: 0.4em 0;
				padding: 0;
				font-size: 14pt;
			}
			h3 {
				margin: 0.4em 0;
				padding: 0;
				font-size: 13px;
			}
			h4 {
				margin: 0.2em 0;
				padding: 0;
				font-size: 12px;
			}
			h5 {
				margin: 0.1em 0;
				padding: 0;
				font-size: 10pt;
			}
			h6 {
				margin: 0;
				padding: 0;
				font-size: 100%;
			}
		/* end. zakladni definice textu */
	/* end. text */
	
	/* ----- float */
		.fleft {
			float: left;
		}
		.fright {
			float: right;
		}
	/* end. float */
	
	/* ----- clear */
		.clear {
			clear: both;
			font-size: 0;
			height: 1px;
			line-height: 1px;
		}
	/* end. clear */
	
	/* ----- ostatni */
		.noscreen {
			display: none;
		}
		a img {
			border: none;
		}
	/* ostatni */
	
	/* ----- body */
		body {
			margin: 0;
			padding: 0;
			background-color: #FFFFFF;
		}
	/* end. body */
/* end. common */

/* ----- ostatni  */
	.noprint {
		display: none;
	}
	a img {
		border: 0;
	}
/* ostatni  */

	
