html {
  margin: 0;
	padding: 0;
	height: 100%;
	background: url('../img/back2.jpg') 0 0 repeat;
}
body {
  margin: 0;
	padding: 0;
	height: 100%;
	color: black;
	font: .8em/1.3 Arial,sans-serif;
	background: url('../img/back1.jpg') 0 0 repeat-x;		
}
#all {
position: relative;
	margin: -1px 0 -71px 0;
	padding: 0;
	
	min-height: 100%;
	height: auto;
	_height: 100%;

}

#page {
	position: relative;
  margin: 0 auto 89px auto;
	padding: 0px;
	width: 974px;
	padding-top: 35px;
	overflow: hidden;

}


.no_css {
display:none;

}
#top{
  position: absolute;
  height:35px;  
  top:0;
  
}
/*    search             */
#top #search_form{
position:absolute;
left:15px;top:10px;
  width:140px;

  float:left;


}

#top #search_form #search{
   position:absolute;
  width:140px;
  border:1px solid #3b3b3b;
	background: #fff url('../img/form.jpg') left center repeat-x;    
  float:left;
}
#top #search_form #button{
 position:absolute;
 left:175px;
  text-decoration: underline;
  background: none;
  border:none;
  color:#fff;
}
#top #flags{
  float:left;
  width:400px;
  list-style: none;
  margin: 10px 0 0 316px;
  
  _margin: 10px 0 0 156px;
  padding:0;
}
#top #flags li{
  float:left;
  width:70px;
  height:26px;
  line-height: 26px;
  background-color: #fff3e5;
  margin:0 2px;
  padding:0 0 0 5px;
  
}
#top #flags li a{
  color:#000;
  padding:0 0 0 35px;
  display: block;
  background-position: left center;
}
#top #flags li a.cz{
  background:  url('../img/cz.jpg') left center no-repeat;
}
#top #flags li a.en{
  background:  url('../img/en.jpg') left center no-repeat;
}
#top #flags li a.de{
  background:  url('../img/de.jpg') left center no-repeat;
}
#top #flags li a.fr{
  background:  url('../img/fr.jpg') left center no-repeat;
}
#top #flags li a.ru{
  background:  url('../img/ru.jpg') left center no-repeat;
}

#top #mesto{
  display: block;
  color:#fff;
  text-align: center;
  float:left;
  width:140px;
  height:35px;
  line-height: 35px;
}
.logos
{
float:left;
margin:7px 0;
}

h1 {
	position:relative;
  margin:0;
	padding:0;
  width: 974px;
	height:229px;
  background: #d0d0d0;
  background: white url('../img/header.jpg') right top no-repeat;
}

.pics{  
  height:  229px;  
  width:   656px;
  padding: 0;  
  margin:  0;
  overflow: hidden;
  float: right;  
  position: absolute;
  top:35px;
  left:317px;
  z-index: 1;
}
.pics img{   
    background-color: #fff;  
    width:  656px; 
    height: 229px; 
    top:  0; 
    left: 0 
} 
h1 a {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 318px;
	height: 229px;
	overflow: hidden;
}
h1 span {
	margin: 0;
	padding: 0;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 318px;
	height: 229px;
	z-index: 2;
  background: white url('../img/logo_cz.jpg') top left no-repeat;
}
h1 span.en {
  background: white url('../img/logo_en.jpg') top left no-repeat;
}
h1 span.de {
  background: white url('../img/logo_de.jpg') top left no-repeat;
}
h1 span.fr {
  background: white url('../img/logo_fr.jpg') top left no-repeat;
}
h1 span.ru {
  background: white url('../img/logo_ru.jpg') top left no-repeat;
}
#topmenu{
  width:974px;
  color:#000;
  
  height:59px;
  background: white url('../img/menu.jpg') top left no-repeat;
}
#topmenu ul{
  position: relative;
  top:4px;
  margin:0;
  
  line-height:59px;
  padding:0;
  list-style:none;
}
#topmenu ul li{
  margin:0;
  padding:0;
  float: left;
  padding:0 27px;
  background: transparent url('../img/menu_.jpg') center right no-repeat;
}
#topmenu.narrow ul li{
  padding:0 20px;
}
#topmenu ul li.last{
  background: none;
}

