/* Stylesheet fuer die "renderstation (C) by Peter W. Schicha" */

* { padding: 0; margin: 0; } /* alle Abstaende auf Null setzen*/
body { /* Gestalte das HTML-Element mit dem Namen body */
  position: center;
  color: white; /* Schriftfarbe */
  background-color: black; /* Hintergrundfarbe */
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: small; /* Schriftgroesse */
  text-align: center;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  }
#weiterleitung2 { /* Gestalte das HTML-Element mit der id="logo" */
  position: center;
  border: 0;
  max-width: 100%;
  max-height: 100vh;
  background-color: transparent;
  text-decoration: none;  
  outline: none;
  margin: auto;         
  }

/*hebt alle striche und gepunkteten linien auf - zB bei FF Browser */
  
#weiterleitung2 a {text-decoration: none; border-bottom: 0; outline: none; }
#weiterleitung2 a:active {text-decoration: none; border-bottom: 0; outline: none; }
#weiterleitung2 a:hover {text-decoration: none; border-bottom: 0; outline: none; }
#weiterleitung2 a:focus {text-decoration: none; border-bottom: 0; outline: none; }
#weiterleitung2 a:visited {text-decoration: none; border-bottom: 0; outline: none; }