@media print {
body	{		font-family: Verdana, Arial;		text-align: justify;	}

table {	border-collapse: collapse;	border-width: 1px;	border-style: solid;	width : 100%}
th, td {	display: table-cell;	border-width: 1px;	border-style: solid;}

#menu, #menutop, input, select, textarea, #bodybigpic table {	display: none;	}
	
img.logopring {	float: left;}

p.logopring	{	font-size: 70%;}
	
p.titulek {		font-weight: bold;		font-size: 130%;		padding-bottom: 2em;		margin-left: 1em;		padding-top: 1em;		text-align: left;	}
h2 {font-size: 110%;}	
h2 {font-size: 100%;}
h3 {font-size: 90%;}	
h4 {font-size: 80%;}

}