/* CSS Document */
body, h1, h2, h3, p, div, a, ul {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #036;
	color: #386;
	font-family: Arial Narrow;
	text-align:center;
	font-size: 14px;
}
#pg{
  margin:auto;
  text-align:left;
  width:800px;
  background-color:#fff;
}
#lg{
  background: url(img/penziony-na-horach.jpg) no-repeat left top;
  clear:both;
  height:71px;
  width:800px;
}
a {
	color: #247;
	text-decoration: none;
}
a:hover {
	color: #027;
	text-decoration: underline;
}
#tp_mn{
  height:21px;
  padding-top:1px;
  font-size:14px;
  text-align:center;
	background-color: #7D96BF;
	color:#555;
  border-bottom:2px solid #ccc;
}
#tp_mn a{
  color: #fff;
  padding: 0px 4px;
  font-weight: bold;
}
#tp_mn a:hover{
  color: #8ca;
  text-decoration:none;
}
#cnt{
  padding:10px;
  font-size:14px;
  border-bottom:50px solid #8cf;
}
p {
	width: 600px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

p {
	margin-top: 0px;
	margin-left: 0px;
}
div p span {
	text-decoration: underline;
}
h1 {
	font-size: 22px;
	margin-left:30px;
	padding-top:5px;
	color: #6D86AF;
	letter-spacing: 1px;
}
h2, h3 {
	font-size: 16px;
}
h1 a{
	color: #7D96BF;
}
h1 a:hover{
	color: #5D769F;
	text-decoration:none;
}
h2 a, span a {
	color: #6a6;
}
h2 a:hover, span a:hover {
	color: #161;
}
ul {
	line-height: 14px;
	margin-left: 20px;
	color: #0055aa;
	font-size: 14px;
}
li a {
	color: #004499;
}
#tp_mn a strong{
  color: #9dc;
  text-decoration:none;
}
#tp_mn a:hover strong{
  color: #8ca;
}
#cnt p.popis{
  width:350px;
  text-indent:-10px;
  padding:0px 10px;
  padding-bottom: 5px;
  border-bottom:1px solid #6a6;
  font-size:13px;
  line-height:13px;
  margin:2px 0px 10px 0px;
}