#topmenu ul li a{
  color:#000;
  font-weight: bold;
  text-decoration: none;
}
#topmenu ul li a:hover, #topmenu ul li a.active{
  text-decoration: underline;
}
#topmenu #tools{
  
  float:right;
  margin:15px 10px 0 0;
}
#topmenu #tools a{
  display: block;
  width:38px;
  height:38px;
  margin:0 5px;
  float:left;
}
#topmenu #tools a.print{
  background: transparent url('../img/print.jpg') left top no-repeat;
}
#topmenu #tools a.info{
  background: transparent url('../img/info.jpg') left top no-repeat;
}
#topmenu #tools a.sitemap{
  background: transparent url('../img/sitemap.jpg') left top no-repeat;
}
#divider{
  height:24px;
  line-height:24px;
  background-color:#ededed ;
  margin-top:10px;
  font-weight: 0.8em;
  padding-left:15px;
  color:#000;
}
#main{
  background-color: #fff;
  padding:0 0 20px 0;
  border-bottom:4px solid #ef8e23;
  background: #fff url('../img/leftmenu.jpg') 0 0 repeat-y;

}

#main #left{
  width:240px;
  float:left;
    background: url('../img/leftmenu.jpg') left top repeat-y;
}

#main #content{
  width:690px;
  _width:690px;
  padding:0 20px;
  _padding:0 10px;
  float:right;
  background: url('../img/lines.gif') left top repeat-y;
}
#main #content img{
  border:3px solid #ef8e23;
  padding:1px;
}
#main #content img.noborder{
  border:none;
}
#main #content ul{
  list-style: none;
  list-style-type: none;
  padding:0;
  margin:10px 15px;
}
#main #content ul li{
  list-style: none;
  margin: 0;
  padding: 0 0 0 14px;
  background: url('../img/li.gif') left 3px no-repeat;
}
#main #content table{
  border:1px solid #ef8e23;
}
#main #content table th{
  background-color: #ffb495;
}
#main #content table td{
  background-color: #fde7cf;
  padding:3px 15px;
}
#main h2{
  width:690px;
  _width:670px;
  margin:10px 0 0 0;
  padding:0;
  height:49px;
  line-height: 40px;
  padding:0 0 0 30px;
  font-size: 1.3em;
  color:#ed1846;
  background: url('../img/title.jpg') 0 0 no-repeat;
}


.zmensi
{
font-size:11px;

}

#main  h3{
  font-size: 1.1em;
  color:#636363;
}
#main a{
  color:#ef8e23;
  text-decoration: underline;
}
#main a:visited, #main a:link{
  color:#ef8e23;
}
#main a:hover{
  text-decoration: none;
}

#footer{
  height:70px;
  position:relative;
  bottom:0;

	width: 100%;
  margin:0px auto 0 auto;
  background: url('../img/foot_back.jpg') left bottom repeat-x;
}
#footer #heel{
  height:70px;
  width:974px;
  line-height: 20px;
  margin:0 auto;
  background: url('../img/footer.jpg') 0 0 repeat-x;
  font-weight: bold;
}
#footer #heel.foot{
  background: url('../img/footer1.jpg') 0 0 repeat-x;
}
#footer #heel span{
  text-align: left;
  display: block;
  text-align: center;
  width:250px;
  
  padding-top: 15px;
} 
#footer a{
  text-decoration: underline;
  color:#525252;
}
#footer a:hover{
  text-decoration: none;
}
#left #menu
{
  width:229px;
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
}

#left #menu li, #left #menu li ul li{
	display: block;
	width:226px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0;
	font-size:14px;
  border-bottom: 1px #fff solid;
}

#left #menu li a{
  display: block;
  width:196px;
	height: 32px;
	line-height: 32px;
	padding:0 0 0 30px;
	color:#fff;
	font-size: 0.9em;
	text-decoration: none;
	background: url('../img/main.jpg') left center no-repeat;
}
#left #menu li a:visited, #left #menu li a:link
{
 color:#fff;
}
#left #menu li a.active, #left #menu li a:hover
{
  font-weight:bold;
  color:#fff;
  text-decoration: underline;
	background: url('../img/active.jpg') 0 0 no-repeat;
}








