body
{
 background: #fff;
 padding: 0;
 margin: 0;
 font-family: verdana;
 color: #003061;
 font-size: 14px;
}
.wrapper
{
  width: 1153px;
  background: #ededed;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}
.head
{
  background: #fff;
  height: 188px;
  border-bottom: solid 8px #16abed;
}
.head a.logo {
  display: block;
  width: 1153px;
  height: 188px;
  background: url(/gfx/bin-logo.png);
}
.submenu {
    background: #6e6f71;
    text-align: center;
    line-height: 30px;
    border-top: solid 2px;
}
.menu
{
  height: 40px;
  background: #034c90;
  text-align: center;
  line-height: 40px;
  border-top: solid 2px #484848;
}
.submenu a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding-left:  10px;
  padding-right: 10px;
}
.menu a
{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
}
.submenu a:hover, .submenu a.active,
.menu a:hover, .menu a.active
{
  color: gold;
}
.footer {
  border-top: solid 8px #16abed;
  min-height: 100px;
}
.clear {
  clear: both;
}
.article-content {
    padding: 20px;
}
#cookie {
  position: fixed;
  top: 0;
  height: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: #000;
  border-bottom: solid 1px #666;
  display: none;
  line-height: 40px;
}
.cookieclose {
  margin-left: 10px;
  color: #ff0000;
  font-weight: bold;
  cursor: pointer;
}
.author {
  background: #fff;
  padding-top: 5px;
  text-align: center;
  margin-bottom: 15px;
}
.author a {
  text-decoration: none;
  color: #1d6ead;
}