/* ============================ global ====================================== */
body {
	text-align: center;
	font-family: Arial;

}
a {
	color: #522600;
	text-decoration: underline;
}
a:hover {
	color: white;
	background: #e67d20;
	text-decoration: none;
}
#obal {
	margin-left: auto;
	margin-right: auto;
	width: 813px;


}
/* ============================ header ====================================== */

#header {
	width: 813px;
	height: 232px;
	background-image: url('/img/header.jpg');
}
#header a {
	text-decoration: none;
}
#header a:hover {
	background: none;
	color: white;
	text-decoration: none;
}
#header_left_image {
	float: left;
	position: relative;
	left: -61px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#header_adress {
	width: 760px;
	text-align: center;
}

#header_text {
	margin-top: 110px;
	float: right;
	text-align: center;
	width: 700px;
}
/* ============================ menu   ====================================== */

#menu {
	float: right;
	width: 530px;
	height: 20px;
	margin-right: 50px;
	_margin-right: 25px;
	margin-top: 27px;
	backgrou nd: #e67d20;
	fon t-weight: bold;
	color: #994800;
	font-size: 1.2em;
	border-top: 1px solid black;
	padding-top: 8px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	float: right;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}

/* ============================ main   ====================================== */
#main {
	text-align: left;
	width: 760px;
	z-index: -20;
	width: 813px;
	background-image: url('/img/body.bmp');
}
li {
	list-style-image: url('/img/ikona.bmp');
}
#text {
	padding: 10px;
	text-align: justify;
	color: black;
	margin-left: 50px;
	margin-right: 50px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;
	border-left: solid 5px #e67d20;
	border-right: solid 5px #e67d20;
	border-top: solid 5px #e67d20;
	border-bottom: solid 5px #e67d20;
}
#text a {
	col or: darkred;
	font-weight: bold;
}

h1 {
	text-align: center;
	border-bottom: solid 1px black;
}

.nahledy a {
	text-decoration: none;
	border: none;
}

.nahledy a:hover {
	background: none;
	text-decoration: none;
}

#full_image {
  text-align: center;
  font-family: Arial;
}
#full_image img {
  border: none;
}

#full_image a:hover {
	background: none;
}

#image_zpet {
	text-align: right;
}

#image_zpet a:hover {
	background: #e67d20;
}

.nahledy a:hover {
  -moz-opacity: 0.8;
  }
.nahledy img {
  margin: 3px;
  border: none;
}

/* ============================ footer ====================================== */

#footer {
	width: 813px;
	height: 19px;
	background-image: url('/img/footer.png');
}

#copyright {
  display: block;
  width: 761px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: right;
  text-decoration: none;
  font-size: 10px;
  color: black;

}

#copyright:hover {
	background: white;
	color: black;
}



