html {
  height: 100.5%;
}

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #444444;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #656565;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #656565;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #656565;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #656565;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #656565;
}

h1, h2 {
  font-weight: normal;
  color: #ae2c2c;
  font-size: 22px;
  margin: 10px 0 20px 0;
}

h2, h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0;
}

h3 {
  font-size: 13px;
  color: #333333;
  line-height: 20px;
  margin: 0px;
  padding: 0;
}

h2.align-left {
  font-size: 14px;
  font-weight: bold;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

table p {
  margin-bottom: 0;
}

a {
  color: #5757d9;
  text-decoration: none;
}

a img {
  border: 0;
}

a:hover {
  text-decoration: underline;
}

a.more:before {
  padding: 0 5px;
  content: url(../img/arrow.png);
}


a.anker {
  color: #444444;
  text-decoration: none;
}


.content img {
  float: left;
  margin: 0 40px 15px 0;
}

img.startseite {
  float: left;
  margin: 0 40px 22px 0;
}

img.impressum {
  position: relative;
  float: none !important;
  margin: 0 !important;
  padding-top: 2px;
  vertical-align: middle;
}

strong.red {
  color: #ae2c2c;
}
