/* standard elements */
* {
  margin: 0;
  padding: 0;
}
a {
  color: #000;
 /*text-decoration:underline;*/
}
a:hover {
  color: #ff0000;
}
html {
 /* height: 100%;*/
background:#020100 url("/files/conferences/sibconf2016/257838/fon.jpg") no-repeat center;
background-size:cover;
z-index:-1;
}
body {
 /* background:#020100 url("/files/conferences/sibconf2016/257838/fon.jpg") no-repeat bottom;*/
 /* background-size:cover; */
/*background-size:100% 100%;*/
  color: #000;
  font: normal 0.9em Verdana;
}
form {
  padding: 0 0 6px 8px;
}
input {
  color: #555;
  font: normal 1em Arial,"Lucida Sans Unicode",sans-serif;
}
p,ul {
  font-size: 0.97em;
  line-height:1.5;
}
h1 {
 /* font-size: 1.7em;*/
font-size:1.5em;
}
h2 {
  font-size: 1.4em;
}
h1,h2,h3,h5 {padding:10px 0;
  color:#000000;
 }
/* misc */
#clearer {
  clear: both;
}

/* structure */
#container {
  border-radius: 3px;
  border: 1px solid #E5E5E5;
  width: 946px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -58px;
  background:rgba(250,250,250,0.5);
}
#main {
  clear: both;
  padding: 8px 15px 8px 15px;
}


#header {
  min-height: 200px;
  /*background: url("http://conf.nsc.ru/files/conferences/sibconf2016/264911/logo12_ru.png") repeat-y;*/
  border-radius: 3px;
  height: 200px;
  margin-bottom: 8px;
}
.image1{background: url("/files/conferences/sibconf2016/302944/logo_ru.png") repeat-y;}

.image2{background: url("http://conf.nsc.ru/files/conferences/sibconf2016/302945/logo_en.png") repeat-y;}
#flags {
  margin-top: 4px;
  float: left;
}
#flags span {
  display: block;
  float: left;
  margin-left: 4px;
}
#help {
  margin-top: 2px;
  float: right;
}
#help span.help_span {
  display: block;
  float: left;
  margin-right: 4px;
}
#help span.help_logout {
  padding-top: 4px;
}
#help .logout-user a {
  font-weight: bold;
  color: #fff;
}
#help .logout-link a {
  font-weight: bold;
}
#flags img, #help img {
  display: block;
}

#title {
  text-align: left;
}
#title h1 {
  color: #FFF;
  font: normal 1.8em Verdana,sans-serif;
  padding: 3px 10px;
}
#title h2 {
  color: #FFF;
  font: normal 1.2em Verdana,sans-serif;
  padding: 0px 10px 5px 10px;
}

#title {
  position:relative;
  top:110px;
  left:32px;
/*font-weight:bold;*/}

#menu {
  float: left;
  width: 220px;
  border-radius: 3px;
}

#menu ul {
  border-radius: 3px;
  border: 1px solid #E5E5E5;
  margin: 0;
  padding: 0;
}

#menu li {
  border: 1px solid #fafafa;
  border-top: none;
  list-style-type:none;
  margin: 0;
  padding:10px 10px 5px 22px;
}
#menu li a {
  color: #201600;
  display: block;
 }
#menu li:hover {
  color:#201600;
  background:rgba(250,250,250,0.9);
}
#logo, #org{
  padding: 20px 0px 0px 0px;
  margin: 0px;
}
#logo img {
  margin-left: -1px;
  border: 1px solid grey;
}

#content {
  color: #333;
  float: right;
  width: 690px;
  border-radius: 3px;
  
}
#item {
  border-radius: 3px;
  padding: 6px 25px;
  border: 1px solid #EEE;
  background: #FFF;
  min-height: 400px;;
  height: auto !important;
  height: 400px;
  text-align:justify;
  background:rgba(250,250,250,0.9);
}
#content li {
  margin-left: 25px;
}

#footer, #push {
  height: 42px;
  margin: 6px auto;
  width: 910px;
}

#footer div {
  height: 26px;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #EEE;
  color: #000;
  font-size: 1em;
  text-align: center;
}

#org, #sponsor{background:#fff;
  border-radius: 3px;
  padding:3px 5px;
}
#org img{
  width:70px;
}
#org .ipgg{
  width:50px;
}