body {
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  color: black;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

table,td
{
	font-size: 100%;
}

u {
  border: none;
}

a {
  color: rgb(0,51,153);
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: none;
}

h1 {
  font-size: 140%;
  color: rgb(24,83,141);
  margin: 0px;
  font-weight: bold;
  color: black;
}

h2 {
  font-size: 110%;
  margin: 0px;
}

h3 {
  font-size: 100%;
  margin: 0px;
}

img {
  border: none;
}

.layout {
  border-collapse: collapse;
}

select, .inputItem, button {
  font-size: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inputItem {
  border: solid 1px black;
}

button {
  border: solid 0px gray;
  background-color: gray;
  color: white;
  cursor: pointer;
}

li {
	text-align: left;
}

.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

#page { 
  position: relative; 
  background-color: white;
  }
.pageInside { 
  position: relative; 
  width: 990px; 
	margin: 0px auto 0px auto;
	padding: 0px;
  }
  
#header {
  position: relative;
  z-index: 0;
  background-image: url('../img/headerBg.jpg');
	background-repeat: repeat-x; 
	height: 201px;
	margin: 0px auto 20px auto;
}

.headerIside {
  width: 990px;
  margin: auto;
  text-align: left;
}

.headerRightColumn {
  float: right;
  width: 545px;
  margin-top: 60px;
}
/**********languages******************/

#languages {
  float: right;
  padding: 0px 0px 0px 0px;
  text-align: right;   
  color: white;

}

#languages .selected {
  color: rgb(243,229,158);
}

#languages .flag {
  border: 0px;
  padding-bottom: 5px;
}

#languages ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#languages ul li {
  padding-bottom: 0px;
  float: left;
}

#languages ul li a {
  font-weight: normal;
  color: white;
  text-decoration: none;
}

#languages ul li a:hover {
  text-decoration: underline;
}

#languages ul li .selected {
  color: white;
}

/**********konec languages******************/


#logoHotel {
  position: relative;
  padding: 40px 10px 10px 0px;
  text-align: left;
  color: white;
}

#logoHotel H2 {
  font-size: 250%;
  padding-top: 0px;
  font-weight: bold;
  color: white;
}

#logoHotel .location {
  display: block;
  font-size: 130%;
  padding-top: 6px;
  font-weight: bold;
  color: rgb(204,205,51);
}

#logoHotel .stars {
  position: relative;
  width: 140px;
  border-bottom: solid 1px rgb(221,111,0);
}

#logoHotel .stars img {
  position: relative;
  top: 7px;
}

#headerPhotogallery {
  width: 442px;
}

#headerPhotogallery a {
  display: block;
  float: left;
  width: 67px;
  height: 49px;
  border: solid 1px white;
  margin: 14px 3px 0px 0px;
}

#headerPhotogallery a:hover {
  border: solid 1px black;
}

/*************************menu******************************/

#menuTop {
  background-image: url('../img/menu-top.gif');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px;
	padding: 0px;
	width: 227px;
	height: 16px;
}

#menu {
	margin: 0px;
	width: 227px;
	background-image: url('../img/menu-bg.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

#menuBottom {
  background-image: url('../img/menu-bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	height: 22px;
}

#menu ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#menu ul li {
  background-image: url('../img/menuItemBg.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
  position: relative;
  z-index: 99;    
  width: 206px;
  height: 33px;
  display: block;  
  margin: 0px 11px 0px 10px;
}

#menu ul li a {
  display: block;
  color: white;
  text-decoration: none;
  font-weight: bold; 
  padding: 6px 0px 6px 20px; 
}

#menu ul li a:hover {
  color: black;
}
#menu .menuSelected a {
  color: black;
}


/******************************************************/
#leftColumn {
  width: 227px;
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

/*******main content***********************************************/

#mainContent {
  margin: 0px 0px 10px 240px;
  padding: 0px;
  text-align: left;
}

#mainContent .contPhotoIntro {
  width: 284px;
  float: right;
  background-image: url('../img/pic-top.gif');
	background-repeat: no-repeat;
	background-position: top left;
  padding: 16px 0px 22px 0px;
  margin: 20px 0px 0px 20px;
  text-align: center;
}

#mainContent .contPhotoIntro .photoIntro {
  background-image: url('../img/pic-bg.gif');
	background-repeat: repeat-y;
  padding: 0px 4px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#mainContent .contPhotoIntro .bottom {
  background-image: url('../img/pic-bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px;
	padding: 0px;
	width: 284px;
	height: 22px;
}

#mainContent .contPhotoIntro .photoIntro img {  
  border: solid 1px white;
}

#mainContent .content {
  margin: 0px 50px 0px 0px;
}

#mainContent h1 {
  font-size: 140%; 
  margin: 0px 0px 20px 0px;
}

#mainContent h1 .address {
  font-size: 70%;
  font-weight: normal;
}

#services {
  text-align: left;
  margin: 20px 0px 40px 0px;
  width: 480px;
}

#services img {
  border-top: solid 2px gray;
  border-bottom: solid 2px gray;
  padding: 2px 0px 2px 0px;
}


/********address******************************************************/

#address {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  font-size: 100%;
  line-height: 16px;
  text-align: right;
  color: black;
}

#address a {
  text-decoration: none;
  font-weight: normal;
}

#address a:hover {
  text-decoration: underline;
}

#forecast {
  width: 227px;
  height: 122px;
  background-image: url('../img/pocasi-bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
  color: rgb(19,76,133);  
  padding: 20px 20px 10px 20px;
  text-align: left;
  line-height: 14px;

}
#forecast .perex {
  margin: 6px 0px 0px 35px;
  font-size: 90%;
  color: black;
  width: 140px;
}
#forecast .icon {
  float: left;
  margin-top: 7px;
}



/***************foooter*************************/



#footer {
  background-image: url('../img/footerBg.gif');
  background-repeat: repeat-x;
  background-position: top left;
  background-color: rgb(179,179,179);
  height: 100px;

}
.footerInside {
  margin: auto;
  padding: 0px;
  text-align: left;
  width: 990px;
  position: relative;
}

.footerInside .email {
  position: absolute;
  top: 0px;
  left: 473px;
  width: 517px;
  height: 48px;
  background-image: url('../img/email.gif');
  background-repeat: no-repeat;
  background-position: top left;
  color: white;
  padding: 10px 0px 0px 0px;
  text-align: right;
}

.footerInside .email a {
  color: white;
  display: block;
  padding-right: 20px;
}

.footerInside .email a:hover {
  color: black;
}

#links {
  font-size: 90%;
  color: white;
  text-align: right;
  padding: 60px 10px 0px 0px;
}

#links a {
  color: white;

}

#links a:hover {
  color: black;

}



/***************Navigace Fotogalerie*************************/

.NavPhotoDet
{
 background-image: url('../img/email.gif');
	background-repeat: repeat-x; 
	height: 19px;
	margin: 0px auto 20px auto;
 }


.NavPhotoDet td
{
	
	 
}

#lblPrevGalerie
{
	margin-left:10px;
}

.NavPhotoDet a
{
		color: White;
	   font-weight:bold;
	 

}


.NavPhotoDet a:hover {

	color:Black;
   
}

.LinkPhoto
{
	margin-left: 5px;

}

.ActNumPhoto
{
	margin-left: 5px;
}