/* headers */
h1 {
  display: block;
  padding: 0 0 5px 0;
  font-size: 30px;
  font-family: 'AllerBold';
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px #333;
  filter: Shadow(Color=#333333, Direction=135, Strength=1);
}
body.homepage h1 {
  padding: 0 200px 10px 0;
  width: 200px;
  font-size: 25px;
  line-height: 30px;
}
  h1 > * {
    display: block;
    white-space: nowrap;
  }
h2 {
  padding: 0;
  font-size: 20px;
  font-family: 'AllerBold';
  font-weight: normal;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
}
h3 {
  padding: 0 0 10px 0;
  font-size: 30px;
  font-family: 'AllerBold';
  font-weight: normal;
  line-height: 30px;
  color: #f1c800;
  text-transform: uppercase;
}
h4 {
  clear: both;
  padding: 20px 0 1px 0;
  font-size: 20px;
  font-family: 'AllerBold';
  font-weight: normal;
  text-transform: uppercase;
  color: #c22452;
}

/* paragraph */
p {
  padding: 0 0 17px 0;
  font-size: 13px;
  line-height: 25px;
}
p.title {
  padding: 0;
}

/* paragraph */
ul, ol {
  margin: 0;
  padding: 0 0 17px 20px;
  font-size: 13px;
  line-height: 22px;
}

/* hr */
.hr {
  padding: 0 0 25px 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: url('../../images/content/hr.gif') repeat-x;
}

/* images*/
.content-image {
  clear: both;
  position: relative;
  padding: 5px 0px 5px 0;
}
  .content-image.align-left {
    float: left;
    margin: 0 0 0 -54px;
    padding: 7px 20px 5px 0;
  }
  .content-image.align-right {
    float: right;
    margin: 0 -54px 0 0;
    padding: 7px 0 5px 20px;
  }
  .content-image img {
    display: block;
  }

/* table-container */
.table {
  padding: 0 0 13px 0;
  width: 100%;
  overflow: hidden;
}
table {
  border-spacing: 10px 0;
  border-collapse: separate;
  margin: 0 -10px;
}
    table th {
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      border-bottom: 1px solid #000;
      padding: 10px 0;
    }
    table td {
      font-size: 13px;
      padding: 10px 0;
/*      border-bottom: 1px solid #c9c9c9;*/
    }
    table td.number {
      text-align: right;
    }
    table tr:last-child td {
      border-bottom: none;
    }

/*table.no-lines td {
  border: none;
}*/
    /*table th.number,
    table td.number,
    table th.phrase,
    table td.phrase {
      width: 80px;
      border-left: 10px solid transparent;
    }
    table th {
      text-align: center;
    }
    table td {
      text-align: right;
    }*/

/* quote */
.quote {
  margin: 0 0 0 -54px;
  padding: 14px 0 12px 0;
  width: 502px;
  overflow: hidden;
}
  .quote img {
    float: left;
    display: block;
    padding: 0 30px 0 0;
  }
  .quote p {
    font-size: 20px;
    font-family: 'AllerItalic';
    font-weight: normal;
    font-style: normal;
    line-height: 30px;
    color: #e47b18;
  }

/* downloads */
ul.downloads {
  padding: 0 0 10px 0;
  overflow: hidden;
}
  ul.downloads li {
    padding: 12px 0 13px 0;
    width: 100%;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }
  ul.downloads li.second {
    float: right;
  }
    ul.downloads li a {
      display: block;
      padding: 2px 0 0 33px;
      height: 14px; /* 16px */
      background: url('../../images/content/download.png') no-repeat 3px 0;
      font-size: 13px;
      line-height: 12px;
    }

/* map */
.map {
  margin: 0 0 0 -65px;
  padding: 0 0 23px 0;
  width: 549px;
  overflow: hidden;
}
  .map img {
    display: block;
    margin: 0 auto;
  }

/* enlarge */
.enlarge {
  padding: 0 0 40px 28px;
  background: url('../../images/content/magnifying-glass.png') no-repeat;
}
  .enlarge a {
    line-height: 18px;
    color: #b1185c;
  }

/* masks */
.mask-container {
  display: block;
  position: relative;
  float: left;
  /*margin: 0 0 30px 0;*/
  overflow: hidden;
  clear: both;
}
  .mask-container.center {
    margin-left: -54px;
    width: 525px;
  }
  .mask-container.right {
    float: right;
    clear: none;
    margin-bottom: 15px;
    margin-left: 20px;
  }
/*.mask-container .top-left,
.mask-container .top-right,
.mask-container .bottom-left,
.mask-container .bottom-right {
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: url('../../images/content/mask-corners.png') no-repeat 0 0;
  z-index: 1000;
}*/
  .mask-container iframe,
  .mask-container img {
    float: left;
  }
  .mask-container .top-left {
    top: 0;
    left: 0;
    background-position: top left;
  }
  .mask-container .top-right {
    top: 0;
    right: 0;
    background-position: top right;
  }
  .mask-container .bottom-left {
    bottom: 0;
    left: 0;
    background-position: bottom left;
  }
  .mask-container .bottom-right {
    bottom: 0;
    right: 0;
    background-position: bottom right;
  }

/* contact */
.contact {
  padding: 0 0 20px 0;
  width: 100%;
  overflow: hidden;
}
  .contact img {
    float: left;
    display: block;
    border-radius:5px;
  }
  .contact .info {
    float: right;
    width: 302px;
    overflow: hidden;
  }
  .contact .info.no-image {
    float: none;
    width: auto;
  }
    .contact .info .title {
      font-size: 16px;
      font-weight: bold;
    }
    .contact .info p {
      font-size: 13px;
    }
    .contact .info .phone,
    .contact .info .email,
    .contact .info .internet {
      margin: 0 0 7px 3px;
      padding: 0 0 0 30px;
      background-repeat: no-repeat;
    }
      .contact .info .phone {
        background-image: url('../../images/content/phone.png');
        background-position: 0 2px;
      }
      .contact .info .email {
        background-image: url('../../images/content/mail.png');
        background-position: 1px 3px;
      }
      .contact .info .internet {
        background-image: url('../../images/content/internet.png');
        background-position: 2px 3px;
      }
      .contact .info .email a {
        color: #2C2C2C;
      }
        .contact .info .email a:hover {
          color: #ACACAC;
        }

.address {
    margin-top: 10px;
    width: 300px;
}

/* gallery */
ul.gallery {
  margin: 0 0 10px;
  overflow: hidden;
}

ul.gallery li {
  display: inline;
}
  ul.gallery a {
    display: block;
    float: left;
    margin: 0 16px 16px 0;
    height: 80px;
  }
  ul.gallery a img {
    display: block;
    padding: 1px;
    border: 1px solid #c9c9c9;
  }
  ul.gallery a:hover img {
    border-color: #000;
  }

.mobile-site-link {
  margin-top: 15px;
}

/* print link */
.print-link {
  clear: both;
  margin: 25px 0 5px;
  line-height: 15px;
  height: 15px;
}
  .print-link a {
    display: inline-block;
    padding-left: 23px;
    background: url('../../images/content/print.png') no-repeat 0 0;
    color: #B1185C;
  }

/* Previous & next navigation */
.prevnext-navigation {
  padding-top:15px;
}

.prevnext-navigation .previous {
  padding-left:50px;
  float:left;
}
.prevnext-navigation .next {
  padding-right:50px;
  float:right;
}