
/* style sheet metadata ****************************************** */
/*                                                                 */
/* project:      STYLEWORKS                                        */
/* website:      www.thestyleworks.de                              */
/* function:     layout grid                                       */
/* author:       k. langenberg                                     */
/* date:         26-dec-2006                                       */
/* version:                                                        */
/*                                                                 */
/*                                                                 */

/* primary layout, basic stuff *********************************** */


#top-across {
    background: url(../graphics/css-back-header-7.jpg)
                no-repeat
                0% 0%;
    padding: 0;
    border-width: 0;
    border-left: 1px solid #325;
    margin: 0 0 0 0px;
    height: 140px;
    text-align: right;
    position: relative;
    }

#main-text {
    color: #000;
    line-height: 1.4;
    background: #fffefc
                url(../graphics/css-back-main-1.gif)
                repeat-x;
    padding: 2em 2em 2em 85px;
    border: 1px solid #fffefc;
    border-width: 1px 0 1px 0;
    margin: 0 0 0 148px;
    }

#bottom {
    color: #99c;
    background-color: #fffefc;
    font-size: 0.86em;
    text-align: center;
    padding: 0.8em 0.8em 1.8em 0.8em;
    border: 1px solid #325;
    border-width: 0;
    margin: 0 0 -1em 148px;
    }

#webstat {
    display: none;
    }

#contentbottom {
    font: 10px monospace;
    letter-spacing: 2px;
    padding: 1em 1em 0;
    border-top: 1px solid #325;
    margin: 0.7em;
    }

#printbottom {
    display: none;
    }

#textbox {
    padding: 1em;
    border: 1px dashed #f3e5ad;
    margin: 1em 0 1em 1em;
    width: 25%;
    float: right;
    }

#navigation {
    color: #000;
    background: #fcf5ec;
    background-image: url(../graphics/css-back-nav-a-top-2.gif);
    background-position: 100% 1px;
    background-repeat: no-repeat;
    line-height: 20px;
    padding: 8px 0 0 0;
    border: none;
    margin: 140px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 148px;
    z-index: 500;
    }