body {
	position: relative;
	margin: 0; padding: 0;
	font-size: 1em;
	font: 76% Tahoma, Arial, Helvetica, sans-serif;
	background: #B9653C url('../img/bg.gif') repeat-x;
}
body#index {background: #B9653C url('../img/bg-index.gif') repeat-x;}
body#submeniu {background: #B9653C url('../img/bg-submeniu.gif') repeat-x;}

#body {
	position: relative;
	width: 100%;
	background: url('../img/bg-body.jpg') no-repeat 50% 0;
}
* html #body {text-align: center;}
#index #body {background: url('../img/bg-body-index.jpg') no-repeat 50% 0;}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 990px;
	padding-top: 350px;
}
* html #wrapper {text-align: left;}
#index #wrapper {padding-top: 410px;}
/* --- Standart Tag's --- */
h1, h2, h3, h4, form, dl, ul {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
small {display: block;}
fieldset {border: 0;}
h1 {display: none;}
/* --- End Standart Tag's --- */

.logo {
	position: absolute;
	top: 105px; left: 295px;
	display: block;
	width: 200px; height: 100px;
	text-indent: -999em;
	text-decoration: none;
}
#index .logo {
	top: 205px; left: 185px;
}
/* Languages */
#languages {
	position: absolute;
	top: 222px; left: 15px;
	list-style: none;
	padding: 0;
	font-size: .9em;
	text-transform: uppercase;
}
#index #languages {top: 316px;}
#languages li {float: left;}
#languages a {
	display: block;
	padding: 9px 0;
	width: 32px;
	text-align: center;
	color: #FCF3D8;
	text-decoration: none;
}
#languages a:hover, #languages a.active {
	color: #571700;
	background: url('../img/bg-languages.gif') no-repeat 50% 0;
}
/* End Languages */
/* Meniu */
#meniu {
	position: absolute;
	top: 254px; left: 0;
	list-style: none;
	padding: 0;
	font: 100% "Times New Roman", Times, Georgia, serif;
	font-size: 1.4em;
	font-weight: bold;
	width: 980px;
}
* html #meniu {top: 255px;}
#index #meniu {top: 348px;}
* html #index #meniu {top: 349px;}
#meniu li {float: left;}

#meniu a {
	display: block;
	padding: 11px 15px;
	color: #E3CCCC;
	text-decoration: none;
}

#meniu a:hover, #meniu a.active {
	background: url('../img/bg-meniu.gif') no-repeat 50% 34px;
}
#submeniu #meniu a:hover, #submeniu #meniu a.active {
	background: url('../img/bg-meniu-sub.gif') no-repeat 50% 34px;
}


#meniu ul {
	position: absolute;
	top: 43px; left: 0;
	list-style: none;
	padding: 0;
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	width: 980px;
}
#meniu ul a {
	padding: 4px 15px;
	font-size: .7em;
	color: #000;
}
#meniu ul a:hover {text-decoration: underline;}
#meniu ul a.active {font-weight: bold;}
/* End Meniu */
/* Top Navigation */
#top-navigation {
	position: absolute;
	top: 335px; left: 820px;
	list-style: none;
	padding: 0;
	z-index: 1;
}
#index #top-navigation {top: 410px;}
#top-navigation li {float: left; margin-right: 14px;}

#top-navigation a {
	display: block;
	width: 17px; height: 14px;
	text-indent: -999em;
	text-decoration: none;
}
#top-navigation .home {background: url('../img/ico-home.gif') no-repeat;}
#top-navigation .sitemap {background: url('../img/ico-sitemap.gif') no-repeat;}
#top-navigation .print {background: url('../img/ico-print.gif') no-repeat;}
/* End Top Navigation */
/* Structure */
#container {
	width: 100%;
	position: relative;
}

#block-left, #block-right {float: left;}

