body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #262626;
  text-align: justify;
  line-height: 20px;
  padding: 0;
  margin: 0;
  padding: 0;
  background-color: #d9d9d9;
}

img {
  border: 0;
}

a {
  color: #0090d0;
}

a:visited {
  color: #0090d0;
}

a:hover {
  color: #00ccff;
}

.header {
  text-align: center;
}

.cube1x1 {
  height: 30px;
  width: 30px;
  float: left;
}

.text-in-cube {
  /*font-weight: bold;*/
  text-align: center;
  line-height: 33px;
  font-size: 16px;
  color: #262626;
}

.menu-item {
  text-decoration: none;
}

.menu-item:hover {
  cursor: pointer;
  background-color: #00b0f0;
  color: white;
  text-decoration: none;
}

.title {
  font-size: 16px;
  line-height: 31px;
  text-align: left;
  text-indent: 16px;
  color: white;
}

#footer {
  background-color: #d9d9d9;
  padding: 5px;
  text-align: center;
  border: 3px solid white;
  border-bottom: 0px;
}

table {
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  /*font-size: 12px;*/
  color: black;
  text-align: left;
  padding: 0;
}

.gray-bg {
  background-color: #d9d9d9;
}

.white-bg {
  background-color: white;
}

.blue-bg {
  background-color: #00b0f0;
  color: white;
}

.vertical-3px {
  float: left;
  width: 3px;
  height: 100%;
}

.horizontal-3px {
  width: 100%;
  height: 3px;
}

#content {
  margin: 0px auto;
  width: 921px;
}

#title {
  float: left;
  width: 525px;
  height: 63px;
  background-image: url("nazov.png");
  background-position: center;
  background-repeat: no-repeat;
}

#page {
  background-color: white;
  width: 1029px;
  margin: 0px auto;
}

.additional-line {
  width: 1023px;
  height: 30px;
  margin-left: -51px;
  background-color: #d9d9d9;
  margin-bottom: 10px;
}

.add-func {
  display: none;
}
