body {
  background-color:  #fff ;
  background-image: url(/files/images/back.jpg);
  background-repeat: repeat-x;
  background-position: 0 0;
  color:  black;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-align: left;
  line-height: 1.4;
}

#background{
  width: 100%;
  background: url(/files/images/back-pattern.jpg) center top no-repeat;
  height: auto;
}

/* obsahova cast */
#content {	
	border: none;
	padding: 10px 0px 5px 0px;
	margin: 0px 11%;
}

#main_top{
 	background: url(/files/images/main-01.png) repeat-y;
 	width: auto;
 	height: 14px;
}

#main_bottom{
 	background: url(/files/images/main-03.png) repeat-y;
 	width: auto;
 	height: 25px;
 	position: relative;
	top: -1px;
}

#main-box {
	padding: 5px 40px 15px 20px;
	text-align: left;
	color: #444444;
	height: auto;
	background: url(/files/images/main-02.png) repeat-y;
}

/* paticka */
#footer {
	background-color: transparent;
	color: #4A3325;
	height: auto;
	padding: 0px 40px 15px 0px;
}

#footer a,
#footer a:visited {
	color: #4A3325;
	text-decoration: none;
}

#footer a:hover
{ text-decoration: underline;
}

#footer_menu {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 9.1%;

}

#center
{ 
  width: auto;
  text-align: center;
}

.copy
{ font-size: 10pt;
  padding: 0px 0px 15px 0px;
}

#slideshow
{ margin: 15px 0px 0px 80px;

}

/* Slide */

#wrapper {
	margin: 0 auto;
	width: 900px;
	padding: 20px 5px 0;
	overflow: hidden;
}
h1

pre {
	margin: 0 0 15px;
	padding: 5px 10px;
	color: #444;
	display: block;
	border: 1px solid #eee;
	background: #fff;
}
.gallery {
	padding: 0px 30px 20px 30px;
	width: 761px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.gallery .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.gallery .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30000px;
}
.gallery .holder ul li {
	float: left;
	width: 761px;
	padding: 0 1px 1px 0;
}
.gallery .holder ul li img { display: block; }
/* vertical mode */
.gallery-vert { width: 240px; }
.gallery-vert .holder { height: 362px; }
.gallery-vert .holder ul { width: auto; }
.gallery-vert .holder ul li { float: none; }
.gallery-vert .holder ul li img {
	vertical-align: top;
	display: inline;
}
/* one item */
.gallery-one,
.gallery-vert-one { width: 240px; }
.gallery-vert-one .holder { height: 180px; }
.gallery-vert-one .holder ul { width: auto; }
.gallery-vert-one .holder ul li { float: none; }
.gallery-vert-one .holder ul li img {
	vertical-align: top;
	display: inline;
}
/* fade */
.gallery-fade { width: 240px; }
.gallery-fade .holder ul {
	width: 100%;
	height: 180px;
}
.gallery-fade .holder ul li {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	padding: 0;
}
/* gallery6 */
.gallery6 { width: 740px; }
.gallery6 .thumbs {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 120px;
}
.gallery6 .thumbs li { padding: 0 0 1px; }
.gallery6 .thumbs li a {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
}
.gallery6 .thumbs li span {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background: url(../images/fader.png);
	width: 100%;
	height: 90px;
	text-indent: -9999px;
	cursor: pointer;
}
.gallery6 .thumbs li .active span,
.gallery6 .thumbs li a:hover span { background: none; }
.gallery6 .thumbs img { vertical-align: top; }
.gallery6 .holder {
	float: left;
	width: 480px;
	margin: 0 10px;
	display: inline;
}
.gallery6 .holder ul {
	width: 100%;
	height: 360px;
}
.gallery6 .holder ul li { height: 360px; }
.gallery6 .control {
	position: absolute;
	z-index: 2;
	top: -40px;
	left: 0;
	background-color: #fff;
	padding: 5px;
	width: 70px;
}
.gallery6 .prev { left: -50px; }
.gallery6 .next { right: -50px; }
.gallery6 .title {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	background-color: #000;
	color: #fff;
	padding: 10px;
	width: 460px;
}
.paging {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 100;
}
.paging ul {
	margin: 0;
	padding: 0;
}
.paging li {
	padding: 0 10px 0 0;
	float: left;
	list-style: none;
}
.paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background-color: red;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.paging li a.active {
	background-color: yellow;
	color: red;
}
.next,
.prev {
	position: absolute;
	right: 0px;
	top: 180px;
	margin-top: -30px;
	width: 69px;
	height: 68px;
	background: url(/files/images/button-slide-right.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.next-disable { background: url(/files/images/button-slide-left.png) no-repeat; }
.prev {
	background: url(/files/images/button-slide-left.png) no-repeat;
	right: auto;
	left: 0px;
}
.prev-disable { background: url(/files/images/button-slide-right.png) no-repeat; }
.stop,
.start {
	background: url(../images/btn-pause.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 0 0 10px;
	outline: none;
	cursor: pointer;
}
.stopped .start { background: url(../images/btn-play.png) no-repeat; }
.start,
.no-active .start {
	margin: 0;
	background: url(../images/btn-play-disable.png) no-repeat;
}
.stopped .stop { background: url(../images/btn-pause-disable.png) no-repeat; }
.control {
	font-size: 18px;
	line-height: 21px;
	padding: 5px 0 0;
}
.nav {
	position: fixed;
	top: 150px;
	left: 0;
	padding-left: 10px;
	z-index: 100;
	border-right: 1px solid #ddd;
	width: 115px;
	background: #f4f5f5;
}
.nav strong {
	font-size: 14px;
	line-height: 17px;
	color: #686c70;
}
.nav ul {
	margin: 0;
	padding: 14px 0 0;
	list-style: none;
}
.nav ul li { padding: 0 0 5px; }



