/*
<style>
/* */

body
	{
	background: url(images/background-body.jpg);
	font-family: Verdana;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	}

td, th
	{
	font-family: Verdana;
	font-size: 12px;
	}

/* * * * * * * * * * *
 * Containers
 * divs one inside the other - centers page
 * * * * * * * * * * */
#containerIE
	{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#container
	{
	text-align: left;
	width: 910px;
	margin: 20px auto;
	padding: 0px;
	}

/* * * * * * * *
 * Flags
 * * * * * * * */
#flags
	{
	text-align: right;
	padding-right: 10px;
	}
#flags a img
	{
	border: 0px;
	}
/* * * * * * * *
 * Logo
 * * * * * * * */
#logoCont {
  width: 237px;
  height: 232px;
  margin-top: 18px;
  margin-left: 16px;
  position: absolute;
  } 
 
#top
	{
	background: url(images/background-top.jpg) no-repeat;
	text-align: left;
	width: 910px;
	height: 297px;
	overflow: hidden;
	}
#top .basehref
	{
	width: 200px;
	height: 200px;

	margin-left: 30px;
	margin-top: 50px;

	float: left;
	display: inline;
	position: absolute;
	}
	
#top .basehref a
	{
	display: block;
	width: 190px;
	height: 190px;
	text-decoration: none;
	}
	
#top .banner
	{
	background: url(images/background-banner.jpg) no-repeat;
	width: 637px;
	height: 282px;
	margin-right: 13px;
	margin-top: 18px;
	float: right;

	}
	
#top .bannerCont {   /* momentalne nepouzite */
  width: 637px;
  height: 282px;
  top: 0px;
  right: 0px;
  position: relative;
}

.presentation_frame {
  width: 637px;
  height: 282px;
  background: url(galleries/ram.png); 
  top: -280px;
  right: 0px;
  position: relative;
}	

	
/* * * * * * * *
 * Middle
 * * * * * * * */
#middle
	{
	background: url(images/background-middle.jpg) repeat-y;
	text-align: left;
	width: 910px;
	color: #DACCCF;
	}
#middle .leftMenu
	{
	width: 208px;
	float: left;
	display: inline;
	margin-left: 35px;
	margin-bottom: 30px;
	}
#middle .leftMenu .menuItem
	{
	background: url(images/background-menu-line.gif) repeat-x bottom;
	padding-top: 4px;
	padding-bottom: 4px;
	}
#middle .leftMenu .menuItem a
	{
	background: url(images/icon-ul.gif) no-repeat left center;
	color: #DACCCF;
	text-decoration: none;
	margin-left: 15px;
	padding-left: 15px;
	}
#middle .leftMenu .subMenu a
	{
	margin-left: 30px;
	}
#middle .leftMenu a
	{
	color: #DACCCF;
	}
#middle .leftMenu a:hover
  {
  color: #FCFCFC;
  }

/* tripadvisor */
#middle .leftMenu .TA_rated a:hover {
  color: green;
  }
  
/* rezervacie vlavo */
#middle .leftMenu .booking {
  font-size: small;
  font-family: Arial, Helvetica;
  float: left;
  margin: 10px 5px 10px -5px;
  width: 208px;
  text-align: left;
  padding-left: 4px;
  }

#middle .leftMenu .booking .top {
  width: 208px;
  height: 8px;
  background: url(images/booking-top.png) no-repeat bottom;
  }

#middle .leftMenu .booking .middle {
  width: 208px;
  background: url(images/booking-middle.png) repeat-y;
  }

#middle .leftMenu .booking .bottom {
  width: 208px;
  height: 8px;
  background: url(images/booking-bottom.png) no-repeat top;
  }

#middle .leftMenu .booking .message {
  width: 190px;
  padding: 0 0 0 5px;
  font-size: 12px;
  font-weight: bold;
  }

#middle .leftMenu .booking .reservTable
	{
	width: 206px;
	}
#middle .leftMenu .booking .reservTable td
	{
	color: #5B4A45;
	}
#middle .leftMenu .booking .reservTable input, #middle .content .reservTable textarea
	{
	border: 1px solid #A9A09D;
	width: 100px;
	}
#middle .leftMenu .booking .reservTable select
	{
	border: 1px solid #A9A09D;
	font-size: 10px;
	}

