
/* style sheet metadata ****************************************** */
/*                                                                 */
/* project:	Hof Langenberg                                    */
/* website:      www.hof-langenberg.de                             */
/* function:     style sheet für layout                            */
/* author:       k. langenberg                                     */
/* date:         may-2007                                          */
/* version:                                                        */
/*                                                                 */


/* Grundangaben für jede Seite************************************ */

body {
    color: #000;
    font-family: "Trebuchet MS",Verdana,sans-serif;
    background: #fffcf0
                url(../graphics/body-02.gif)
                repeat-y;
    padding: 0;
    margin: 0;
    }


/* Titelzeile mit Hofbild oben quer ****************************** */

#lg-header {
    background: url(../graphics/header-oktober.jpg)
                no-repeat
                0px -12px;
    padding: 0;
    border-width: 0;
    margin: 0 0 0 0;
    height: 185px;
    text-align: right;
    position: relative;
    }


/* Navigationsleiste links *************************************** */

#lg-navigation {
    line-height: 20px;
    padding: 0;
    border: none;
    border-width: 0;
    margin: 0 0 0 0;
    position: absolute;
    top: 252px;
    left: 28px;
    width: 210px;
    z-index: 500;
    }


/* Container mit Speicherlogo ************************************ */

#lg-speicher {
    background: url(../graphics/speicher-04.gif)
                no-repeat;
    padding: 0;
    border: none;
    margin: 0;
    position: absolute;
    top: 5px;
    left: 36px;
    width: 160px;
    height: 224px;
    z-index: 1000;
    }


/* Abschluss unten *********************************************** */

#lg-bottom {
    color: #000;
    background: url(../graphics/bottom-02.gif)
                -3px -2px
                no-repeat;
    font-size: 0.86em;
    text-align: center;
    padding: 2.5em 0 1.5em 171px;
    border: none;
    margin: 0 0 0 0;
    }

#lg-printbottom {
    display: none;
    }


/* Inhalte allgemein ********************************************* */

#lg-inhalte {
    color: #000;
    line-height: 1.4;
    padding: 0 2.5em 0 4em;
    border: 1px solid #fffefc;
    border-width: 0;
    margin: 1.5em 0 3em 203px;
    }

/* Ende ********************************************************** */