body{
	background: #ffffff;
	color: #222222;
	font-family: Arial CE, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 20px 0 20px 0;
	padding: 0;
}

a{
	color: #165193;
}

a:visited{
	color: #8ec3ff;
	color: #0066cb;
}

a:hover{
	color: #000000;
}

acronym, abbr{
	cursor: help;
}

h1{
	display: block;
	height: 114px;
  	/*line-height: 90px;*/
	margin: 22px 0 0 22px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 395px;
}

h1 a{
	color: #ffffff;
	font-size: 1.5em;
	text-decoration: none;
}

h1 a:visited{
	color: #ffffff;
}

h1 span{
	background: url("../img/logo.jpg") no-repeat;
  cursor: hand;
	display: block;
	height: 114px;
  	width: 395px;
	left: 0;
  	top: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
}

h2, h3, h4{
  color: #3A6933;
  font-family: Verdana, 'Geneva CE', lucida, sans-serif;
  margin: 0;
  padding: 0 0 0.7em 0;
  width: 100%;
}

h2{
	font-size: 1.5em;
	border-bottom: 2px solid #e6e6e6;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
}

h3{
  font-size: 1.3em;
}

h4{
}

img{
  border: 0;
  display: block;
}

table{
  border-collapse: collapse;
  margin: 1em;
  margin-top: 0;
}

table td{
  border: 1px solid #8fc3ff;
  padding: 0.4em 0.6em 0.3em 0.6em;
}

p, address{
  margin: 0;
  padding-bottom: 1em;
}

hr{
  color: #e6e6e6;
  border: 1px solid #e6e6e6;
  clear: both;
}

ul{
  margin-top: 0;
  list-style: disc;
}

#site{
	background: url("../img/background.png") repeat-y;
	margin: 0 auto;
	position: relative;
	width: 770px;
}

#header{
	background: #648747 url("../img/header.jpg");
	height: 147px;
	overflow: hidden;
}

#navbar{
  font-size: 1.1em;
  margin: 0 auto;
  text-align: center;
  width: 655px;
}

#navbar ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#navbar ul li{
  float: left;
  margin: 0;
  padding-left: 0.5em;
}

#navbar ul li strong{
  background: url('../img/circle-green.png') no-repeat 5% 50%;
  display: block;
  padding: 1.5em 1em 1em 20px;
}

#navbar ul li a{
  background: url('../img/circle.png') no-repeat 5% 50%;
  color: #333;
  display: block;
  font-weight: bold;
  text-decoration: none;
  padding: 1.5em 1em 1em 20px;
}

#navbar ul li a:hover{
  background: url('../img/circle-green.png') no-repeat 5% 50%;
}

#content{
	clear: both;
  border-top: 3px solid #e6e6e6;
  margin: 0 auto;
	padding: 1em 1em 0 1em;
	width: 630px;
}

#content h3 a, #content h3 a:visited{
  color: #028ae6;
  padding-left: 25px;
}

#content h3 a:hover, #content h3 a:focus{
  color: #000033;
}

.left-row{
  float: left;
  width: 48%;
}

.right-row{
  border-left: 2px solid #e6e6e6;
  margin-left: 50%;
  padding-left: 1.5em;
  width: 45%;
}

img.uvodni-stranka{
  border: 1px #cccccc solid;
  margin: 5px 10px 5px 10px;
  float: right;
  width: 350px;
  height: 233px;
}

.rozmery-hriste{
  float: left;
  height: 11.5em;
  padding-left: 40px;
  width: 270px;
}

.rozmery-hriste img{
  float: left;
  margin-right: 25px;
  width: 160px;
}

.reference, .jak-se-stavi-hriste{
  float: left;
  height: 20em;
  text-align: center;
  width: 49%;
}

.reference h3{
  font-size: 1.2em;
}

.jak-se-stavi-hriste h3{
  font-size: 1.1em;
}

.reference img, .jak-se-stavi-hriste img{
  display: block;
  margin: 0 auto 0.5em auto;
  width: 250px;
}

img.mapa{
  border: 1px #cccccc solid;
  margin-right: 10px;
  float: right;
  width: 440px;
  height: 280px;
}

.error{
  color: #ed1c24;
}

.message{
}

.required{
}

.cleaner{
  clear: both;
  visibility: hidden;
}

#footer{
	background: #ffffff url("../img/footer.png") no-repeat;
	clear: both;
	height: 100%;
	margin: 0 auto;
  padding: 35px 0 10px 0;
	width: 770px;
}

#footer p{
  display: inline;
	font-size: 0.9em;
	margin: 0;
	padding-left: 0px;
}

#footer span{
  font-weight: bold;
}

#footer .right{
	float: right;
	padding-right: 0px;
}

