@charset "windows-1251";
/* CSS Document */

/*  COLORS
	Orange: #a2bc56;
	Brown: #9d5e2c;
*/

/* HTML Tags */

html, body, div, span, img, p, em, ul, ol {
	margin: 0;
	padding: 0;
	border-width: 0;
}

body {
	color: #000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #f0e1cd;
	background-image: url(bg.jpg);
	lbackground-repeat: no-repeat;
	lbackground-position: center top;
	lbackground-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center 10px;
	background-attachment: fixed;
	
	line-height: normal;
}

a {
	color: #9d5e2c;
	text-decoration: none;
}

a:link, a:visited { text-decoration: none; }

a:hover, a:active { text-decoration: underline; }

h1, h2, h3, p.h1 {
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #9d5e2c;
	line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a2bc56;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5ex;
	margin-left: 0;
}
h2 {
	font-size: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

form h3 {
	font-size: 16px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	color: #9d5e2c;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	color: #879d2c;
	font-weight: bold;
}

hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #a2bc56;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
p, ul , table, h1.p {
	font-weight: normal;
	margin-bottom: 1em;
}

ul li {
	list-style-type: circle;
	white-space: normal;
	list-style-position: inside;
}
ul.coll {
	width: 50%;
	float: left;
	display: block;
}

br { clear: both; }

strong {
	font-weight: normal;
	font-style: italic;
}

img {
	padding: 5px;
	border: 1px solid #a2bc56;
	background-color: #FFF;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	vertical-align: top;
}

img.imageleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

img.imageright {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

:focus { outline-width: 0; }

table {
	background-color: #FFF;
	border: 1px solid #a2bc56;
}

td, th {
	border: 1px dotted #a2bc56;
	background-image: url(transp.png);
	background-repeat: repeat;
	background-color: #f0dcb9;
	margin: 5px;
	padding: 5px;
	width: auto;
}

th { 
	text-align: left;
	color: #9d5e2c; 
}

/*LAYOUT*/

#layout {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	font-size: 48px;
	font-style: normal;
	color: #fff;
	lcolor: #9d5e2c;
	padding: 20px;
	font-weight: normal;
}
#logo a {
	color: #f0e1cd; 
	text-decoration: none;
}

#logo span {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.25ex;
}


/*MENU*/

#menu {
	width: auto;
	display: block;
	line-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 2px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #a2bc56;
	border-bottom-color: #a2bc56;
	font-size: 18px;
	height: 40px;
}

#menu ul { 
}

#menu li {
	text-align: center;
	margin: 0;
	display: inline;
}

#menu a {
	float: left;
	margin-right: 1em;
	display: block;
	lcolor: #9d5e2c;
	color: #f0e1cd;
	font-weight: bold;
	font-style: italic;
}

#menu a:hover, #menu a#currentpage {
	cursor: pointer;
}

/*CONTENT*/

#content {
	clear: both;
	background-image: url(transp.png);
	background-repeat: repeat;
	padding: 20px;
	border-right-color: #a2bc56;
	border-left-color: #a2bc56;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	background-color: #fff;
}

#content p , #content li{ line-height: 1.5; }

#booking {
	display: block;
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #a2bc56;
	height: auto;
	width: 250px;
	background-color: #FFF;
}

form {
	margin: 5px;
	width: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 2px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #a2bc56;
	border-right-color: #a2bc56;
	border-bottom-color: #a2bc56;
	border-left-color: #a2bc56;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	background-image: url(transp.png);
	background-repeat: repeat;
	display: block;
	background-color: #f0e1cd;
}

input.text {
	width: 196px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: 1px solid #a2bc56;
	line-height: 20px;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 2px;
}
fieldset {
	border: 1px solid #a2bc56;
	margin-bottom: 5px;
	font-size: 14px;
}


#address {
	float: left;
	width: 250px;
	position: relative;
}

#map {
	background-image: url(map.gif);
	background-position: center center;
	background-color: #FFF;
	border: 1px solid #a2bc56;
	background-repeat: no-repeat;
	width: auto;
	height: 200px;
	position: relative;
	margin-left: 250px;
}
#map div {
	height: 190px;
	width: auto;
	border: 5px solid #FFF;
}


#copyrights {
	line-height: 40px;
	font-size: 14px;
	display: block;
	width: auto;
	margin-bottom: 3em;
	border-top-width: 3px;
	border-bottom-width: 2px;
	border-top-style: double;
	border-bottom-style: solid;
	border-top-color: #a2bc56;
	border-bottom-color: #a2bc56;
	padding-right: 20px;
	padding-left: 20px;
	color: #333;
	height: 40px;
	clear: both;
}

_#content { background-image: none; }