
/* style sheet metadata ****************************************** */
/*                                                                 */
/* project:      STYLEWORKS                                        */
/* website:      www.thestyleworks.de                              */
/* function:     basic frame                                       */
/* author:       k. langenberg                                     */
/* date:         29-dec-2009                                       */
/* version:                                                        */
/*                                                                 */
/*                                                                 */
/* styles for body *********************************************** */


body {
    font: 15px Calibri,"Trebuchet MS",Verdana,sans-serif;
    color: #fff;
    background: #fffefc
               url(../graphics/css-back-11.gif)
               fixed;
    padding: 0;
    margin: 0;
    }
html > body {            /* Gilt nicht für IE bis Version 6 */
    max-width: 1005px;
    min-width:  820px;
    }

* html body {            /*  Gilt nur für IE bis Version 6  */
    width: 1005px;
    }