/* 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: absolute;
  color: white; /* Schriftfarbe */
  background-color: black; /* Hintergrundfarbe */
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: small; /* Schriftgroesse */
  width: 76px;
  height: 77px;
  top: 50%;
  left: 50%;
  margin:-38px 0px 0px -38px;
}
#weiterleitung { /* Gestalte das HTML-Element mit der id="logo" */
  border: 0;
  width: 76px;
  height: 77px;
  background-color: transparent;
  text-decoration: none;  
  outline: none;
  }

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