/* Stylesheet für die Wanda */

* {padding: 0; margin: 0; }

// html { height: 101%; } /*erzwingt Scrollbar bei Firefox*/


body { /* Das HTML-Element mit dem Namen body */ 
	width: 850px;
	height: 638px;
   color: white; /* Schriftfarbe */
   background-color: white; /* Hintergrundfarbe */
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 12pt; /* Schriftgröße */
}
#wrapper { /* Das HTML-Element mit dem Attribut id="wrapper" */
   color: black; 
   background-color: white;
   width: 720px;
   margin-top: 10px;
   margin-right: auto; /* Abstand rechts automatisch */ 
   margin-bottom: 10px;
   margin-left: auto; /* Abstand links automatisch */ 
}
