.clear { clear:  both; }

#logo { padding-top: 12px; padding-left: 20px; float: left; }
#logo a { color: #234f9a; text-decoration: none; }
#logo a span { color: #c20012; font-size: 30px; }

.telephones { float: right; color: white; margin-top: 8px; margin-right: 30px; font-family: Tahoma; }
.telephones p { margin: 2px 0; }

.adr { float: right; margin-top: 8px; margin-right: 20px; text-align: right; color: white; border-right: 1px solid white; padding-right: 20px; }
.adr p { margin: 4px 0; }
.adr a { color: #c20012!important; }

/*a:link, a:visited {
    outline: none;
    text-decoration: none;
	font-weight: bold;
    color: #ce5c00;
}*/

a:hover, a:active { text-decoration: underline;}

.pagelink,
.pagecurrent{
	background: #F0F5FA;
	border: 1px solid #072A66;
	padding: 1px 3px 1px 3px;
}

.pagecurrent{
	background: #FFC9A5;
}


.pagelink a:active,
.pagelink a:visited,
.pagelink a:link,
.pagecurrent a:active,
.pagecurrent a:visited,
.pagecurrent a:link{
	text-decoration: none;
	font-weight: normal;
}


body {
    padding: 0;
    margin: 0;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14pt;
    color: #000;
    height: 100%;
    background: #FFF;
}



#main {
	width: 80%;
	margin-left: 10%;
}

#sidebar {
	background-color:#e2e2e2;
	position: absolute;
	border: 1px solid #000;
	width: 160px;
	height: 200px;
	top: 140px;
	right: auto;
	left: 20px;
	z-index:100;
	text-align: center;
	padding: 10px 10px;
}

#sidebar h2 {
	text-decoration: underline;
}

#sidebar img {
	border: 0 none;
}

#header, .header {
	height: 60px;
	background: #e58620;
	margin: 0 18px;
	position: relative;
}

#container {
	height: 39px;
	margin: 0 18px;
	background: #e2e2e2;
}



#mainnav {
	margin: 0px 36px 0px;
	background: #e2e2e2;
	float: right;
	list-style:none;
}

#mainnav li {
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	float: left;
	color: #2e3436;
}

#mainnav li a:link, #mainnav li a:visited {
	color: #2e3436;
	text-decoration: none;
	display: block;
	padding: 0 1em 0 1em;
	font-size: 12pt;
	margin: 0 .2em 0 0;
	background: #e2e2e2;
}

#mainnav li a:hover, #mainnav li a:active { background: #FFF; }

#mainnav li.active a {
	color: #FFF;
	background: #424544;
}

#content {
	padding: 20px 20px;
	text-align: justify;
}

#resSearch{
	width: 100%;
	float: left;
}
.resSearch_wrapp{
	padding: 5px 0 0;
	margin: -5px 0 0;
	overflow-x: auto;
}
.resSearch_wrapp table{
	min-width: 1000px;
}
.leftimg {
	float: left;
	padding: 12px 7px 7px 0;
}

.rightimg {
	float: right;
	padding: 0 7px 7px 12px;
}

.table1 {
	width:100%;
	table-layout: fixed;
	float:left;
	border: 0px solid #e2e2e2;
	font-size: 12pt;
	text-align: left;
}

.td0 {
	border: 1px solid #e2e2e2;
	background: #e58620;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	padding: 5px 10px;
}

.td1 {
	border: 1px solid #e2e2e2;
	padding: 5px 10px;
	text-align: left;
}

.td2 {
	border: 1px solid #e2e2e2;
	padding: 5px 10px;
	text-align: center;
}

.st1 {
	width:100%;
	float:left;
	padding: 3px 0;
}

.st2 {
	width:200px;
	float:left;
}

.st3 {
	width:600px;
	font-weight: bold;
}

.edt1 {
	width: 100%;
	border: 1px solid #e2e2e2;
	margin: 20px 0 30px;
	height: 30px;
	padding-left: 15px;
}

.kstroka {
    text-indent: 40px;
}

.imgbox li {
	display: inline;
}


/* footer */
#copyright { color: white; float: left; margin-top: 20px; margin-left: 20px; }

#advance { color: white; float: right; margin-top: 20px; margin-right: 30px; }
#advance a { text-decoration: none; color: white!important; font-weight: normal; }


.button_clarify{
	display: block;
	margin: 10px;
	color: #e58620;
	font-size: 16px;
}
#clarify{
	max-width: 320px;
	font-size: 18px;
	position: fixed;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	padding: 25px;
	background-color: #fff;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
	z-index: 10;
	text-align: center;
	border: 1px solid #e2e2e2;
	line-height: 1.5;
}
#clarify a{
	text-decoration: none !important;
	color: #e58620;
}
a.close_clarify{
	position: absolute;
	right: 5px;
	top:5px;
	color: #000 !important;
	z-index: 30;
}
