/*******************************************************************************

        Project          :        Winecat
        Copyright        :        Pierre Rohr
*******************************************************************************/

/* ### Logo ################################################################# */
#logo {
        position:absolute;
        top:10px;
        right:10px;
        border: 1px solid #37444f;
        background-position: 0 0;
        background-repeat: no-repeat;
}

#logo a {
        display:block;
        height:8px;
        width:186px;
        text-indent:-700em;
}

/* ### Header ############################################################### */

#header {
        background:#828232 url(bg_header.gif) 210px 0 no-repeat;
        color: #c4c4c4;
}

#nav-header {
        position:absolute;
        left:210px;
        bottom:18px;
}

/* ### Teaser ############################################################### */

#main-teaser {
        background:url(header.gif) no-repeat;
}

/* ### Main-block Background ################################################# */

#main-block {
        background-image: url(linie_main_block.gif);
        background-position: 327px 0;
        background-repeat: repeat-y;
        background-color: #828232;
        padding-bottom: 40px;
}

