@charset "windows-1251";

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    padding-right: 10px;
}
 
html {
    height: 100%;
    overflow: auto; /* Иначе у IE6 начинаются проблемки с вертикальной полосой прокрутки */
}
 
* html body {
    height: 100%; /* IE 6 */
}
 
html > body { /* Все остальные */
    min-height: 100%;
    height: auto;
}

a:link {
	text-decoration:underline;
	font-style: italic;
	color:#033d92;
}
a:visited {
	text-decoration:underline;
	font-style: italic;
	color:#033d92;
}
a:active {
	text-decoration:underline;
	font-style: italic;
	color:#033d92;
}
	
a:hover {
	text-decoration:underline;
	font-style: italic;
	color:#033d92;
}

.footerdiv {
    height: 1em;
    position: absolute; 
    left: 0; 
    bottom: 0;
}

.chemediv_old {
	position: absolute;
	right: 10px;
	top: 380px;
}

.chemediv {
}
.langdiv {
	position: relative;
	right: 10px;
}

.langdiv2 {
	position: relative;
	right: 10px;
	bottom:6px;
}

.maintable {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.addressdiv {
	
}
.addressdiv_old {
	position:absolute;
	top:156px;
	left:340px;
}
.addres_name {
	font-family:Arial;
	font-style:italic;
	font-size:16px;
	color:#000000;
}
.addres_text {
	font-family:"Arial Narrow";
	font-size:14px;
	font-style:italic;
	color:#000000;
	font-weight: normal;
}
.buttonsdiv_old {
	position:absolute;
	top: 385px;
	left: 335px;
}

.buttonsdiv{
	vertical-align:top;

}

.buttons2div {
	position:relative;
	left: 15px;
}

.btn_on {
	font-family:Arial;
	font-size: 12px;
	color:#000000;
	background:url(imgs/btn_bg_on.gif);
	height: 24px;
	
}
.btn_off {
	font-family:Arial;
	font-size: 12px;
	color:#FFFFFF;
	background:url(imgs/btn_bg_off.gif);
	height: 24px;
}

.btn2_on {
	font-family:Arial;
	font-size: 11px;
	color:#000000;
	background:url(imgs/btn2_on.gif);
	height: 20px;
	
}

.btn2_off {
	font-family:Arial;
	font-size: 11px;
	color:#FFFFFF;
	background:url(imgs/btn2_off.gif);
	height: 20px;
}


.submnu {
	font-family:"Arial Narrow";
	font-size: 11px;
	font-style:italic;
	color:#FFFFFF;
	overflow:hidden;
	height:8px;
	visibility:hidden;
}

.submnu_nohide {
	font-family:"Arial Narrow";
	font-size: 11px;
	font-style:italic;
	color:#FFFFFF;
}

.contentdiv {
	font-family:"Arial Narrow";
	text-align: left;
	margin-top:30px;
	margin-left:10px;
	margin-right:30px;
}

.contenttable {
	margin:0;
	padding:0;
	
}

.contentcell {
	
}

.chemetable {
	background-image:url(imgs/scheme.gif);
	background-position:bottom right;
	background-repeat:no-repeat;

}
.itemnamediv {
	position:relative;
	top:48px;
	left:-130px;
	font-family:Arial;
	font-size:16px;
	font-weight: bold;
	color:#033d92;
}

.onmainmnu {
	font-family:"Arial Narrow";
	font-size:13px;
	color:#033d92;
	font-style:italic;
	text-decoration: underline;
	
}

.fbname {
	font-family:"Arial Narrow";
	font-size:14px;
	font-weight:bold;
	color:#033d92;
}

.fblabels {
	font-family:"Arial Narrow";
	font-size:14px;
	color:#000000;
}



