/*************************** Allgemein ***************************/
body {
  margin: 0;
  padding: 0;
  font: normal 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #00567f;
  background: #fff; }

h1, h2, h3, p, a, header, footer, ul, li {
  margin: 0;
  padding: 0; }

a {
  color: #00567f; }
  a img {
    border: none !important; }
  a:hover {
    color: #0079b2; }

.clear {
  clear: both; }

.small, .box50 div article h2, .box50 div article h3, footer a {
  font-size: 12px;
  line-height: 20px; }

h1 {
  position: relative;
  float: left;
  width: 100%;
  font-size: 20px; }

hr {
  position: relative;
  float: left;
  width: 100%;
  height: 0px;
  margin: 50px 0 20px;
  background: #00567f;
  border: solid 0.15em #00567f; }

/*************************** Content ***************************/
#container {
  position: relative;
  width: 880px;
  margin: 50px auto;
  padding: 50px;
  background: #fff;
  border: 1px solid #ccc; }

header {
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0 40px; }
  header #logo {
    position: relative;
    float: left; }
  header .right {
    position: relative;
    float: right;
    text-align: right; }
  header .tel24 {
    background-image: url(../img/24h.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 25px;
    line-height: 42px; }
    header .tel24 span {
      font-size: 30px;
      line-height: 45px; }

.full {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 90px;
  line-height: 26px; }
  .full h1 {
    margin-bottom: 12px; }

.box50 {
  position: relative;
  float: left;
  width: 45%;
  padding: 15px 0px;
  margin-right: 10%;
  margin-top: 60px;
  border-top: solid 0.3em #00567f; }
  .box50 h1 {
    margin-bottom: 30px;
    font-size: 16px; }
  .box50 div {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    .box50 div img {
      position: relative;
      float: left;
      width: 80px;
      margin-right: 20px; }
    .box50 div article {
      position: relative;
      float: left; }
      .box50 div article h3 {
        margin-top: 5px;
        font-weight: normal; }

.last {
  margin-right: 0; }

ul {
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid rgba(0, 86, 127, 0.2); }
  ul li {
    position: relative;
    float: left;
    width: 95%;
    padding: 15px 2.5%;
    display: block;
    border-bottom: 1px solid rgba(0, 86, 127, 0.2); }

footer {
  position: relative;
  float: left;
  width: 100%;
  margin: 100px 0 -20px; }
  footer a {
    position: relative;
    float: right;
    text-decoration: none; }

#banner {
  position: relative;
  width: 120px;
  margin: 20px auto; }
