body.print-body{
	border: none;
	background: transparent none;
	text-align: center;
}

#print{
	width: 19cm;
	margin: 0 auto;
	text-align: center;
}

table.print-orders{
	border: none;
	table-layout: auto;
	border-collapse: collapse;
}

table.print-orders th{
	border: 2px solid black;
	text-align: center;
	font-weight: bold;
	padding: 0 4px;
}

table.print-orders td{
	border: 1px solid Gray;
	text-align: left;
	padding: 0 4px;
	font-size: 9px;
}

table.print-orders .oid{
	font-size: 22px;
	font-weight: bold;
	padding: 4px;
}

table.print-orders table.intable{
	border: none;
	table-layout: auto;
	border-collapse: collapse;
}

table.print-orders table.intable th{
	border: 1px solid gray;
}

table.print-orders table.intable tr{
	background-color: #EEEEEE;
}

table.print-orders table.intable td{
	border: 1px solid gray;
}

table.print-orders .nowrap{
	white-space: nowrap;
}

table td.center{
	text-align: center;
}

/* nasledne se projevi jen v tisku */
@media print{
	
	#header,
	#col-b,
	#col-c,
	#footer{
		display: none;
	}
	
	#print{
		width: auto;
	}
	
	#main{
		width: auto;
		margin: auto;
		text-align: left;
	}
	
	.show-all #columns {
	  padding: 0 0 0 0;
	}
	
	#detail .switchbar{
		display: none;
	}
	
	#detail .boxnotactive{
		display: block;
	}
	
	#detail .anchor{
		display: inline;
	}
	
	table{
		width: auto;
	}
	
	
	
	
	
	/**
	 *
	 *
	 *
	 **/
	
	body {
  font-family: Verdana, Helvetica, lucida, sans-serif;
  font-size:9pt;
  background:#fff;
  color:#000
  }
	img {border: 0}
	.menu, #vlevo, hr, #zapati, #zahlavi, .tisk, #tabnav, .zpet {display:none}
	a {color:#000}
	h1 {margin-bottom:0.8em}
	h1 {font-size:17pt}
	h2 {font-size:15pt}
	h3 {font-size:12pt}
	ul, ol {margin-left:12pt;list-style-type: square}
	h4, h5 {font-size:11pt}
	h2, h3, h4 {margin-top:1em;margin-bottom:0.5em;}
	p {margin-bottom:0.5em;line-height:1.7em;padding-right:3pt}
	 	 	 	
	#col-a{
		background-image: none;
	}
	
	.hp #uvodni-clanek{
		background-image: none;
	}
	
	#col-a a.print_page{
		display: none;
	}

}
