@charset "utf-8";
/* CSS Document */

body {
	background: #c7b198 url(../images/body_back.gif) left top repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

.clear {
	clear: both;
}

/* Header */
#header {
	margin: 0 auto;
	width: 813px;
	height: 252px;
	background: url(../images/header.jpg) left top no-repeat;
	position: relative;
}

h1.logo {
	float: left;
	width: 209px;
	height: 104px;
	text-indent: -10000px;
	background: url(../images/logo.jpg) left top no-repeat;
	margin-top: 1px;
	overflow: hidden;
}

ul#menu {
	position: absolute;
	top: 116px;
	left: 20px;
	width: 177px;
}

ul#menu li {
	border-bottom: 1px dotted #fff;
}

ul#menu a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 1px 0px 1px 0px;
	padding: 3px 0px 3px 5px;
}

ul#menu a:hover, ul#menu li#onpage a {
	background-color: #b7926a;
	color: #593713;
}

/* Content */
#content {
	margin: 0 auto;
	width: 813px;
	background: url(../images/content_back.jpg) left top no-repeat;
	min-height: 337px;
	height: auto;
	_height: 337px;
}

.column {
	float: left;
	width: 240px;
	margin: 10px 0px 10px 15px;
}

.twocolumn {
	float: left;
	width: 500px;
	margin: 10px 0px 10px 15px;
}

.column h2, .twocolumn h2 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	padding: 0px 5px 15px 5px;
}

h2 span.no {
	color: #593713;
}

.column p, .twocolumn p {
	padding: 0px 5px 10px 5px;
	line-height: 13px;
}

ul.list {
	padding: 0px 5px 5px 5px;
}

ul.list li {
	padding: 0px 0px 8px 15px;
	background: url(../images/list_icon.gif) left top no-repeat;
}

/* Styles */
.pret {
	color: #593713;
}

.btn {
	border: 1px solid #593713;
	background-color: #dec7af;
	color: #593713;
}

.btn:hover {
	background-color: #b18e6a;
}

/* Rezervari form */
.req {
	height: 30px;
}

label {
	float: left;
	display: block;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	padding-top: 6px;
}

.inp {
	border: 1px solid #593713;
}

/* Gallery */
.gal a {
	float: left;
	margin: 0 30px 10px 0;
	border: 2px solid #ab855d;
}

.gal a:hover {
	border: 2px solid #fff;
}

/* Footer */
#footer {
	margin: 0 auto;
	width: 813px;
	height: 91px;
	background: url(../images/footer_back.jpg) left top no-repeat;
	position: relative;
}

ul#fmenu {
	margin-left: 10px;
	padding-top: 10px;
}

ul#fmenu li {
	float: left;
	border-right: 1px solid #000;
	padding-bottom: 3px;
}

ul#fmenu li.last {
	border-right: none;
}

ul#fmenu li a {
	color: #000;
	font-size: 10px;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
}

ul#fmenu a:hover {
	border-bottom: 1px dotted #000;
}

#zona51 {
	position: absolute;
	color: #fff;
	font-size: 10px;
	padding-bottom: 3px;
	top: 11px;
	left: 550px;
}

#zona51 a {
	color: #fff;
	text-decoration: none;
}

#zona51 a:hover {
	border-bottom: 1px dotted #fff;
}