#middle .leftMenu .booking .reservTable .resDesc
	{
	text-align: right;
	vertical-align: top;
	font-size: 9px;
	color: #F5F5F5;
	}
#middle .leftMenu .booking .reservTable .resSelect
	{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	width: 135px;
	text-align: left;
	}

#middle .leftMenu .booking .reservTable .submit
	{
	background: url(images/background-reserv-submit80.png) no-repeat top;
	width: 80px;
	height: 18px;
	border: 0px;
	padding-bottom: 4px;
	font-size: 10px;
	font-weight: bold;
	}
	
#middle .leftMenu .booking .reservTable .empty {
  border: solid 2px red;
  }
    
/* koniec rezervacii vlavo */
#middle .content
	{
	width: 620px;
	float: left;
	display: inline;
	margin-left: 35px;
	color: #5B4A45;
	}
#middle .content h1
	{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #3B2620;
	margin-top: 20px;
	margin-bottom: 20px;
	}
#middle .content .galleryItem
	{
	width: 150px;
	height: 150px;
	text-align: center;
	float: left;
	display: inline;
	}
#middle .content .galleryItem img
	{
	border: 2px solid #C1ABAF;
	}
#middle .content .galleryNavigation
	{
	height: 20px;
	}
#middle .content .galleryNavigation a
	{
	color: #260F08;
	}
#middle .content .galleryNavigation img
	{
	border: 0px;
	}
#middle .content .itemsRight
	{
	width: 150px;
	margin-left: 10px;
	float: right;
	display: inline;
	}

#middle .content .itemsRight img
	{
	border: 2px solid #C1ABAF;
	margin-bottom: 10px;
	}

#middle .content .reservTable
	{
	width: 200px;
	}
#middle .content .reservTable td
	{
	color: #5B4A45;
	}
#middle .content .reservTable input, #middle .content .reservTable textarea
	{
	border: 1px solid #A9A09D;
	width: 100px;
	}
#middle .content .reservTable select
	{
	border: 1px solid #A9A09D;
	font-size: 10px;
	}

#middle .content .reservTable .resDesc
	{
	text-align: right;
	vertical-align: top;
	font-size: 10px;
	width: 100px;
	}
#middle .content .reservTable .resSelect
	{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	width: 100px;
	text-align: left;
	}

#middle .content .reservTable .submit
	{
	background: url(images/background-reserv-submit80.jpg) no-repeat top;
	width: 80px;
	height: 18px;
	border: 0px;
	padding-bottom: 4px;
	font-size: 10px;
	font-weight: bold;
	}
	
#middle .content .reservTable .empty {
  border: solid 2px red;
  }
	
#middle .content .ornament
	{
	background: url(images/background-ornament.gif) no-repeat top;
	width: 621px;
	height: 64px;
	}
#middle .content a
	{
	color: #470210;
	font-weight: bold;
	}
/* * * * * * * *
 * Bottom
 * * * * * * * */
#middle .bottomMenu
  {
  background: #F9F9A7;
  }
   
#middle .bottomMenu .menuItem
  {
	text-decoration: none;
	margin-left: 10px;
	padding-left: 5px;
	float: left;
  }
#middle .bottomMenu .menuItem a
  {
  font-size: smaller;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
  }

#middle .bottomMenu .menuItem a:hover
  {
  color: #330066;
  }
  
#bottom
	{
	background: url(images/background-bottom.jpg) no-repeat top;
	text-align: left;
	width: 910px;
	height: 60px;
	}

#bottom .webra
	{
	padding-top: 45px;
	margin-right: 20px;
	text-align: right;
	color: #5A5A5A;
	}
#bottom .webra a
	{
	color: #5A5A5A;
	text-decoration: none;
	}
/* * * * * * * *
 * General
 * * * * * * * */
 form
 	{
 	margin: 0px;
 	}
.topper
	{
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	}
.clearer
	{
	clear: both;
	}
.hidden
	{
	display: none;
	}
.right
	{
	float: right;
	}

.akcie {
  background-color: lightgray; 
  float: left; 
  color: #660000; 
  width: auto; 
  height: 55px; 
  margin: 0 1px 10px 1px; 
  padding: 4px;
  border: 1px solid gray;
  }