body {
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  color: black;
  margin: 0px;
  padding: 0px;
}

img {
  border: none;
}

a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

h1 {
  font-size: 120%;
  margin: 0px;
}

h2 {
  font-size: 110%;
  margin: 0px;
}

h3 {
  font-size: 100%;
  margin: 0px;
}

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;
}

#page {
  width: 100%;
  border-bottom: solid 1px black;
}

#header {
  height: 8em;
  border-bottom: solid 1px black;
  margin-bottom: 20px;
}

#languages {
  display: none;
}

#logoHotel .name {
  font-family: serif;
  font-size: 200%;
}

#logoHotel .location {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  display: block;
  font-size: 50%;
  font-weight: normal;
}

#logoHotel .stars {
  display: none;
}

#headerPhotogallery {
  display: none;
}

#menu {
  display: none;
}

#mainContent .photoIntro {
  float: right;
  border: solid 1px rgb(166,157,151);
  padding: 2px;
  margin: 0px 0px 10px 10px;
}

#footer {
  display: none;
}

#address {
  position: absolute;
  top: 0px;
  right: 0px;
}

#links {
  display: none;
}
