html, body {
	margin: 0;
	background-color: #998575;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	
	/* src: url(ESPRUAR1.eot); */
}

h2 {
	color: #6d0404;
	font-size: 12pt;
}

h4 {
	float: left;
	margin: 0;
	color: #6d0404;
	font-size: 10pt;
}

img {
	border: 0px;
}

form img {
	margin-top: 4px;
	margin-left: 160px;
	margin-bottom: 4px;
}

label {
	width: 160px;
	float: left;
	text-align: left;
}

form {
	width: 400px;
}

input, select, textarea {
	width: 200px;
}

select {
	margin-bottom: 4px;
	border: solid 2px #998575;
}

input {
	margin-bottom: 3px;
	border: solid 2px #998575;
}

input#reset, input#submit {
	width: 80px;
}

textarea {
	height: 110px;
	border: solid 2px #998575;
}

.table {
	display: table;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
	padding: 6px;
}

.cell_title {
	color: #6d0404;
	font-weight: bold;
}

.td1 {
	width: 260px;
}

.td2 {
	width: 80px;
}

.td3 {
	width: 350px;
}

.container {
	position: absolute;
	width: 100%;
	height: 859px;
	top: 0px;
	background-image: url(../images/background.gif);
}

.logo {
	position: absolute;
	margin-left: -638px;
	left: 50%;
}

#shadow_left {
	position: absolute;
	width: 10px;
	height: 100%;
	float: left;
	margin-left: -399px;
	left: 50%;
}

#shadow_right {
	position: absolute;
	width: 10px;
	height: 100%;
	float: right;
	margin-right: -401px;
	right: 50%;
}

/* Only use for Firefox */
html > body #shadow_left {
	background-image: url(../images/shadow_left.png);
	background-repeat: repeat-y;
}

html > body #shadow_right {
	background-image: url(../images/shadow_right.png);
	background-repeat: repeat-y;
}

.header {
	background-color: #ffffff;
	position: absolute;
	width: 778px;
	height: 198px;
	float: left;
	margin-left: -389px;
	left: 50%;
	border: solid 1px #ffffff;
	z-index: 5;
}

.header_picture_left {
	position: absolute;
	border: 0px;
}

.header_picture_middle {
	position: absolute;
	left: 259px;
	border: 0px;
}

.header_picture_right {
	position: absolute;
	right: 0px;
	border: 0px;
}

.navigation {
	position: absolute;
	width: 778px;
	height: 30px;
	margin-left: -389px;
	top: 200px;
	left: 50%;
	background-color: #6d0404;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	z-index: 6;
}

.navigation a {
	display: block;
	position: absolute;
	float: left;
	width: 100px;
	height: 23px;
	padding-top: 7px;
	border-left: solid 1px #ffffff;
	font-family: Arial, sans-serif;
	color: #c7b299;
	text-decoration: none;
	text-align: center;
}

.navigation a:hover {
	color: #f7941d;
	background-color: #f5db03;
}

#btn_pension {
	right: 430px;
}

#btn_booklet {
	right: 330px;
}

#btn_apartment {
	right: 230px;
}

#btn_map {
	right: 130px;
}

#btn_booking_request {
	width: 130px;
	right: 0px;
}

.content {
	position: absolute;
	width: 778px;
	height: 600px;
	float: left;
	top: 230px;
	margin-left: -389px;
	left: 50%;
	background-color: #c7b299;
	border: solid 1px #ffffff;
	z-index: 4;
}

.content h1 {
	color: #998575;
	font-size: 16pt;
	font-weight: normal;
}

.content_center {
	position: absolute;
	width: 400px;
	height: 500px;
	margin-top: 30px;
	margin-left: -200px;
	left: 50%;
}

.content_center a {
	color: #6d0404;
	text-decoration: underline;
}

.welcome {
	margin-top: 30px;
	margin-right: 80px;
	margin-left: 80px;
	text-align: justify;
	font-size: 11pt;
}

.welcome a {
	color: #6d0404;
}

.message_ok {
	width: 767px;
	min-height: 25px;
	line-height: 25px;
	padding-left: 5px;
	background-color: #cfffb8;
	border: solid 3px #4ec315;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #4ec315;
	vertical-align: middle;
}

.message_failed {
	width: 767px;
	min-height: 25px;
	line-height: 25px;
	padding-left: 5px;
	background-color: #e88e99;
	border: solid 3px #c9041b;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #c9041b;
	vertical-align: middle;
}

.required {
	color: #6d0404;
}

div.required {
	position: absolute;
	top: 0px;
	right: 0px;
}

.gallery {
	position: absolute;
	left: 4px;
	bottom: 15px;
}

.footer {
	position: absolute;
	width: 778px;
	height: 30px;
	float: left;
	bottom: 0px;
	margin-left: -389px;
	left: 50%;
	background-color: #6d0404;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	z-index: 3;
}

.footer a {
	display: block;
	position: absolute;
	float: left;
	top: 11px;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #c7b299;
	text-decoration: none;
}

#btn_imprint {
	right: 70px;
}

#btn_contact {
	right: 10px;
}