@media print {
   
      div#lavy {display: none;}
      div#obsah {position: static;}
    } 

body {
	background-color: #c3c3c3;
	font-family: sans-serif;
	color: black;
	padding: 0;
	font-size: 100%;
	margin: 0 auto;
	text-align: center; 
	width: 780px; 
	}
a {
	text-decoration: underline;
	color: #003366;
	padding: 0 2px;
}
a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #f05309;
}


#all {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#lavy {position: relative; text-align: center; width: 140px; background-color: #f0f0f0; font-size: 10pt }

#obsah {position: relative; text-align: left; margin-left:142; margin-top:-242;
width: 620px; background-color: #ffffff; line-height: 12pt; padding: 10px}
#obsah th {background-color: #00eaea; font-size: 11pt}
#obsah h2, h3, h4 {text-align: center; color: #f05309}
#obsah p, li {font-family: 'arial', sans-serif; color: black; padding: 0; font-size: 10pt}
#obsah td {font-family: 'arial', sans-serif; color: black; padding: 1 3px; font-size: 10pt}


thead {background-color: Azure; font-weight: bold; text-align: center; color: blue}
tfoot {background-color: mistyrose; font-weight: bold; text-align: right}


