/* CSS Document */
/* CSS Document */
body {
  font-family: Times New Roman;
  background-color: #EDEBD8;
  padding: 20px; 
}

a {
	text-decoration: none;
	color: #000000;
}
a.text {
	text-decoration: underline;
	color: blue;
}
a:hover {
	text-decoration: none;
	color: blue;
}

h1 {
	text-align: center;
}

h3 {
	margin: 0px; 
	padding: 0px;
}
h4 {
	
}

p {
	text-indent: 30px;
	text-align: justify;
	font-family: Times New Roman;
	font-size: 18px;
	line-height: 140%;
}

div.poznamka {
	float: right;
	width: 300px;
	background-color: #E9D96F;
	border: 1px grey solid;
	margin: 20px; 
	margin-right: 0px; 
	padding: 10px;
	text-align: justify;
}
div.poznamka p {
	text-indent: 30px;
	text-align: justify;
	font-family: Times New Roman;
	font-size: 16px;
	line-height: 120%;
}
div.img_holder {
	text-align: center;
}

div.img_holder img {
	margin: 10px;
}


table.rekapitulace th {
	text-align: left;
	background-color: #C7C7C7;
	padding: 3px; 
}
table.rekapitulace td {
	text-align: left;
	background-color: #E4E4E4;
	padding: 3px; 
}



