html
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	color: #333;
	font: 12px/16px Arial;
	position:  relative;
      height:  auto  !important;
      height:  100%;
      min-height:  100%;
	background: #fff url(img/map.jpg) no-repeat 80% 20px;
}

a
{
	color: #333;
	outline: none;
	font: 12px Tahoma;
	text-decoration: none;
}

a:hover
{
	color:#000;	
}

img{ border: 0; }

h1, h2, h3, h4, h5, h6
{	
	color: #ddd;
	font-weight: 700;
	text-decoration: none;	
}
h1{font-size: 130%;}
h2{font-size: 120%;}
h3{font-size: 110%;}
h4{font-size: 100%;}
h5{font-size: 90%;}
h6{font-size: 80%;}

#outer{	min-width:1002px;}

* html #outer {padding-left:1002px;}
* html #middle {height:0;}
* html #minwidth {margin-left:-1002px;position:relative;height:0;}

#content
{
	padding: 0 10px 0 20px;
}

/* MENU */
#menu
{
	right: 0;
	bottom: 4px;
	color: #fff;
	width: 300px;	
	height: 630px;
	z-index: 5;
	position: absolute;
}

#menu a
{
	color: #ccc;
	display: block;
	position: absolute;
	font: 700 11px/11px Arial;
}

#menu a:hover
{
	color: #fff;
}

.company{ top: 160px; left: 12px;}

/* TOP */

#top
{
	height: 130px;
	color: #494156;
	padding: 20px 10px 0 20px;
	font: 28px/30px Arial;
}

#top .rght
{
	float: right;
	padding: 10px 45px 0;
}

#top .stones
{
	top: 90px; 
	left: 160px;
	width: 104px;
	height: 127px;
	position: absolute;	
/*	#background: url(img/edelvaiss.jpg) no-repeat 0 0;*/
}

#top .motto{position: absolute; top: 45px; left: 200px;}
#top .news{position: absolute; top: 123px; left: 20px;}
#top .title_main{position: absolute; top: 123px; left: 200px;}

/* MAIN */

#main
{
	text-align: left;
	margin: 0 290px 0 180px;
	background: #fff;
}

#main .inner
{
	border: solid 1px #ccc;
	padding: 5px 80px 5px 20px;
}

/* Company name in the bottom of page */
#main .info
{
	padding: 10px 160px 10px 20px;
	font-size: 120%;
}

/* LEFT */

#left
{
	float: left;
	width: 220px;	
}

#left .inner
{
	padding: 60px 10px 10px;
	border: solid 1px #ccc;
}

#left .lang
{
	font-size: 14px;
	padding: 10px;
}

#left .lang a
{
	font-size: 14px;
}

/* RIGHT */

#right
{
	float: right;
	width: 180px;
	padding: 20px 10px;	
	border: solid 1px #ccc;
	background: #fff;
}

div#stones {
	position: absolute;
	right: 0px;
	bottom: -300px;
	display: block;
	width: 400px;
	height: 300px;
	border: 1px dashed gray;
	background: url('/img/img/m_company.jpg') no-repeat;
}