#left #menu ul {
	width: 229px;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
  display: block;
}
#left #menu ul.no_css{
  display: none;
}
#left #menu li ul li{
  margin:0;
  padding:0;
	width:226px;  
}
#left #menu li ul li.first{
  border-top: 1px #fff solid;
}
#left #menu li ul li a{
	background: url('../img/sub.jpg') 0 0 no-repeat;
	color:#000;
}
#left #menu li ul li ul li a{
   padding:0 0 0 45px;
}
#left #menu li ul li a:visited, #left #menu li ul li a:link
{
 color:#000;
}
#left #menu  li ul li a.active, #left #menu li ul li a:hover{
  text-decoration: underline;
  font-weight: normal;
  background: url('../img/sub.jpg') 0 0 no-repeat;
}
#virtual{
  width:374px;
  height:89px;
  line-height:48px;
  font-weight: bold;
  font-size: 1.5em;
  padding-left: 15px;
  padding-top:40px;
  background: url('../img/start.jpg') 0 0 no-repeat;
  display: block;
}
hr.cl {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}
.clear_both{
  clear: both;
}

.nocss{
  display: none;
}
.float_right{
  float:right;
}
.float_left{
  float: left;
}
.margin_left{
  margin-left: 10px;
  margin-right: 5px;
}
.margin-right{
  margin-right: 8px;
  margin-left: 3px;
  padding-top: 10px;
}

.floatpicture
{
  float:left;
  margin-right:20px;
  margin-bottom:20px;
}

.float_centruj 
{

width:700px;

}




.float_centruj a
{

padding-left:8px;

}

.float_centruj a img
{

border:none

}


.texttitle
{
  font-size:16px;
  font-weight:bold;
}


.float_img_left
{
  float:left;
  margin:0 10px 5px 0px;
}

.float_vpravo a
{
  float:right;
  margin: 0 0 0 10px;
}


.float_img_right
{
  float:right;
  margin :0px 0 5px 10px;
}

.float_img_center
{
display:block;
float: left;
width: 152px;
margin: 0 15px 5px 5px; 
##margin: 0 5px 5px 5px;
padding: 0px;
}





.pohlednice-ram
{
  width:265px;
}


.centr
{
  display:block;
  text-align:center
}

.centrsmall
{
  position:relative;
  margin:0 0 0 140px;
  ##margin:0 0 0 0px;
  width:450px;
}

.floatpictureparnteri
{
  display:block;
  float:right ;

}


.partneritext
{
  float:left;
  margin:20px 0 0 400px;
}


.ramecekpicture
{
  float:right;
  width:160px;
}



.ramecekpicturel
{
  float:left;
  width:200px;
}


.ramecek-pronajmy

{
  position:relative;
  width:690px;
  text-align:center;

}





/* kalendar udalosti */

#page #main #content table#calendar
{
  margin: 0; 
  margin-left: 10px;
  display: block;
  background: #fff;
  padding:4px;
  border-width: 2px;
  float:right;

}

#page #main #content .calendar_item i{
  font-weight: bold;
  color:rgb(255,101,1);

}
 
#main #content table#calendar th, #main #content table#calendar td
{
  text-align: center;
  width: 26px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  font-weight: bold;
  border: 1px solid #c2c2c2; 
  margin: 3px;
  background: #ddd url(../images/calendar-td.jpg) top left no-repeat;
}

#main #content table#calendar th
{
  background: #228490;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #696969 url(../images/calendar-th.jpg) top left no-repeat;
}


#main #content table#calendar td
{
  font-size: .9em;
}
	
#main #content table#calendar td a
{
		display: block;
  width: 25px;
  height: 20px;
  line-height: 20px;
	overflow: hidden;
	text-decoration: none;
}
	  
#main #content table#calendar td a:hover
{
	text-decoration: underline;
}
	  
#main #content table#calendar th a
{
	display: block;
  width: 25px;
  height: 20px;
  line-height: 20px;
	overflow: hidden;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
}  
  
#main #content table#calendar td.day-highlited
{
  color: #fff;
  background: #a00 url(../images/calendar-td-active.jpg) top left no-repeat;
}

#main #content table#calendar td.day-highlited a
{
color: #fff;
}





