<!doctype html>
<html lang="de">
  <head>
    <title>Errorpage</title>
    <link rel="stylesheet" href="style.css" type="text/css">
    <meta charset="utf-8">
    <style>
    body {
      background-color: #ffffff;
      color: #000000;
      font-family: Helvetica, Arial;
      font-weight: 400;
      font-size: 20px;
    }
    h1 {
      color: #f9704b;
      font-weight: 700;
      font-size: 33px;
      letter-spacing: 2px;
    }
    .header {
      background-color: #fdd000;
      color: #ffffff;
      padding: 5px;
    }
    img {
      width: 200px;
      border: 0;
      margin: 12px 0px 0px 25px;
    }
    </style>
  </head>
  <body>
    <div class="header">
      <a href="https://mur.at/">
        <img src="https://mur.at/media/image/logo/murat_logo.svg">
      </a>
    </div>
    <div>
      <h1>Diese Seite ist nicht erreichbar. Das kann verschiedene Gr&uuml;nde haben:</h1>
      <h0>
        <ol>
          <li><p>Wir haben deine Seite down genommen, weil du dich nicht beim <a href="https://wiki.mur.at/SolidarischerMitgliedsbeitrag">Somibe</a> beteiligt hast und auch anders nicht erreichbar warst f&uuml;r uns!</br>Bitte kontaktiere uns unter <a href="https://mur.at/verein/kontakt">Verein/Kontakt</a>, um deine Seite schnell wieder online zu bringen zu k&ouml;nnen.</p> </li>
          <li><p>Es gibt gerade ein technisches Problem bei mur.at. Pr&uuml;fe am besten, ob <a href="https://mur.at">mur.at</a> selbst auch nicht erreichbar ist!</p></li>
        </ol>
        <h1><p>Bitte probiere es sp&auml;ter noch einmal!</p></h1>
      </h0>
    </div>
  </body>
</html>

