body {
  background-color: #fff;
  font-size: 14px;
  color: #888888;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
strong {
  color: #198dc1;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}
ul {
  list-style-image: url(../img/list-image.png);
}
ul li {
  color: #198dc1;
  padding: 0 0 0 5px;
}
ul li span {
  color: #888888;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}
h2 {
  color: #198dc1;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 20px;
}
a {
  color: #198dc1;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  text-decoration: none;
  line-height: 25px;
}
.italic {
  font-style: italic;
}
.lead {
  color: #888888;
  font-size: 18px;
}
.container {
  width: 900px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header {
  width: 900px;
  height: 169px;
  background: url(../img/erdekhalo_header_bg.png) no-repeat 0 0 transparent;
}
#content {
  background-color: #fff;
  padding: 0 85px 21px;
}
#content .block {
  border-bottom: 5px solid #198dc1;
  padding: 30px 23px;
}
#content .contact {
  padding: 30px 23px 23px;
}
#content .contact a {
  display: block;
}
#footer {
  width: 900px;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #198dc1;
  color: #fff;
  line-height: 60px;
  padding: 0 108px;
  font-size: 13px;
  font-style: italic;
}

/*# sourceMappingURL=master.css.map */