body {
  background: #8a96a4 url("../images/bg.jpg") repeat-x left top;
	margin: 0px; padding: 0px;
	font-size: 11px;
  font-family: Tahoma;
	color: #000000;
}
div {
  border: 0px #000000;
}
li {
	font-size: 11px;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	padding: 0px; margin: 0px;
  margin-left: 10px;
  text-align: justify;

}
a {
	font-size: 11px;
	color: #2F70CC;
	text-transform: none;
	text-decoration: none;
}
a:hover {
	color: #2F70CC;
  text-decoration: underline;
}
a img {
	border: 0px solid #000000;
}
h1 {
	font-size: 12px;
	color: #2F70CC;
	text-transform: bold;
	text-decoration: underline;
}
td {
}
th {
}
#hlavni {
  width: 779px;
  background: transparent;
}
#hlavni #menu {
  font: 12px Tahoma;
	color: #000000;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
  width: 779px;
  height: 25px;
  text-align: left;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
  background: #ffffff;
}
#hlavni #top {
  width: 779px;
  height: 231px;
  margin: 0px; padding: 0px;
  background: #F0F0F0 url("../images/index_02.jpg") no-repeat left top;
}
#hlavni #mainwin {
  width: 779px;
  background: #ffffff;
  float: left;
}
#hlavni #mainwin #m1 {
  text-align: left;
  width: 145px;
  height: auto;
  float: left;
  padding-top: 10px;
  padding-left: 10px;
}
#hlavni #mainwin #m3 {
  background: #ffffff url(../images/index_07_n.jpg) repeat-y left top;
  width: 570px;
  min-height: 300px;
  float: right;
  text-align: justify;
  padding-left: 10px; padding-right: 10px;
  margin-bottom: 10px; margin-top: 10px;
}
#hlavni #mainwin #telo {
  background: #ffffff;
  width: 560px;
  padding: 0px; margin: 0px;
  margin-bottom: 10px; margin-top: 10px;
  text-align: justify;
  padding-left: 10px; padding-right: 10px;
}
#hlavni #space {
  width: 779px;
  height: 7px;
  background: #FFFFFF;
  padding: 0px; margin: 0px;
  float: left;
  font-size: 1px;
}
#hlavni #space #bg {
  width: 759px;
  height: 7px;
  background: #e8e8e8;
  padding: 0px; margin: 0px;
}
#hlavni #pata {
  margin-top: 15px;
  font-size: 11px;
  font-family: Tahoma;
  text-align: right;
  width: 769px;
  height: 20px;
  background: #ffffff;
  padding: 0px; margin: 0px;
  padding-right: 10px;
  padding-top: 5px;
  float: left;
}
.copya {
	font: 11px Tahoma;
	color: #000000;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
}
.copya:hover {
	font: 11px Tahoma;
	color: #000000;
	text-transform: none;
	font-weight: bold;
	text-decoration: underline;
}
.d_img {
	border: 3px solid #e8e8e8;
	margin-bottom: 3px; margin-right: 10px; margin-left: 10px;
}
hr { /* pro IE */
  color: #e8e8e8;
  background: #e8e8e8;
}
html>body hr { /* pro Geckove */
  background-color: #e8e8e8;
  border: none;
  height: 2px;
  margin-top: 20px;
  margin-right: 0; width: 100%; 
}
/*shop fotky*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 3px;
padding-bottom: 0;
background: #909090;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 13px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #e8e8e8;
padding: 5px;
z-index: 5;
}

