html {
  height: 100%;
}

body {
  background: url(/images/lines_bg.gif) repeat center;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
  font-size: 12px;
  color: #777;
}

li {
  list-style-type: none;
}

a {
  color: #353535;
  text-decoration: none;
}

a:hover {
  color: #676767;
  text-decoration: none;
}

.container {
  background-color: #ffffff;
  width: 726px;
  margin: auto;
  padding: 0;
  border-right: 1px solid #e6e5e5;
  border-left: 1px solid #e6e5e5;
}

.navigation {
  background-color: #e6e5e5;
  margin: 0 0 0 0;
  padding: 4px 10px 4px 10px;
  border-top: 8px solid white;
}

.float-left {
  float: left;
}

.clearfix::after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.header {
  background-image: url(/images/logo_rf3.jpg);
  border-top: 1px solid #e6e5e5;
  border-bottom: 1px solid #e6e5e5;
  margin: 0 0 8px 0;
  height: 146px;
  padding: 6px 0 0 12px;
}
.header h1 {
  text-align: left;
  font-family: Trebuchet MS, Arial;
  font-size: 24px;
  font-weight: normal;
  color: #000;
}
.header h2 {
  font-size: 11px;
  font-weight: normal;
  color: #000;
}

.content {
  width: 75%;
  padding: 2px 10px 10px 10px;
  box-sizing: border-box;
}
.content h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 8px 2px 4px 2px;
  color: #000;
}
.content .summary-img {
  text-align: center;
}
.content .NewsSummaryPostdate {
  text-align: right;
}
.content ul.content-list {
  margin: 0;
  padding: 0;
}
.content ul.content-list li {
  padding: 3px;
  margin-top: 3px;
  margin-bottom: 5px;
  border-top: 1px solid #f2f2f2;
}

.sidebar {
  width: 25%;
  padding: 8px 10px 10px 0;
  box-sizing: border-box;
}
.sidebar h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  margin: 10px 5px 15px 10px;
}
.sidebar ul.submenu {
  margin: 0;
  padding: 0;
}
.sidebar ul.submenu a {
  box-sizing: content-box;
  display: block;
  height: 13px;
  padding: 7px 7px 7px 17px;
  margin: 1px 0 0 0;
  background: #fff url(/images/submenua_normal.jpg) repeat-y left;
}
.sidebar ul.submenu a:hover, .sidebar ul.submenu a:focus, .sidebar ul.submenu a:active {
  background: #fff url(/images/submenua.jpg) no-repeat bottom;
  padding: 7px 7px 7px 15px;
}
.sidebar li {
  list-style-type: none;
}

.footer {
  background-color: #eee;
  border-top: 2px solid #ccc;
  padding: 12px;
  text-align: center;
}
