body {
  background-color: #000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
  font-size: 160%;
}

h2 {
  font-size: 140%;
}

h3 {
  font-size: 120%;
}

#main {
  width: 950px;
  margin: auto;
  font-size: 20px;
  font-family: Times New Roman;
  font-style: italic;
  color: #f9a44f;
}

#main a {
  color: #f9a44f;
  font-size: 22px;
}

#header {
  height: 200px;
  background: black url('/images/header.png') no-repeat;
}

#header a {
  display: block;
  height: 200px;
  text-indent: -9999px;
}

#menu {
  width: 280px;
  height: 850px;
  float: left;
  background: black url('/images/menu.png') no-repeat;
}

#menu ul {
  list-style-type: none;
  margin-top: 10px;
}

#menu ul li {
  margin-top: 2px;
}

#menu a {
  display: block;
  height: 44px;
  text-indent: -9999px;
}

#content {
  background-color: red;
  margin-left: 280px;
  padding: 25px;
  background: black url('/images/endofzet.png') no-repeat;
}

img {
  border: 1px solid black;
}

ul.photos {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.photos li {
  display: inline;
}

div.hr {
  height: 8px;
  background: black url('/images/hr.png') no-repeat;
  padding-bottom: 10px;
}

hr {
  display: none;
}

.vcard {
  margin-bottom: 10px;
}

.vcard p {
  margin: 0;
}

.geo {
  display: none;
}

#map {
  width: 100%;
  height: 600px;
  margin-bottom: 20px;
  font-size: 12px;
}

#map a {
  font-size: 12px;
}

#map .infoWindow {
  font-size: 16px;
}

#map .infoWindow a {
  font-size: 18px;
}

#map .infoWindow .publicTransport {
  display: none;
}
