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(153,1,1);
  text-decoration: none;
}

a:hover {
  color: rgb(171,171,24);
  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;
  font-weight: bold;
}

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: 20px auto 0px auto;
	padding: 0px;
  }
  
#header {
  position: relative;
  z-index: 0;
	background-color: rgb(128,128,128); 
	height: 100px;
	margin: 0px auto 0px auto;
}

.headerIside {
  width: 990px;
  margin: auto;
  text-align: left;
}

/**********languages******************/

#languages {
  float: right;
  padding: 80px 0px 0px 0px;
  text-align: right;   
  color: white;
}


#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: 30px 10px 10px 0px;
  text-align: left;
  color: white;
  width: 455px

}

#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;
}

/*************************menu******************************/
#menu {
	background-color: rgb(153,0,0); 
	height: 70px;
	text-align: center;
}

#menu .menuInside {
	width: 990px;
  padding: 0px;
  margin: auto;
}

#menu ul {
  list-style: none;
  padding: 0px 0px 0px 245px;
  margin: 0px;
}

#menu ul li {
  float: left;
  z-index: 99;    
	height: 70px;
  display: block;  
  margin: 0px 0px 0px 0px;
  background-color: rgb(153,0,0);
  border-left: solid 1px white;
}

#menu ul li a {
  display: block;
  color: white;
  text-decoration: none;
  font-weight: bold; 
  padding: 28px 15px 29px 15px;
}

#menu ul li a:hover {
  color: black;
  background-color: rgb(204,205,51);
}
#menu .menuSelected a {
  color: black;
  background-color: rgb(204,205,51);
}

/*******main content***********************************************/

#mainContent {
  margin: 0px 0px 10px 240px;
  padding: 0px;
  text-align: left;
}

#mainContent .photoIntro img {  
  border: solid 1px rgb(153,1,1);
  float: right;
  margin: 20px 0px 0px 20px;
}

#mainContent .content {
  margin: 0px 300px 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;
}

/************************** left column ****************************/
#leftColumn {
  width: 215px;
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  text-align: right;
}

#photogallery {
  text-align: left;
  margin: 0px 0px 20px 8px;
  border: none;
}

#photogallery a {
  display: block;
  width: 93px;
  height: 69px;
  border: solid 1px rgb(153,1,1);
  margin: 14px 7px 0px 0px;
}

#photogallery a:hover {
  border: solid 1px rgb(204,205,51);
}

/********address******************************************************/

#address {
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 20px 0px;
  font-size: 100%;
  line-height: 16px;
  text-align: left;
  color: black;
}

#address H3, #forecast H3 {
  display: block;
  background-color: rgb(128,127,127);
  color: white;
  padding: 3px 3px 3px 4px; 
}

#forecast {
  margin: 20px 0px 10px 10px;
  text-align: left;
}

#forecast .perex {
  margin: 0px 0px 0px 35px;
  font-size: 90%;
  line-height: 14px;
}

#forecast .icon {
  float: left;
  margin-top: 3px;
}



/***************foooter*************************/



#footer {


}
.footerInside {
  margin: auto;
  padding: 0px 0px 0px 0px;
  text-align: right;
  width: 990px;
  position: relative;
}

#links {
  border-top: solid 1px rgb(153,1,1);
  font-size: 90%;
  padding: 10px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
}



