@charset "windows-1251";
/* CSS Document */

/*  COLORS
	Olive: #929B3D;
	Orange: #D09B2C;
	Lilac: #8E739A;
	Green: #006A44;
	Gray: #D7CFCD;
	Light Gray: #f4f3f1;
*/

/* 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: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #f4f3f1;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-position: center 10px;
	background-attachment: fixed;
	line-height: normal;
}

a {
	color: #929B3D;
	text-decoration: none;
}

a:link, a:visited { text-decoration: none; }

a:hover, a:active { text-decoration: underline; }

h1, h2, h3 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #D09B2C;
	line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8E739A;
	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;
}

h3 {
	font-size: 16px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8E739A;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


p, li {
	font-weight: normal;
	margin-bottom: 1em;
}

ul li {
	list-style-type: disc;
	white-space: normal;
	list-style-position: inside;
}
strong { font-weight: bold; 
	color: #000;}

img {
	padding: 5px;
	border: 1px solid #8E739A;
	background-color: #FFF;
	display: block;
}

img.imageleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

img.imageright {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

:focus { outline-width: 0; }

/*LAYOUT*/

#layout {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	font-size: 48px;
	font-style: italic;
	color: #8e739a;
	padding: 20px;
}
#logo a {
	color: #8E739A;
	text-decoration: none;
}

#logo span {
	font-size: 30px;
	font-weight: bold;
}


/*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: #8E739A;
	border-bottom-color: #8E739A;
	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;
	color: #929B3D;
	font-weight: bold;
}

#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: #8E739A;
	border-left-color: #8E739A;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	background-color: #fff;
}


th{background-color:#e2e2e2;padding:10px}
td{background-color:#e2e2e2;padding:10px 0;border:1px solid #e2e2e2;text-align:left}
td.mm{background-color:#e2e2e2;padding:10px}


#booking {
	display: block;
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #8E739A;
	height: auto;
	width: 250px;
	background-color: #FFF;
}

form {
	background-color: #F4F3F1;
	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: #8E739A;
	border-right-color: #8E739A;
	border-bottom-color: #8E739A;
	border-left-color: #8E739A;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	lbackground-image: url(form.png);
	lbackground-color: #F4F3F1;
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
}

input.text {
	width: 196px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: 1px solid #8E739A;
	line-height: 20px;
	height: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	padding-left: 2px;
}

textarea.text {
	width: 196px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: 1px solid #8E739A;
	line-height: 20px;
	height: 80px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	padding-left: 2px;
}

fieldset {
	border: 1px solid #8E739A;
	margin-bottom: 5px;
}


#address {
	float: left;
	width: 250px;
	position: relative;
}

#map {
	background-image: url(map.png);
	background-position: center center;
	background-color: #FFF;
	border: 1px solid #8E739A;
	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: #8E739A;
	border-bottom-color: #8E739A;
	padding-right: 20px;
	padding-left: 20px;
	color: #333;
	height: 40px;
	clear: both;
}

