html {
  font-size: 62.5%;
}
/* Resets */
*,
html,
body {
  margin: 0;
  padding: 0;
}
img {
  -ms-interpolation-mode: bicubic;
}
.cf:before,
.cf:after {
  display: table;
  content: " ";
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
body {
  font-family: 'Verdana', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  background-color: #ffffff;
}
a:link,
a:visited,
a:active {
  color: #282625;
  text-decoration: underline;
  font-family: 'Verdana', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}
a:hover {
  text-decoration: none;
}
#wrapper {
  width: 982px;
  height: 945px;
  margin: 0 auto;
  background: transparent url("index.jpg") left top no-repeat;
}
#datenschutz {
  width: 982px;
  margin: 0 auto;
  text-align: right;
  padding-right: 220px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
