/* Vyhled pro tisk */
@media Print    
{
	body {
		color: black;
  	background: white;
		width:100%; 
		position:relative;
    padding:10px;
    font-size: 12pt
	}
	#hlavicka-null, #hlavicka, .head1, .logo, .menu, .mnu, .inf, hr {
		display:none
	}
	#main, #prvni-null, #druhy-null, #treti-null, .obs {
		right:0px; 
    width:100%; 
    position:relative;
    background-image:none
	}
	tr.header {
		border-top:#000 1px solid; border-bottom:#000 1px solid
	}
	tr.line td {
		border-bottom:#000 1px solid
	}

}

