li{
  list-style: none;
}
ul{
  margin: 0;
  padding: 0 auto;
}
*{
  font-family: Arial;
}
a{
  text-decoration: none;
  font-weight: bold;
}
a:hover{
  text-decoration: underline;
}
body{
  padding: 0;
  margin: 0;
}
td{
  text-align: center;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0px;
}
#header{
  border-bottom: 1px solid #777;
}
#header, #content{
  width: 100%;
}
#header-line ul{
  padding-left: 0px;
  float: right;
  margin-right: 10px;
}
#header ul li{
  float: left;
}
#header td{
  
}
#header table{
  border-spacing: 0px;
}
#block-title{
  text-align: center;
  width: 590px;
  height: 125px;
  padding-left: 150px;
}
#site-gerb{
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
}
#site-gerb img{
  background: transparent;
}
#site-title{
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Times news roman"
}
#site-title-akim{
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Times news roman"
}
#size-bar li, #color-bar li, #lang-bar li{
  margin-left: 10px;
  font-size: 18px;
  padding-top: 2px;
}
#size-bar li#small{
  font-size: 16px !important;
  padding-top: 4px;
  cursor: pointer;
}
#size-bar li#medium{
  font-size: 18px !important;
  padding-top: 2px;
  cursor: pointer;
}
#size-bar li#large{
  font-size: 20px !important;
  padding-top: 0px;
  cursor: pointer;
}
#color-bar li.act{
  cursor: pointer;
  padding: 2px 10px;
}
#color-bar li.color-wb{
  color: #000 !important;
  border: 1px solid #000 !important;
  background-color: #fff !important;
}
#color-bar li.color-bw{
  color: #fff !important;
  border: 1px solid #fff !important;
  background-color: #000 !important;
}
#lang-bar li{
  border-width: 1px;
  border-style: solid;
  padding: 2px 10px;
}
#top-menu{
  border-width: 1px 0px;
  border-style: solid;
}
#top-menu ul{
  padding-left: 0px;
}
#reg-version{
  float: right;
  padding: 10px 30px;
}
#top-menu li{
  text-align: center;
  border-right: 1px solid;
  padding: 10px 30px;
}
li.w500{
  width: 320px;
  padding-left: 100px !important;
  padding-right: 0px !important;
}
#content{
  width: 100%;
}
#sidebar{
  float: left;
  width: 410px;
}
#sidebar li{
  padding: 5px 0px;
}
#main{
  border-left-width: 1px;
  border-left-style: solid;
  margin-left: 420px;
  padding-left: 15px;
  padding-top: 1px;
}
#main img{
  display: none;
}
 
table.news{
  margin: 20px 0;
}
td.news_date{
  width: 100px;
}
.rubrika_news{
  display: none;
}
.rubrika{
  
}
#arrow{
  position: fixed;
  cursor: pointer;
  bottom: 100px;
  left: 20px;
  padding: 20px 20px 10px;
  border: 4px solid #555;
  font-weight: bold;
  background: url('/images/gray-up.png');
  background-repeat: no-repeat;
  background-position: top;
}
.container{
  border-left: 4px double #555;
  border-right: 4px double #555;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
footer{
  border-top: 4px double #555;
  border-bottom: 4px double #555;
  padding: 20px;
  text-align: right;
}
.news-entry{
  padding: 10px 0;
}
.news-calendar {
  width: 740px;
  margin: 30px auto !important; }
  .news-calendar .month {
    height: 200px;
    width: 24%;
    margin: 0px 0.5%;
    float: left; }
    .news-calendar .month .title {
      font-weight: bold;
      text-align: center;
      border-bottom: 2px solid #8c8c8c; }
    .news-calendar .month .days-name {
      margin: 2px 0px !important;
      border-bottom: 2px solid #8c8c8c;
      padding: 2px 0px !important; }
      .news-calendar .month .days-name li {
        list-style: none !important;
        float: left;
        width: 22px;
        text-align: center; }
        .news-calendar .month .days-name li:nth-child(6), .news-calendar .month .days-name li:nth-child(7) {
          font-weight: bold;}
      .news-calendar .month .days-name:after {
        content: ' ';
        display: table;
        width: 100%; }
    .news-calendar .month .week {
      padding: 2px 0px !important;
      margin: 2px 0px !important;
      border-bottom: 1px solid #8c8c8c; }
      .news-calendar .month .week li {
        padding: 1px 0px !important;
        height: 16px;
        list-style: none !important;
        float: left;
        width: 22px;
        text-align: center; }
        .news-calendar .month .week li:nth-child(6), .news-calendar .month .week li:nth-child(7) {
          font-weight: bold; }
      .news-calendar .month .week:after {
        content: ' ';
        display: table;
        width: 100%; }
  .news-calendar .years {
    text-align: center; }
  .news-calendar a {
    text-decoration: none; }
