
* {
	margin: 0;
	padding: 0;
}

body {
	/*
	background: url(images/background.jpg) center center fixed no-repeat;
	#color: white;
	#color: gray;
	/**/
	font-family: "Times New Roman";
	font-variant: normal;
}

#background {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	#background-color: rgba(201, 215, 241, .6);
	background-color: rgba(255, 255, 255, .7);
	#background-color: rgba(0, 0, 0, .8);

}

#container {
	position: relative;
	width: 820px;
	margin: 0 auto;
}

#header {
	position: relative;
	margin-top: 10px;
	height: .95em;
	padding-top: 30px;
	text-align: center;
	font-family: Brush Script MT;
	font-size: 6em;
	/*/
	border-bottom: 2px solid;
  /**/
}

.stars {
	position: absolute;
	right: 0;
	color: red;
	font-weight: bold;
	font-size: 3em;
}

#lang_flags {
	position: absolute;
	right: 0;
	top: 0;
	width: 700px;
	text-align: right;
}

#navigation {
	position: absolute;
	text-align: center;
	width: 580px;
}

#navigation a {
	margin: 0 10px;
	font-family: Book Antiqua;
	font-weight: bold;
	font-size: 1.5em;
}

#content {
	padding: 40px 10px 0 10px;
	/*/
	border-right: 2px solid;
	/**/
	width: 580px;
	text-align: left;
}

#side {
	width: 200px;
	padding-top: 20px;
	position: absolute;
	right: 0;
}

ul {
	list-style: none;
}

#images {
	margin: 10px 0;
}

#images img {
	border: 1px solid;
	margin: 1px;
	width: 32%;
}

#submit_booking_status {
	display: block;
	text-align: center;
	padding: 10px 0;
	color: red;
	font-weight: bold;
}

#booking-form {
  width: 80%;
}

#booking-form input[type=text] {
  width: 400px;
}

#booking-form textarea {
  width: 400px;
  height: 200px;
}

#prices {
  margin: 10px auto;
  text-align: center;
}

#prices table {
  margin: 5px auto 0 auto;
  border-collapse: collapse;
}

#prices td:first-child {
  padding: 2px 5px 2px 0;
}

#prices td {
  padding: 2px 5px;
}

#prices td:last-child {
  padding: 2px 0 2px 5px;
}
