@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}
body, html {
	height: 100%;
	/*overflow-y: scroll;*/
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFFFFF;
	/*background-image: url(/gif/index/kletka.jpg);*/
	
	background-repeat: repeat;
}

a  img {border: none;}


.top {
	width: 760px;
	height: 75%;
	position: relative;
	margin-left: auto; margin-right: auto;
	z-index: 70;
	
	background-image: url(/gif/index/formula.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.cat {
	position: absolute;
	bottom: -50px;
	left: 0px;
	z-index: 100;
	background-image: url(/gif/index/cat2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 465px;
	height: 419px;
	
}

* html .cat {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gif/index/cat2.png', sizingMethod='crop');
}

.logo {
	width: 280px;
	height: 130px;
	position: absolute;
	bottom: 240px;
	right: 0px;
	line-height: 230px;
	bottom: 230px;
	color: #001ca9;
	font-size: 26px;
	background-image: url(/gif/index/ums.gif);
	background-repeat: no-repeat;
}
* html .logo {
	bottom: 120px;
}

.line {
	border-top: 4px solid #a3a1a2;
	width: 100%;
	height: 25%;
	position: relative;
	/*bottom: 57px;*/
	z-index: 50;
	font-size: 1px;
	background-color: #FFFFFF;
}

* html .line {
	bottom: 0;
}

.langs_container {
	width: 820px;
	margin-left: auto; margin-right: auto;
	margin-top: 60px;
}

.langs_container  li {
	float: left;
	width: 70px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center top;
	list-style-type: none;
	line-height: 75px;
	margin-right: 23px;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}
.langs_container  li a {
	text-decoration: none;
	color: #001ca9;
	
	float: left;
	width: 70px;
	height: 50px;
	cursor: pointer;
}

	
.reklama {
	width: 280px;
	height: auto;
	position: absolute;
	bottom: 20px;
	right: 0px;
	line-height: 1.2;
	font-size: 1.6em;

	color: #001ca9;

}

.reklama .lang {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.reklama .ru .ru {display: block;}
.reklama  .en .en {display: block;}
.reklama  .us .us {display: block;}
.reklama  .nl .nl {display: block;}
.reklama  .es .es {display: block;}
.reklama  .it .it {display: block;}
.reklama  .de .de {display: block;}
.reklama  .hr .hr {display: block;}