/* Zentrierung */
html, body {
                    height:100%;
                }

body {
                    background-color:#2c2018;
                    color:#630;
                    font:100.01%/1.4 sans-serif;
                    text-align:center; /* horizontal centering for IE Win quirks */
        }

