/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none
}
body {
	min-width: 700px;
	font-family: Verdana, Tahoma, lucida, sans-serif;
	font-size: x-small;
	background: #efece7;
	text-align: center;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
* html body {
	width: 700px;
	font-family: Verdana, Tahoma, lucida, sans-serif;
	font-size: x-small;
	background: #efece7;
	text-align: center;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
#mainbk {
	width: 762px;
	height: auto;
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: url("images/bg-1.png") top center
}
#title {
	width: 749px;
	height: 100px;
	background: #7A4543;
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-family: Georgia, Verdana, Tahoma, lucida, sans-serif;
	font-style: italic;
	background-image: url(images/title.png);
	background-color: #7a724a;

}


/* menu */

#menu {
	width: 749px;
	background: #7a724b;
	position: relative;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #339966;
	overflow: hidden;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	line-height: 1.5
}
#menu ul {
	color: #fff
}
#menu li {
	float: left;
	white-space: nowrap;
	text-align: center;
	width: 145px;
	list-style-type: none
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	float: left;
	color: #fff;
	display: block;
	width: 100%;
	overflow: hidden;
	background: url("images/more.gif") no-repeat left center;
	padding: 7px 0 7px 0
}
#menu a:hover {
	color: #7a724b;
	text-decoration: none;
	background: #fff url("images/more2.gif") no-repeat left center;
	padding: 7px 0 7px 0;
	cursor: pointer
}
#menu strong {
	color: #fff;
	background: #bcb48d url("images/more2.gif") no-repeat left center;
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 7px 0 7px 0
}
#lotus {
	width: 749px;
	background: #dbd5bd url("images/lotus.jpg") no-repeat top left;
	overflow: hidden;
	margin-left: 6px;
	margin-right: 6px;
}
/* typography */
a:link, a:visited {
	text-decoration: underline;
	font-size: 100%;
	color: #000
}
a:hover {
	color: #dfa800;
	text-decoration: underline
}
a:active {
	text-decoration: underline;
	font-size: 100%;
	color: #000
}
#title a:link, #hlavicka a:visited {
  color: #fff;
  text-decoration: none
}
#title a:hover {
  color: #d4cca7;
  text-decoration: none
}
#visit a:link {
  text-decoration: underline;
	font-size: 100%;
	color: #000
}
#visit a:visited {
  text-decoration: underline;
	font-size: 100%;
	color: #5d5636
}
#visit a:hover {
	color: #bcb48d;
	text-decoration: underline
}

#text {
	position: relative;
	width: 450px;
	min-height: 720px;
	float: right;
	color: #000;
	background: #fff;
	line-height: 1.5;
	border-top: 1px solid #bcb48d;
	padding: 0;
	margin: 0
}
*html #text {
	position: relative;
	width: 450px;
	height: 720px;
	float: right;
	color: #000;
	background: #fff;
	line-height: 1.5;
	border-top: 1px solid #bcb48d;
	padding: 0;
	margin: 0
}

#text-in {
	width: 100%;
	text-align: left;
	padding: 0 0 40px 0;
	margin: 0
}
#visit {
	width: 100%;
	padding: 0;
	margin: 0
}
#text h2 {
	font-size: 140%;
	color: #886e10;
	font-weight: bold;
	text-align: left;
	margin: 27px 25px 18px 25px;
	line-height: 1.5
}
#text h3 {
	display: block;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-align: left;
	margin: 25px 25px 23px 25px;
	padding: 0 0 0 20px;
	background: url("images/more3.gif") no-repeat left center;
	line-height: 1.5;
	border-right: 1px #ddd5ba dotted;
    border-bottom: 1px #ddd5ba dotted;
	/*border: 1px  #ddd5ba;*/
}
#text h4 {
	font-size: 100%;
	color: #000;
	font-weight: bold;
	text-align: left;
	margin: 20px 25px 12px 25px;
	line-height: 1.5
}
#text h5 {
	font-size: 100%;
	color: #000;
	font-weight: bold;
	text-align: left;
	margin: 20px 25px 12px 25px;
	line-height: 1.5
}
#text p {
	font-size: 12px;
	color: #666666;
	text-align: left;
	margin: 12px 25px 12px 25px;
	line-height: 24px;
}
