* {
  margin: 0;
  padding: 0;
}
html, body {
  background-color: #FFFFFF;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 16px;
  line-height: 115%;
}
hr {
  border-bottom: 1px solid #555555;
  border-top: 0;
  height: 1px;
}
a, a:hover, a:visited, a:link, a:focus {
  color: #000000;
}
a:hover {
  text-decoration: underline;
}
img {
  border: 1px solid #858585;
}
p {
  padding-bottom: 10px; 
}
h2 {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 15px;
  font-family: monospace;
}
#telo {
  margin: 0 auto;
  width: 750px;
  text-align: left;
  background-color: #CCCCCC;
  height: 100%;
  min-height: 100%;
  position: relative;
  padding: 0 10px;
  padding-bottom: 50px;
}
#hlavicka {
  width: 750px;
  height: 20px;
}
h1 {
	width: 750px;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	border-bottom: 1px solid #555555;
	margin: 10px 0;
}
#paticka {
  text-align: center;
  padding-top: 12px;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 17px;
  font-size: 13px;
}
#menu, #foto, h1 span, #obsah_nahore, #obsah_dole, #skrytamezera {
  display: none;
}
#obsah {
  text-align: justify;
  font-family: "Times New Roman";
  padding: 0 20px 0 20px;
  width: 600px;
  font-size: 13px;
}