#block-left {width: 770px;}
#block-right {width: 220px; margin-top: 10px;}
#index #block-right {margin-top: 20px;}
/* End Structure */
/* Text */
#text {
	padding: 0 15px 0 15px;
	color: #FFF;
	line-height: 18px;
	text-align: justify;
}
#index #text {padding: 0;}

#text h2, #text h3 {
	font: 100% "Times New Roman", Times, Georgia, serif;
	color: #FFB47D;
	padding-bottom: 20px;
	font-weight: bold;
}
#text h2 {
	font-size: 1.65em;
	text-transform: uppercase;
}
#text h3 {font-size: 1.6em;}
#text h4 {font-size: 1em;}
#text p {margin: 0 0 1.5em 0;}
#text a {color: #FFB47D;}
#text ul {
	padding: 0 0 1.5em 25px;
	list-style: circle;
}
#text ul ul {padding-bottom: 0;}
#text li {padding: 2px 10px;}
#text table {
	border-collapse: collapse;
	border: 1px solid;
	border-color: #FFB47D;
	width: 100%;
}
* html #text table {font-size: 1em;}
#text td {
	padding: 5px;
	font-size: 1em;
	border-color: #FFB47D;
}
/* End Text */
/* Index */
#index-left, #index-right {float: left;}

#index-left {width: 375px; padding-left: 15px;}
#index-right {width: 305px; margin-left: 40px;}
* html #index-left {
	width: 390px;
	width/* */:/**/375px;
}
#index-right {
	border-top: 1px solid #FFB47D;
	border-bottom: 1px solid #FFB47D;
	padding: 10px 0;
	position: relative;
}
#index-right div {padding: 0 20px;}
#index-right .more {
	font-size: .9em;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 50px;
	padding: 1px 0;
	text-align: center;
	background: url('../img/bg-more.gif') no-repeat 50% 50%;
}


#index #text #index-right div p {margin: 0;}
#index #text h2 {padding-bottom: 10px; font-size: 1.5em;}
/* Index */
/* Modules */
#text .detail-top, #text .detail-bottom {
	position: absolute;
	right: 95px;
	width: 35px; height: 8px;
	background: url('../img/detail.gif') no-repeat;
	z-index: 1;
}
#text .detail-top {top: -4px;}
#text .detail-bottom {bottom: -4px;}

#text .sitemap {
	position: relative;
	width: 100%;
	padding-top: 1.5em;
	border-top: 1px solid #FFB47D;
	border-bottom: 1px solid #FFB47D;
}


#text form h3 {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	border-top: 1px solid #FFB47D;
	padding: 5px 0;
}

#text .reservation {
	position: relative;
	width: 480px;
	padding: 0 0 1.5em 0;
}
#text label {
	float: left;
	display: block;
	width: 220px;
	font-weight: bold;
	padding-top: 2px;
}
#text label.req {background: url('../img/bg-req.gif') no-repeat 100% 100%;}
#text fieldset {padding: 8px 5px 8px 50px;}
#text fieldset.line {
	padding: 5px 0;
	border-top: 1px solid #FFB47D;
	position: relative;
	width: 100%;
}
#text fieldset span {
	font-size: .9em;
	color: #FFB47D;
	display: block;
	text-align: right;
	margin-right: 35px;
}

#text .txtfld {
	border: 1px solid #6F3D24;
	width: 165px;
	padding: 3px 0;
	background: #FBEED1;
}
#text .cal {
	border: 1px solid #B9653C;
	width: 18px; height: 18px;
	background: #B9653C url('../img/bg-calendar.gif') no-repeat 50% 50%;
	cursor: pointer;
}
* html #text .cal {height: 25px;}
#text .star {
	font-size: .9em;
	color: #FFB47D;
	display: block;
	padding: 5px 0 5px 22px;
	background: url('../img/bg-req.gif') no-repeat -6px 50%;
}
#text .conf {
	font-size: .9em;
	color: #FFB47D;
	display: block;
	padding-bottom: 10px;
}

#text .submit, #text .sumbit {
	border: 1px solid #723F25;
	background: #AFAFAF;
	color: #181818;
	cursor: pointer;
}

