/* OVERRIDE DEFAULT */

body {
  background-color: #FFFFFF;
  color: #000;
}

body, p, td, div, input, select, textarea {
  outline: none;
  font-family: Arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 143%;
}

a {
  color: #009;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

img {
  display: block;
  vertical-align: top;
}

table td {
  vertical-align: top;
}

table th {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, table {
  margin-bottom: 18px;
}

table td img,
div.mlist img {
  margin-left: 25px;
}

table td p.hasImage {
  margin-bottom: 25px;
}

table td p:last-of-type img {
  margin-bottom: 0px !important;
}

ul, ol {
  list-style-type: disc;
  margin-left: 25px;
}

h1 {
  font-family: "Trajan Pro", "Times New Roman", times;
  font-size: 16px;
  font-weight: bold;
  color: #b5901e;
  text-transform: uppercase;
  margin-bottom: 6px !important;
}

h2 {
  font-size: 14px;
  font-weight: normal;
  color: #0e75a3;
}

blockquote {
  position: relative;
  border-left: none;
  padding: 10px 60px 0 70px;
}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: '„';
    font-size: 180px;
    position: absolute;
    left: -16px;
    top: -36px;
    color: #e9142b;
}

blockquote, blockquote p, blockquote div, .art-text div blockquote p, .art-txt blockquote p,  .art-txt div blockquote p, .art-txt blockquote p, .art-txt blockquote div {
  font-style: italic;
  font-size: 20px!important;
  line-height: 32px!important;
  letter-spacing: 0.5px;
  text-align: left;
}

.highlited-content-lightgrey {
  background-color: #eee;
  color: #000;
  padding: 14px 20px;
  margin: 14px 0px;
}

.highlited-content-grey {
  background-color: #888;
  color: #fff;
  padding: 14px 20px;
  margin: 14px 0px;
}

.highlited-content {
  background-color: #e9142b;
  color: #fff;
  padding: 14px 20px;
  margin: 14px 0px;
}
