  body {
    min-width: 720px; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
  }

html[xmlns^="http"]
			{
			/* verhindert Mozilla-Zucken
			 * > Firefox 1.5
			 */
			overflow-y: scroll;
			}

  html {
    padding: 0;
    height:100%;
    margin-bottom:1px;
  }
  
  body {
    margin: 0; padding: 0;
  }
