body {
	margin: 30px;
	background-image: url('images/background.jpg');
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#languages {
	width: 817px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: right;
}
#languages a {
	font-size: 12px;
	color: #555555;
	text-decoration: none;
	border: 1px solid #555555;
	padding: 2px;
}
#languages a:hover {
	background: #ffffff;
	color: #8A1919;
}
#languages a.active {
	background: #8A1919;
	color: #ffffff;
	border-color: #8A1919;
	font-weight: bold;
}
#container {
	border: 1px solid #000000;
	background: #ffffff;
	padding: 6px 0;
	width: 817px;
	margin: 0 auto;
	text-align: center;
}
#header {
	width: 806px;
	height: 156px;
	overflow: hidden;
	margin: 0 auto;
}
#nav {
	width: 762px;
	height: 40px;
	background-image: url('images/nav_shadow.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px 13px 12px 11px;
}
#nav a {
	width: 127px;
	height: 0px;
	display: block;
	float: left;
	overflow: hidden;
	padding-top: 40px;
}
#nav a#home { background-position: 0px 0px; }
#nav a#apartments { background-position: -127px 0px; }
#nav a#surrounding { background-position: -254px 0px; }
#nav a#location { background-position: -381px 0px; }
#nav a#booking { background-position: -508px 0px; }
#nav a#contact { background-position: -635px 0px; }

#nav a#home:hover { background-position: 0 40px; }
#nav a#apartments:hover { background-position: -127px 40px; }
#nav a#surrounding:hover { background-position: -254px 40px; }
#nav a#location:hover { background-position: -381px 40px; }
#nav a#booking:hover { background-position: -508px 40px; }
#nav a#contact:hover { background-position: -635px 40px; }

#nav.home a#home { background-position: 0 40px; }
#nav.apartments a#apartments { background-position: -127px 40px; }
#nav.surrounding a#surrounding { background-position: -254px 40px; }
#nav.location a#location { background-position: -381px 40px; }
#nav.booking a#booking { background-position: -508px 40px; }
#nav.contact a#contact { background-position: -635px 40px; }

h1 {
	font-size: 18px;
	margin: 10px 0;
	padding: 8px 65px 0 65px;
	text-align: left;
	background-image: url('images/title_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 33px;
}
#content {
	/*background-image: url('images/content_bg.jpg');*/
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 50px 20px 50px;
	text-align: left;
}
#content img.border {
	border: 4px solid #FAC4C4;
	padding: 3px;
	background: #ffffff;
}
#content p {
	margin: 0 0 10px 0;
	padding: 0;
}
#contact_form .text_field {
	font-size: 14px;
	color: #000000;
	width: 300px;
	padding: 2px 0;
	border: none;/*1px solid #999999;*/
	border: 1px solid #000000;
	background: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
}
#contact_form .text_box {
	font-size: 14px;
	color: #000000;
	width: 294px;
	height: 60px;
	padding: 2px 0;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	background: #f5f5f5;
	resize: none;
}
#contact_form .label {
	vertical-align: middle;
	text-align: right;
	color: #777777;
}
#contact_form .button {
	background: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#sys_err {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ff0000;
	background: #eeeeee;
	color: #ff0000;
	text-align: center;
}
#sys_msg {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #009900;
	background: #eeeeee;
	color: #009900;
	text-align: center;
}
#booking_form h2 {
	font-size: 14px;
	color: #000000;
	/*background: #8A1919;*/
	background: #eeeeee;
	padding: 2px;
	margin: 7px 0;
	width: 296px;
}
#booking_form label {
	display: block;
	color: #444444;
	margin-top: 4px;
	margin-bottom: 2px;
	font-size: 12px;
}
#booking_form .text_field {
	font-size: 12px;
	color: #000000;
	width: 300px;
	padding: 0;
	border: 1px solid #eeeeee;
	/*border-bottom: 1px dotted #000000;*/
	background: #fcfcfc;
}
#booking_form .select_field {
	font-size: 12px;
	color: #000000;
	padding: 0;
	border: none;
	border: 1px solid #eeeeee;
	background: #fcfcfc;
}
#booking_form .text_box {
	font-size: 12px;
	color: #000000;
	width: 294px;
	height: 60px;
	padding: 2px;
	border: 1px solid #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	background: #fcfcfc;
	resize: none;
}
#booking_form .active { border-color: #cccccc; background: #ffffe0;}
#booking_form .error { background: #ffbbbb; }
.red {
	color: #ff0000;
}
#booking_form #errors {
	border: #ff0000 1px solid;
	background: #ffbbbb;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 10px;
}
#booking_form p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#booking_form #errors p, #booking_form #sysmsg p {
	font-weight: bold;
	margin: 0;
}
#booking_form #sysmsg {
	border: #00ff00 1px solid;
	background: #bbffbb;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}
#gallery {
	text-align: center;
	padding-top: 20px;
	margin-top: 25px;
	border-top: 1px solid #cccccc;
}
#gallery a img {
	border: none;
}
#gallery #large_image {
	margin-top: 10px;
}
#pricelist {
	margin: 10px 0 2px 0;
	width: 100%;
}
#pricelist, #pricelist td {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
#pricelist #pricelist_header {
	background: #fac4c4;
	font-weight: bold;
	text-align: center;
}
#pricelist .price {
	text-align: right;
}
