<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body {
  margin: 0px;
  min-height: 100%;
  height: 100% !important;
  height: 100%;
  background-color: #efefef;
  overflow-x: hidden !important;
}

#canvas {
  position: relative;
  width: 900px;
  height: auto;
  margin-left: 50%;
  left: -450px;
}

#stab {
  position: fixed;
  width: 11px;
  height: 100%;
  left: 0px;
  background-image: url(pics/massstange.gif);
  background-repeat: repeat-y;
  border-right: 1px solid #b7b7b7;
  float: left;
}

#navi {
  position: relative;
  width: 215px;
  height: 100%;
  padding-top: 11px;
  background-image: url(pics/side-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  text-align: center;
  float: left;
}

#content {
  position: relative;
  width: 900px;
  margin-top: 30px;
  background-color: #fff;
  border-bottom: 1px solid #b7b7b7;
  border-top: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  float: left;
}

#addressmobile {
  display: none;
}

#rlp-emblem {
  position: relative;
  width: 82px;
  height: 55px;
  left: 50%;
  margin-left: -41px;
  background-image: url(pics/rlp-signet.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 50px;
  padding-bottom: 50px;
}

#rechts {
  position: relative;
  width: 615px;
  margin: 35px;
  float: left;
}

#topname {
  position: relative;
  width: 294px;
  height: 67px;
  margin-left: 50%;
  left: -147px;
  background-image: url(pics/Logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

#distance45 {
  margin-top: 45px;
}

#gebaeudefoto {
  width: 290px;
  height: 223px;
  background-image: url(pics/gebaeude.jpg);
  background-size: cover;
  float: right;
  clear: left;
}

#neuwiedfoto {
  width: 290px;
  height: 223px;
  background-image: url(pics/neuwied.jpg);
  background-size: cover;
  float: right;
  clear: left;
}

#bottom {
  position: relative;
  width: 852px;
  height: auto;
  margin-left: 50%;
  padding: 25px;
  left: -450px;
  text-align: center;
  float: left;
  clear: right;
}

#totop {
  position: relative;
  width: 20px;
  height: 20px;
  float: right;
  background-image: url(pics/totop.jpg);
}

#totopmobile {
  display: none;
}


/* MOBILE MENU */

#menu-on, #menuscreenin, #menu-off, #menuboard, #menubar_first, #menubar, #menubar_last {
  display: none;
}


/* SCHRIFTEN */

h1 {
  font-family: Arial,Verdana,Tahoma,Helvetica,Geneva;
  font-size: 11pt;
  font-stretch: normal;
  font-weight: 100;
  letter-spacing: 0.5px;
  word-spacing: 0px;
  text-decoration: none;
  margin-top: 25px;
  line-height: 25px;
  color: #000;
}

h2 {
  font-family: Arial,Verdana,Tahoma,Helvetica,Geneva;
  font-size: 9pt;
  font-stretch: normal;
  font-weight: 100;
  letter-spacing: 0.5px;
  word-spacing: 0px;
  text-decoration: none;
  margin-top: 25px;
  line-height: 25px;
  color: #000;
}

h3 {
  font-family: Arial,Verdana,Tahoma,Helvetica,Geneva;
  font-size: 7.5pt;
  font-stretch: normal;
  font-weight: 100;
  letter-spacing: 0.5px;
  word-spacing: 0px;
  text-decoration: none;
  margin-top: 0px;
  line-height: 18px;
  color: #000;
}

.b {
  font-weight: 900;
}

.einzug {
  margin-left: 25px;
}

.einzug li {
  margin-left: -25px;
}

a, .nav1 {
  color: #c81a1a;
}

a:hover {
  color: #ffffff;
  background-color: #c81a1a;
  text-decoration: none;
}

.dash {
  border-top: dashed 1px #000;
  margin-top: 30px;
}

.nav0 {
  color: #000;
  text-decoration: none;
}

.nav0:hover {
  color: #000;
  background: #fff;
  text-decoration: underline;
}

.nodeco:hover {
  text-decoration: none;
}</pre></body></html>