@media print {

	body {
		background-color: white;
		margin: 0px; padding: 0px; border: 0px;
		font-family: Verdana, "Arial CE",Helvetica,Arial,Sans-serif;
		color: #4f4f4f;
		font-size: 10pt;
	}
	
	#topline, #nothing, #topbanner-cs, #topbanner-de, #topbanner-en, #topbanner-ru, #imagebanners, #leftmenu, #leftmenu_bottom, #mestotabor, #copycontact, #validation,  #contacts, #bottom, #right {
		display: none;
	}		
	
	#print_top {
		text-align: center;
		margin-bottom: 5mm;
	}

	#print_bottom {
		width: 210.9mm;
		height: 15.1mm;
		margin-top: 5mm;
	}
	
	#print_bottom_canvas {
		text-align: right;
	}

	#main {
		width: 100%;
	}
	
	#doc {
		margin: 0 0 0 1mm; padding: 0px; border: 0px;
		width: 99%;
	}

	#content {
		width: 100%;
	}

	#bottom {
		margin-top: 1cm;
		border-top: 1px solid #999999;
		color:  #999999;
		padding-top: 2mm;
		font-size: 8pt;
	}
		
	#pagecopyright {
	   border-top: 1px solid #006600;
		text-align: right;
		margin: 10 auto 20px auto;
		color: #003300;
		font-size: 10px;
	}

	#pagecopyright a {
		text-decoration: none;
		color: #003300;
	}

	

}