@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	overflow:auto;
}

body {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 70%;
	line-height: 100%;
	text-align: center;
	display: block;
	height: 100%;
	width: 100%;
	background-color: #69643D;
	/*background-image: url(../img/body_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	color: #979446;
	text-decoration: none;
}
a img {
	border: none;
}
.clear {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
	clear: both;
}
#main {
	margin: 0px;
	margin-top: 25px;
	width: 965px;
	height: 535px;
	text-align: left;
	overflow: hidden;
	position: relative;
	background-image: url(../img/main_bg.jpg);
}
#slideshow,
#slideshowp,
#slideshow2{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 505px;
	height: 555px;
	overflow: hidden;
}
#slideshow3{
    margin: 0px;
	margin-top: 25px;
	position: absolute;
    top: 15px;
	left: 15px;
	width: 505px;
	height: 555px;
	overflow: hidden;
}
#slideshow img,
#slideshowp img,
#slideshow2 img{
    position:absolute;
    top:380;
    left:323;
    z-index:8;
    opacity:0.0;
}
#slideshow3 img{
    position: static;
    top:380;
    left:323;
    z-index:8;
    opacity:0.0;
}
#slideshowp img,
#slideshow2 img{
    opacity:1;
}
#slideshow3 img{
    opacity:1;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}
#slideshow_controll {
	position: hide;
	top:490px;
	left: 15px;
	width: 505px;
	color: #FFF;
	padding: 5px;
	z-index: 99;
	font-size: 0px;
	text-align: center;
}
#slideshow_controll span{
	margin: 0 5px 0 0;
	cursor: pointer;
}
#slideshow_controll span{
	color: #F00;
}
#stopSlideshow, #startSlideshow {
	padding: 0 0 0 15px;
}
#content {
	position: absolute;
	padding: 25px 0 25px 15px;
	top: 15px;
	left: 530px;
	width: 260px;
	height: 475px;
	color: #4A492D;
	text-align: center;
}
#content h2{
	font-size: 19px;
	font-weight: normal;
	line-height: 19px;
	margin: 0 0 15px 0;
	color: #979446;
}
#content p, #content ul, #content ol{
	font-size: 13px;
	line-height: 19px;
	margin: 0 0 10px 0;
}
#content li{
	margin: 0 0 10px 0;
}
#content_scroll {
	overflow: auto;
	height: 423px;
	left: 0px;
}
#map {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 505px;
	height: 505px;
	overflow: hidden;
	background-color: #FFF;
	z-index: 100;
	display: none;
}
#close {
	float: left;
	z-index: 1000;
	margin: -505px 0 0 0;
}
#close a{
	background-color: #FFF;
	padding: 5px;
	display: block;
}
#news {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 15px;
	width: 475px;
	height: 475px;
	overflow: hidden;
	background-color: #FEFF99;
	z-index: 100;
	display: none;
	text-align: center;
}
#news h2{
	font-size: 19px;
	font-weight: normal;
	line-height: 19px;
	margin: 0 0 25px 0;
	color: #979446;
}
#news p{
	font-size: 13px;
	line-height: 25px;
	margin: 0 0 25px 0;
}
#navigation {
	position: absolute;
	padding: 15px;
	top: 15px;
	left: 815px;
	width: 105px;
	height: 475px;
	font-size: 17px;
	text-align: center;
}
#languages {
	margin: 10px -10px 10px -10px;
	text-align: center;
	/*display: none;*/
}
#languages a {
	margin: 0 2px;
}
#navigation h1 {
	margin: 105px 0 15px 0;
}
#navigation h1 b {
	display: none;
}
.vmenu {
	margin: 25px 0 0 0;
}
.vmenu li {
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 10px 0;
}
.vmenu li a {
	color: #4A482C;
	text-decoration:none;
}
.vmenu li a:hover {
	color: #000;
}
.vmenu li a.active {
	color: #979446;
}

/*rezervace*/
.formitem {
	margin: 0 0 5px 0;
	font-size: 13px;
	text-align: left;
}
label {
	display: block;
	margin: 0 0 2px 0;
}
input, textarea, select {
	padding: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: #747242 solid 1px;
}
.w100 {
	width: 90%;
}
#submit {
	background: #747242;
	color: #FFF;
	border: none;
	padding: 3px 7px;
}

.error {
	border: solid 1px red;
}
label.error {
	color: red;
	border: none;
}

#captchaimage { float: left; margin-right: 15px; }
input#captcha { width: 60px;}

#message {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	position: fixed;
	width: 556px;
	padding: 7px;
	background-color:#FFF;
	color: #333;
	left: 50%;
	top:0px;
	line-height: 12px;
	margin-left: -285px;
	z-index: 10000;
}
/*Hoime page*/
body.home #main {
	height: 685px;
}
#partners {
	position: absolute;
	top: 531px;
	left: 0px;
	right: 0px;
	height: 125px;
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;	
	padding: 15px 20px;
	text-align: right;
}
#partners img {
	margin-left: 15px;
}
#specialni_nabidka {
	position: absolute;
	top: 10px;
	left: 10px;
}
#shownews {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.phptogallery a {
	dispaly: block;
	width: 80px;
	height: 80px;
	float: left;
	margin: 0 2px 2px 0;
}
.phptogallery a.active img {
	opacity:0.5;
}

body.home #slideshow_controll {
	display: none;
}
