/* ******************************************************************** */
html, body {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	background: #004e0e url(../img/bg_body.jpg);
}

body {
	font: normal normal 63% Arial;
}

body.inner {
	background: #004e0e url(../img/bg_body_in.jpg);
}

/* ***************     IE !!!! *************** */
* html .box {
	margin-left: -999px;
}

* html .minwidth {
	padding-left: 999px;
}

* html .minwidth,* html .box, * html .layout{
	height: 1px;
	position: relative;
}

/* ******************************************************************** */
a, a:visited {
	font: normal normal 100% Arial;
	color: #e0da00;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

p {
	font: normal normal 120% Arial;
	color: #fff;
	padding: 5px 0;
	margin: 0px;
	text-align: justify;
}

h1 {
	font: normal bold 300% Arial;
	color: #360;
	padding: 0;
	margin: 0;
	text-align: left;
	white-space: nowrap;
	text-transform: uppercase;
	text-indent: 0;
}

h2 {
	font: normal normal 160% Arial;
	color: #0d6386;
	padding: 0 0 0 15px;
	margin: 0;
	text-align: left;
}

img {
	border: none;
}

.png {
	behavior: url(css/iepngfix.htc);
	border: none;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}

.aright {
	text-align: right;
}

.aleft {
	text-align: left;
}

.acntr {
	text-align: center;
}

.strong {
	font-weight: bold;
}

/* ********************  ************************ */
#all{
	text-align: left;
	margin: 0 auto;
	min-width: 999px;
	zoom: 1;
	overflow: hidden;
/*	border: 1px solid red;*/
}

#head {
	position: relative;
	height: 240px;
}

#container {
	position: relative;
}

#center {
	position: relative;
	zoom: 1;
	overflow: hidden;
}

#foot{
	position: relative;
	height: 180px;
	zoom: 1;
	overflow: hidden;
	margin: 20px auto 0 auto;
	width: 840px;
}

.clear {
	clear: both;
	font-size: 0%;
	overflow: hidden;
}

/* **************  ************** */
#logo {
	position: relative;
	background: url(../img/logo.png) no-repeat;
	width: 841px;
	height: 220px;
	behavior: url(css/iepngfix.htc);
	margin: 20px auto 0 auto;
}

#headmenu {
	position: relative;
	zoom: 1;
	overflow: hidden;
	margin-top: -170px;
/*	border: 1px solid red;*/
}

#language { 
	position:relative; 
	float: left;
	width: 49%;
/*	border: 1px solid yellow;*/
	text-align: right;
}

#language_in {
	position:relative; 
	width: 405px;
	text-align: left;
	float: right;
	padding-top: 30px;
/*	border: 1px solid red;*/
}

#contacts {
	position:relative; 
	float: right;
	width: 49%;
/*	border: 1px solid yellow; */
}

#contacts_in {
	position:relative; 
/*	padding: 0 0 0 250px;*/
	width: 405px;
	text-align: right;
}

#contacts p {
	font: normal normal 120% Arial;
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#contacts a, #contacts a:visited {
	font: normal normal 120% Arial;
	color: #e0da00;
	text-decoration: underline;
	outline: none;
}

#contacts a:hover {
	text-decoration: none;
}

/* **************   ************** */
#mainmenu {
	position: relative;
/*	zoom: 1;
	overflow: hidden; 
	border: 1px solid red; */
	height: 200px;
	width: 999px;
	margin: 0px auto;
}

#mainmenu a, #mainmenu a:visited {
	font: normal normal 120% Arial;
	color: #fff;	
	text-decoration: underline;
	outline: none;
	display: block;
	float: left;
	position: relative;
	width: 199px;
	height: 199px;
/*	border: 1px solid blue;*/
}

/* **************  ************** */
#text {
	position: relative;
	width: 850px;
	margin: 0px auto;
}

#text p {
	font-size: 140%;
	padding: 10px 20px;
}

#text ul {
	margin: 0px;
	padding: 0px 20px;
	list-style: none;
}

#text ul li {
	font-size: 140%;
	color: #fff;
	margin: 0px;
	padding: 3px 0 0 0;
}
.rooms {
	margin-top: 10px;
	text-align: center;
}

/* **************  ************** */
#footline {
	position: relative;
/*	border: 1px solid red;*/
	height: 80px;
	width: 842px;
	margin: 50px auto 0 auto;
	background: url(../img/footline.png) no-repeat;
	behavior: url(css/iepngfix.htc);
}

#feedback {
	position: relative;
/*	border: 1px solid red;*/
	float: left;
	width: 300px;	
}

#design {
	position: relative;
/*	border: 1px solid red;*/
	float: right;
	text-align: right;
	width: 250px;	
}

#design p {
	text-align: right;
}

#copy {
	position: relative;
/*	border: 1px solid yellow;*/
	margin: 0px 250px;
	text-align: center;
}

#copy p {
	font: normal bold 120% Arial;
	color: #fff;
	margin: 0px 120px;
	padding-bottom: -10px;
}
.imgborder {
border: 3px solid #e0da00;
}