/* informacni bublina */

#bubble
{
	position: absolute;
	top: 0;
	left: 0;
	width:150px;
	display: none;
	background: #d9d9d9;
	border: 2px solid #a0a0a0;
	padding: 10px;
	color: #000;
	font-weight: bold;
}



/* galerie */
.gallery{
  display: block;
  width:130px;
  float:left;
  text-align: center;
  margin:10px 15px;
}
#main #content #page_divider{
  list-style-type: none;
 
}
#main #content #page_divider li{
  list-style: none;
  list-style-type: none;
  background: none;
}
#main #content #page_divider li img{
  float:left;
  margin-right:15px;
}
#main #content #page_divider li ul li{
  padding-left: 30px;
}
#page h3.blood{
  color:rgb(241,26,70);
}
.orange{
  background-color:rgb(255,202,140);
  height:1px;
}
#reservation{
  width:220px;
  height:80px;
  display:block;
  margin:10px 0 0 10px;
  background:  url(../img/reservation.jpg) top left no-repeat; 
}
#reservation.en{  background:  url(../img/reservation_en.jpg) top left no-repeat; }
#reservation.de{  background:  url(../img/reservation_de.jpg) top left no-repeat; }
#reservation.fr{  background:  url(../img/reservation_en.jpg) top left no-repeat; }
#reservation.ru{  background:  url(../img/reservation_en.jpg) top left no-repeat; }


#vyletnicile{
  width:216px;
  height:97px;
  display:block;
  margin:10px 0 0 10px;
  background:  url(../img/vyletnicile.jpg) top left no-repeat;
}



#jesus {
  width:216px;
  height:96px;
  display:block;
  margin:10px 0 0 10px;
  background:  url(../img/bannery/3.jpg) top left no-repeat;
  cursor: pointer;
}



#rusalka{
  width:216px;
  height:108px;
  display:block;
  margin:10px 0 0 10px;
  background:  url(../img/bannery/4.jpg) top left no-repeat;
  cursor: pointer;
}


#veslavkove{
  width:216px;
  height:38px;
  display:block;
  margin:10px 0 0 10px;
  background:  url(../img/bannery/veslavkove.jpg) top left no-repeat;
  cursor: pointer;
}













#napoleon{
  width:216px;
  height:123px;
  display:block;
  margin:10px 0 0 10px;
  background:  url(../img/bannery/2.jpg) top left no-repeat;
  cursor: pointer;
}



#restaurace{
  width:216px;
  height:80px;
  display:block;
  margin:10px 0 0 10px;
  background:  url(../img/bannery/1.jpg) top left no-repeat;
  cursor: pointer;
}

#files {
  display: block;
  margin: 15px 0 15px 30px;
  background: none;
  border:none;
  
}

a.files 
{
  position:relative;
  display: block;
  text-decoration: none;
  line-height: 35px;


  ##padding-left:0px;
  line-height: 30px;
 
}


a.files img
{
  position:absolute;
  display: block;
  top:50px;
  border: none;
  float:left;
    top:10px;
  margin-right: 15px;
  ##margin-right:0px;
}







code {
  display: none;
}


.vpravo img
{
float:right; 



}

#napoleon{
}


/**/

/*novinky*/

#content #new_detail strong {

 background:none;
color:#ef8e23;

}

#content #new_detail  {

color:rgb(183,151,123);

}


#content  #new_detail img{
  display: block;
  float:left;
  text-decoration: none;
 
  margin-right:10px;
 margin-top:5px;
 
}



#content #news .news-item{
  width:700px;
  margin:10px 10px 40px 0px;
  
}

#content #news .news-item strong {
 font-size: 1em;
 background:none;
color:rgb(183,151,123);

}

#content #news .news-item strong a{
 font-size: 1em;
 background:none;

}





#content #news .news-item a {


}

#content #news .news-item a.img{
  display: block;
  float:left;
  text-decoration: none;
  margin-right:10px; 
 
}
#content #news a.img img{
  
 
  float:left; 
}
#content  .news_inserted{
  color:rgb(183,151,123);

 
  font-weight: bold;
}

#main #content #new_detail img.nobackground{

  background: none;
  border:none;

}



.obr {
margin-left:80px;


}














