html, body, img, h1, #header, #page, #footer, #header ul, #gallery ul, #footer p, .pricelist {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}

#main, #header, #page, #footer, #logo, #language, #menu, #content, #context, #gallery, #gallery span, #gallery img, .image img, span.big {
	display: block;
	overflow: hidden;
}

html, body {
	text-align: center;
}

body {
	background: #E5E5C9 url(../img/body.gif) top center repeat-x;
}

#logo, #page, #gallery {
	text-align: left;
}

#language, #menu, .right {
	text-align: right;
}

#main {
	width: 100%;
	left: 0px;
	background: url(../img/main.jpg) top center no-repeat;
}

#header, #page {
	width: 960px;
	clear: both;
}

#footer {
	background: url(../img/footer.gif) top center no-repeat;
	padding-top: 30px;
/*	height: 45px; */
}

#content {
	width: 475px;
	float: left;
	padding-right: 5px;
	min-height: 290px;
}

#context {
	width: 450px;
	float: right;
	padding-right: 30px;
	min-height: 290px;
}

#content .box {
	padding: 0px 25px 0px 25px;
}

#context .box {
	padding: 25px 25px 0px 25px;
}

#card {
	padding: 0px 25px 0px 25px;
}

#card {
	margin-bottom: 25px;
}

#gallery {
	clear: both;
}

h1 {
	height: 25px;
	line-height: 25px;
}

#language {
	height: 50px;
}

#logo {
	padding-top: 75px;
	height: 100px;
}

#language ul {
	padding-right: 50px;
	float: right;
}

#language li {
	display: block;
	list-style: none;
	float: left;
	text-align: center;
	height: 50px;
	line-height: 50px;
	width: 100px;
}

#menu ul {
	padding-right: 25px;
	float: right;
}

#menu li {
	display: block;
	list-style: none;
	float: left;
	text-align: center;
	height: 50px;
	line-height: 50px;
	padding-left: 25px;
}

.button {
	display: block;
	float: right;
	text-align: center;
}

.rates {
	display: block;
	text-align: center;
}

#language a, #menu li a, .button a, .rates a {
	display: block;
	height: 50px;
	line-height: 50px;
}

#menu li a.active, #menu li a:hover {
	background: url(../img/menu.png) center no-repeat;
}

#menu li.booking a, .button a {
	background: url(../img/booking.png) center no-repeat;
	width: 200px;
}

#menu li.booking a:hover, .button a:hover {
	background: url(../img/bookinghover.png) center no-repeat;
}

#footer p {
	padding-bottom: 10px;
}

#gallery {
	/*background: #992626;*/
	margin-left: 30px;
	margin-right: 30px;
}

#gallery li {
	display: block;
	float: left;
	text-align: center;
	width: 150px;
}

#gallery li a {
	display: block;
	padding: 22px;
	background: #F2F2E4;
	border: 1px solid #F8F8F1;
	margin: 1px;
	position: relative;
}

.image {
	display: block;
	width: 100px;
	float: left;
	padding: 17px;
	border: 6px solid #F2F2E4;
	margin: 1px 26px 16px 1px;
}

#gallery li a:hover {
	display: block;
	padding: 22px;
	background: #F8F8F1;
	border: 1px solid #FFFFFF;
	margin: 1px;
}

.pricelist {
	list-style-position: inside;
}

.pricelist li {
	padding-bottom: 5px;
}

#menu img, #context p.right img, .button img, #gallery img.icon {
	border: none;
	display: inline;
	vertical-align: middle;
}

#gallery span {
	position: absolute;
	left: 0px;
	width: 150px;
	text-align: center;
}

#context img, #gallery img, .image img {
	border: 1px solid #FFFFFF;
}

iframe, #card {
	background: #E5E5C9;
	border: 1px dashed #999926;
}

input, textarea {
	width: 250px;
}

input.auto {
	width: auto;
}

.displaynone {
	display: none;
}
#credits {
	color: #bfbe77;
	font-size: 80%;
	margin-top: 15px;
}
#credits a {
	color: #bfbe77;
	text-decoration: none;
}

.rates a {
	background: url(../img/booking.png) center no-repeat;
	width: 200px;
}

.rates a:hover {
	background: url(../img/bookinghover.png) center no-repeat;
}

p.left {
	float:left;
	margin: 0px 0px 0px -10px;
	padding: 0px;
}