/* Comets */

html{
overflow-y: scroll;
}

body {
   margin: 0px;
   background:#00121e;
}

  #mitte {
   position: absolute;
   left: 50%;
   top: 50%;
   width: 512px; /* Breite des Elements */
   height: 413px; /* Höhe des Elements */
   margin-left: -250px; /* Breite des Elements geteilt durch zwei! */
   margin-top: -150px; /* Höhe des Elements geteilt durch zwei! */
  }

  #mitte2 {
   position: absolute;
   left: 50%;
   top: 50%;
   width: 712px; /* Breite des Elements */
   height: 413px; /* Höhe des Elements */
   margin-left: -380px; /* Breite des Elements geteilt durch zwei! */
   margin-top: -310px; /* Höhe des Elements geteilt durch zwei! */
  }

p.gross {
  font-family: arial, tahoma, verdana;
  font-size: 18px;
  color: #367bb9;
  text-decoration:none;
  font-weight: bold;
  }

/* ------------------------------------------- */

