/* --------------------------------------------------------------
   Global Styles - Basic Layout 
   Galerie Mertens 2007 
   -------------------------------------------------------------- */

@import url(navigation.css);
@import url(home.css);
@import url(classes.css);
@import url(elements.css);
@import url(termine.css);
@import url(exhibitions.css);
@import url(specifics.css);

    /* layout
    ------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    margin-top: 80px;
    margin-bottom: 5em;
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
    background: #933;
}
#pagehead {
    position: relative;
    width: 78em;
    margin: 0 auto;
    background: url(../staples/topperLeft.gif) left bottom no-repeat;
}
#pagehead div {
    background: url(../staples/topperRight.gif) right bottom no-repeat;
}
#badge {
    position: absolute;
    top: -66%;
    left: 11%;
    line-height: 0em;
}
#locus {
    position: absolute;
    top: -56%;
    right: 0%;
    line-height: 0em;
}

    /* contents proper 
    ------------------------------------------------------------- */
#page {
    position: relative;
    width: 78em;
    margin: 0 auto;
    background: #FC9;
    color: #222;
    /*border: 1px solid #00f;*/
}
#content {
    margin: 0em 2em;
    padding-top: 1em;
    font: 130%/1.4 sans-serif;
    /*border: 1px solid #f00;*/
    border-bottom: 1px solid #FC9;  /* keeps IE6 from skipping the rounded corner */
}

    /* the off and back images
    ------------------------------------------------------------- */
#history {
    position: absolute;
    right: 1em;
    bottom: 1em;
    /*border: 1px solid #0ff;*/
}
    
    /* container for rounded curves at bottom 
    ------------------------------------------------------------- */
#bottomliner {
    background: url(../staples/pageBottomLeft.gif) left bottom no-repeat;
}
#bottomliner p {
    line-height: 2em;
    background: url(../staples/pageBottomRight.gif) right bottom no-repeat;
}

    /* copyright notice 
    ------------------------------------------------------------- */
#copyright {
    text-align: center;
    font: 120%/3.0 sans-serif;
    background: #933;
    color: #FFFAF0;
}