@charset "utf-8";
/* CSS Document */

table {
        width:640px;
        height:426px;
               
        /* fuer horizontale und vertikale zentrierung */
        position: absolute;
        left:50%;
        margin-left:-320px;  /* Um die Hälfte der Breite nach links schieben */
        top:40%;
        margin-top:-200px;  /* Um die Hälfte der Höhe nach oben schieben */
      }
      
    body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}