#text .error {color: #6C080A; font-size: .9em;}
#text textarea {
	font: 76% Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #6F3D24;
	width: 165px; height: 80px;
	overflow: auto;
	margin-bottom: 10px;
}


#text .news {
	position: relative;
	width: 100%;
	border-top: 1px solid #FFB47D;
	padding: 1.5em 0;
}
#text #pager {
	text-align: left;
}
#text #pager a {
	display: block;
	float: left;
	padding: 2px 0;
	width: 22px;
	text-align: center;
	margin-right: 5px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#text #pager a:hover, #text #pager a.active {
	background: #CF7E50;
}

#text .gallery {
	border: 0;
	width: 100%;
}
#text .gallery img {border: 0;}
#text .gallery td {
	width: 50%;
	vertical-align: top;
	text-align: right;
	font-size: .9em;
}
/* End Modules */
/* Contacts */
#contacts {
	padding: 0 15px;
	color: #FEFBEB;
	line-height: 16px;
	margin-bottom: 15px;
}
#contacts p {margin: 0;}
#contacts a {color: #FEFBEB;}
#contacts a.map {
	font-weight: bold;
	color: #FFB47D;
	text-decoration: none;
}
/* End Contacts */
/* Footer */
#footer {
	position: relative;
	width: 400px;
	margin-left: 15px;
	padding: 40px 0 20px 0;
	font-size: .8em;
	color: #FFB47D;
	background: url('../img/bg-footer.gif') no-repeat 0 10px;
}
#footer p {margin: 0;}
#footer a {color: #FFB47D;}
#footer .member {
	position: absolute;
	top: 40px; right: 0;
	width: 65px; height: 30px;
	padding-right: 70px;
	font-size: 1.1em;
	color: #FFF;
	text-decoration: none;
	background: url('../img/bg-member.gif') no-repeat 100% 50%;
}
* html #footer .member {
	width: 135px;
	width/* */:/**/65px;
}

/* End Footer */

.wall {
	display: block;
	width: 190px; height: 185px;
	margin: 0 15px;
	white-space: normal;
	text-indent: -999em;
	text-decoration: none;
}
#block-right .lt {background: url('../img/bg-wall-lt.jpg') no-repeat;}
#block-right .en {background: url('../img/bg-wall-en.jpg') no-repeat;}
#block-right .pl {background: url('../img/bg-wall-pl.jpg') no-repeat;}
#block-right .ru {background: url('../img/bg-wall-ru.jpg') no-repeat;}
#block-right .de {background: url('../img/bg-wall-de.jpg') no-repeat;}


.clear {
	clear: both;
	width: 100%;
}


/* EDITED */

.forma {
	width: 460px;
}

	.forma table {
		margin-left: 30px;
	}
	
	.forma table td .txtfld {
		position: relative;
		top: 1px;
	}
	
	.forma table td {
		padding: 0 !important;
	}
	
.required {
	border: 1px solid #f00 !important;
	background: #EF98A0 !important;
}

.gallery {
	display: block;
	margin: 0 0 0 100px;
}

.gallery li {
	float: left;
	list-style: none;
	margin: 0 30px 30px 0;
	padding: 0 !important;
}

	.gallery li a {
		border: 2px solid #B9653C;
		float: none;
		display: block;
	}
	
	.gallery li a:hover {
		border: 2px solid #eaeaea;
	}
	
		.gallery li a * {
			display: block !important;
			float: none !important;
		}
		
#mask {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
	background: #fff;
	top: 0;
	left: 0;
}

#wnd {
	position: absolute;
	z-index: 2;
	display: none;
	background: #FBEED1;
	left: 50%;
	top: 50%;
	padding: 10px;
	cursor: pointer;
	width: 640px;
	height: 480px;
}

#hotel {
	text-transform:none;
	color:#FCF3D8;
	margin-top:8px;		
	margin-left:11px;
}
