* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #000;
}

body {
  font: 0.85em Helvetica, sans-serif;
  background: #e7e8e4;
}

h2, p, ul {
  margin-bottom: 12px;
}

ul {
  list-style: none;
}

ul li {
  margin: 6px 0;
}

ul li:before {
  content: '';
  float: left;
  width: 5px;
  height: 5px;
  margin: 2px 8px 0 0;
  background: #000;
  border: 3px solid #0089C9;
  border-radius: 5px;
}

.strong {
  font-weight: bold;
}

.bigger {
  font-size: 1.5em;
}

.nomargin {
  margin: 0;
}

header, section, article, footer, aside {
  display: block;
}

header, section, article, footer {
  width: 990px;
  margin: 22px auto 0 auto;
  overflow: hidden;
}

header {
  border-top: 5px solid #0059A1;
  background: #fff;
  padding: 20px;
  width: 950px;
  position: relative;
}

header h1 {
  font-size: 2em;
  font-weight: lighter;
  color: #222;
}

header h1 img {
  width: 262px;
  height: 55px;
}

header aside {
  position: absolute;
  top: 33px;
  right: 30px;
  font-size: 2.2em;
  font-weight: bold;
  color: #e7e8e4;
  /* text-shadow: -1px -1px 0px #c5c6c4; */
}

section {
  overflow: hidden;
}

section aside {
  width: 320px;
  float: left;
  margin: 0 15px 0 0;
  overflow: hidden;
}

section aside.ev,
section aside.greenbar {
  margin-right: 0;
}

section aside h2 {
  border: 5px solid #d8dad7;
  background: #fff;
  padding: 11px 0;
  font-size: 1.1em;
  font-weight: bold;
  color: #0059A1;
}

section aside h2 span {
  display: block;
  font-size: 1.2em;
  margin-top: 3px;
  color: #000;
}

section aside h2:before {
  content: '';
  float: left;
  width: 40px;
  height: 39px;
  margin: 0 15px 0 15px;
  background: url('/images/sprites.png');
}

section aside h3 {
  font-size: 1.5em;
  margin-bottom: 15px;
}

section aside p {
  font-size: 1.2em;
}

section aside ul {
  min-height: 40px;
}

section aside ul.noh {
  min-height: 0;
}

section aside p small {
  font-size: 0.7em;
  color: #888;
  line-height: 1.2em;
}

section aside p small em {
  font-size: 1.5em;
  font-style: normal;
  color: #000;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.1em;
}

section div a, section div a:visited {
  display: block;
  float: left;
  width: 155px;
  padding: 10px 0;
  text-align: center;
  background: #68a818;
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
}

section div a:hover {
  background: #538812;
}

section div a:nth-child(2) {
  background: #0368b8;
  color: #fff;
  float: right;
}

section div a:nth-child(2):hover {
  background: #035395;
}

article {
  width: 950px;
  background: #fff;
  padding: 20px 20px 8px 20px;
  overflow: hidden;
}

article h2 {
  font-size: 1.4em;
}

article p {
  line-height: 1.35em;
}

article.norton h2:before {
  content: '';
  float: right;
  width: 125px;
  height: 49px;
  background: url('/images/sprites.png') 0 -136px no-repeat;
  margin: 0 18px;
}

article.risk h2:before {
  content: '';
  float: left;
  width: 89px;
  height: 96px;
  background: url('/images/sprites.png') 0 -40px no-repeat;
  margin: 15px 28px 0 18px;
}

article.inovace h2:before {
  content: '';
  float: right;
  width: 96px;
  height: 96px;
  background: url('/images/sprites.png') -97px -40px no-repeat;
  margin: 15px 18px 0 18px;
}

footer {
  background: #d8dad7;
  width: 950px;
  overflow: hidden;
  padding: 20px 20px 8px 20px;
  margin-bottom: 20px;
}

footer p {
  width: 305px;
  float: left;
  margin-right: 15px;
}

footer p:nth-child(3) {
  margin-right: 0;
}

footer p {
  font-size: 0.8em;
  color: #777;
}

footer p * {
  color: #777;
}