body {
	background-color: White;
	background-image: url(images/body-bck.jpg);
	background-repeat: repeat-x;
	margin: auto;
	font-family: Arial;
	font-size: 12px;
	width: 1000px;
	/*border: solid 1px green;*/
	color: Black;
}
a {
	text-decoration: none;
	color: #94C644;
}
img {
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}
hr {
	color: Black;
}

ul, ol {
	color: Gray;
}
.text-center {
	text-align: center;
}

.gray {
  color: #969696;
}
.blue {
	color: #438CAF;
}
.bold {
	font-weight: bold;
}
.max {
  width: 100%;
}

div.header {
	background-image: url(images/head-bck.jpg);
	width: 789px;
	height: 268px;
	margin: auto;
	background-repeat: no-repeat;
}
div.main {
	width: 760px;
	position: relative;
	/*border: solid 1px red;*/
	margin: auto;
	left: 15px;
}
div.left-col {
	width: 180px;
	float: left;
	margin: auto;
	border-right: solid 1px #B7B7B7;
	/*border: solid 1px red;*/
}
div.bottom {
	width: 760px;
	height: 122px;
	border-bottom: solid 1px #C5C5C5;
	margin: auto;
	margin-bottom: 10px;
	position: relative;
	left: 15px;
	/*border: solid 1px red;*/
}
div.bottom div.logo {
	width: 132px;
	height: 82px;
	position: relative;
	left: 15px;
	float: left;
}
div.banner {
	float: right;
	position: relative;
	right: 27px;
	top: 14px;
	width: 515px;
	height: 68px;
}
div.left-banner {
	width: 300px;
	height: 68px;
	float: left;
}
div.rigth-banner {
	width: 198px;
	height: 68px;
	float: right;
}
div.text-frame {
	/*border: solid 1px red;*/
	float: right;
	position: relative;
	width: 560px;
	top: 10px;
	right: 0px;
	z-index: 0px;
}

div.text-frame h1 {
  color: #438CAF;
  margin: 0;
  position: relative;
  font-size: 18px;
  left: 20px;
  z-index: 0px;
}
div.text-frame h2 {
  margin: 0px;
  position: relative;
  font-size: 14px;
  left: 13px;
  z-index: 0px;
  float: left;
}

img.puntik {
  width: 7px;
  height: 7px;
  position: relative;
  float: left;
  top: 5px;
  z-index: 0px;
}
div.text-frame .text {
  position: relative;
  width: 530px;
  left: 20px;
  /*border: solid 1px red;*/
  color: Gray;
  text-align: justify;
}
div.text-frame .text-blue {
  position: relative;
  width: 500px;
  left: 20px;
  /*border: solid 1px red;*/
  color: #59839B;
  text-align: justify;
}
div.text-frame ul,
div.text-frame ol {
  position: relative;
  width: 480px;
  text-align: justify;
  color: Gray;
}
.blue {
  color: #59839B;
}
.gray {
  color: Gray;
}
div.text-frame .img-frame {
  position: relative;
  width: 500px;
  left: 20px;
  /*border: solid 1px red;*/
  color: Gray;
  text-align: center;
}
div.more {
  width: 100px;
  margin: 10px 10px 0px 370px;
  text-align: right;
  text-transform: uppercase;
  color: #94C644;
  font-weight: bold;
}
img.preview {
	float: left;
	border-right: solid 5px White;
}
div.text-frame .title-frame {
  margin: 10px 0px 10px 0px;
  width: 510px;
  height: 20px;
}
div.text-frame .title-frame-wide {
  margin: 10px 0px 10px 0px;
  width: 510px;
  height: 40px;
}
div.title-frame a.blue {
	color: #59839B;
}
div.title-frame a.gray {
	color: Gray;
}
div.text-frame .sub-title-frame {
  margin: 10px 0px 10px 6px;
  height: 20px;
  width: 510px;
}
div.footer {
	margin: auto;
	width: 635px;
	text-align: left;
	font-size: 11px;
	color: Gray;
	margin-bottom: 20px;
}
div.news-date {
   position: relative;
	float: right;
	font-weight: bold;
	color: Gray;
	margin-right: 3px;
}
div.header-logo-link {
  height: 30px;
  width: 110px;
  position: relative;
  top: 128px;
  left: 55px;
  cursor: pointer;
  margin: 0px;
  float: left;
}
div.header-text {
  height: 50px;
  width: 250px;
  position: relative;
  top: 171px;
  left: 120px;
  cursor: pointer;
  margin: 0px;
  float: left;
  color: #438CAF;
  font-style: italic;
  font-weight: bold;
  font-size: 11px;
}

.italic {
  font-style: italic;
}
.dispaly-none {
  display: none;
}
.display-block {
  display: block;
}
td.text-top {
  vertical-align: top;
}

div#mapContainer {
  margin-left: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 400px;
  height: 300px
}

div.gallery-title-frame {
  width: 100%;
}
div.padding {
  height: 30px;
  width: 100%;
}
div.gallery-title-frame div.gallery-title {
  background-image: url(images/green-point.jpg);
  background-position: left 5px;
  background-repeat: no-repeat;
  padding: 0px 0px 10px 20px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
div.gallery-title-frame div.gallery-title a {
  color: #59839B;
}

div.gallery-title-frame div.gallery-title div.image {
  float: left;
  width: 80px;
  text-align: center;
}
div.gallery-title-frame div.gallery-title div.image img {
  border: solid 1px gray;
}
div.gallery-title-frame div.gallery-title div.title-text {
  float: left;
}
div.gallery-title-frame div.gallery-title div.title-text div.title {
  margin-left: 10px;
}
div.gallery-title-frame div.gallery-title div.title-text div.popis {
  margin-left: 10px;
}
div.gallery-title-frame div.gallery-title div.title-text div.link {
  width: 100%;
  color: #94C644;
  text-transform: uppercase;
  margin-left: 150px;
}
div.gallery-title-frame div.gallery-title div.title-text div.link a {
  color: #94C644;
}
table.gallery {

}
table.gallery td {
  text-align: center;
  padding: 5px;
}
table.gallery td img {
  border: solid 1px gray;
}
div.cleaner {
  clear: both;
}

.defedit {
  border: solid 1px #D4D0C8;
}

div#fb-root {
  margin-top: 60px;
}
