@media print {
	span, hr, #menu-holder, .hide, #down, #search, p.right, .no-print {
		display: none;
	}
	print {
		display: inline;
	}
	body {
		background: none;
		background-color: White;
		color: Black;
		font-family: Verdana, "Geneva CE", lucida, sans-serif;
		font-size: 11pt;
		line-height: 18px;
		text-align: justify;
	}
	#header img.hide {
		display: block;
	}
	#content .print-break {
		page-break-before: always;
	}
	
	body #content a {
	  text-decoration: none;
	  color: #000;  
	}
	
	
	#conteiner {
		background: none;
		margin: 0;
		padding: 0 0 0.8em 0;
	}
	h1 img {
		margin: 0;
	}
	h2 {
		color: #830C0F;
		font-size: 12pt;
		line-height: 50px;
		position: absolute;
		top: 25px;
		left: 25%;
	}
	h3 {
		font-size: 12pt;
		text-decoration: underline;
		margin: -1.6em 0 0 0;
	}
	h4 {
		font-size: 11pt;
	}
	a {
	color: #830C0F;
	}
	/*images*/
	img {
		border: none;
		margin: 1em;
	}
	img.no-print {
		display: none;
	}
	/*forms*/
	input {
		margin-right: 2em;
	}
	select {
		margin-right: 0.4em; 
	}
	input.button {
		display: none;
	}
	hr.line {
		_height: 1px;
		border: none;
		border-bottom: 1px solid Black;
		width: 100%;
		display: block;
	}
	/*lists*/
	ul {
		margin: 0 0 0 0.5em;
	}
	li {
		padding: 5px 0 5px 5px;
	}
	.no-list li, .print-no-list li {
		list-style: none;
	}
	/*tables*/
	#content table {
		/*border: 1px solid Black;*/
		margin: 0.4em 0 0.4em 0;
		/*width: 98%;*/
		border-collapse: collapse;
	}
	#content table.ubytovani {
		/*width: 95%;*/
	}
	th {
		border-bottom: 1px solid Black;
		text-align: center;
	}
	td {
		padding: 0.3em 0.5em 0.3em 0.5em;
		text-align: left;
		/*border: 1px solid Black;*/
		vertical-align: top;
	}
	td.left {
		width: 180px;
	}
	td.odsazeni {
		padding-left: 2em;
	}
	table.no-border {
		border: none;
	}
	table.reg-poplatky {
		margin: 1em 0 1em 0;
	}
	table.reg-poplatky td {
		padding: 0.7em 0.5em 0.6em 0.5em;
		vertical-align: middle;
	}
	table.reg-poplatky th.datum {
		width: 120px;
	}
	table.reg-poplatky th.datum2 {
		width: 160px;
	}
	table.reg-poplatky th.cena {
		width: 100px;
	}
	table.reg-poplatky .hack {
		_width: 135px;
	}
	table.reg-poplatky td.right {
		text-align: right;
		_padding-right: 1.3em;
	}
	table.reg-poplatky td.right p {
		display: inline;
		margin-right: 0.8em;
		_margin-right: 0.1em;
	}
	table.hot {
		font-size: 9pt;
	}
	table.hot td {
		padding: 0.4em 0.1em 0.4em 0;
	}
	table.prihlaska {
		margin-bottom: 1.4em;
	}
	table.prihlaska td {
		padding: 1em 0.5em 0.2em 0.5em;
	}
	input {
		margin: 0 0 0 0.1em;
		padding: 0;
		width: 168px;
	}
	input.inputExtraSmall {
		width: 46px;
	}
	input.inputSmall {
		width: 100px;
	}
	input.inputLong {
		width: 350px;
	}
	input.checkbox {
		width: auto;
		padding: 0;
		border: none;
	}
}