@charset "utf-8";
body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 80%;
  color: #666;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/back_body.jpg);
  background-repeat: repeat-y;
  background-position: center top;
}
a {
  color: #666;
  text-decoration: none;
}
#kopf_bilder,
#kopf_menue {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}
#kopf_bilder {
  height: 180px;
  background-image: url(../images/logo.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #FFF;
  text-align: right;
}
#kopf_menue {
  height: 66px;
  background-color: #FFF;
}
#inhalte {
  width: 900px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#news {
  width: 220px;
  margin-left: 25px;
  margin-right: 100px;
  top: 40px;
}
#news strong {
  color: #b4152b;
}
#inhalt {
  width: 460px;
  top: 40px;
}
#inhalt img {
  margin-top: 30px;
}
#footerline {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 30px;
  background-image: url(../images/menue_balken_home.gif);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 347px;
  color: #ffffff;
}
#footerline a {
  color: inherit;
  text-decoration: none;
}
#wy {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
