@charset "utf-8";
@import url('jquery.fancybox.css');
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	line-height: 1.5;

}
ol li {
	line-height: 1.5;
	list-style-type: decimal;
	margin-left: 18px;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	background: #c7b198 url(../images/body_back.gif) left top repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

/* 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;
}

.programColumn {
	float: left;
	display: block;
	margin: 10px 0px 10px 15px;
	width: 400px;
}

.programColumn h2, .turisticColumn h2 {
	font-size: 16px;
	color: #000;
	padding-bottom: 10px;
}

.turisticColumn {
	float: right;
	margin: 10px 15px 10px 0;
	width: 200px;
	text-align: right;
}

/* 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;
}
