/**
 *    Stripgenerator Layout
 *    Used on: -- / --
 *
 *    @author  David Panzalović (david.panzalovic@3fs.si)
 *    @author  Frenk T. S. Nahtigal (frenk.ten@3fs.si)
 *    @version 1.03
 **/

/* for displaying the vertical & horizontal grid */
/*@import url(grids.css);

/* =COMMON
----------------------------------------------- */
body, html {
    position: relative;
}

/* =CONTAINERS
----------------------------------------------- */

/* =header
----------------------------------------------- */
#header > .user dl dt a {
    border: 1px solid #fff;
}

#header > .user dl dt a:hover {
    border: 1px solid #ffffff;
}

#header > .user dl dt a:hover img {
    top:-18px;
}

#header > .user dl dd a {
    width: 100%;
}

/* =actionNotice
----------------------------------------------- */
#actionNotice {
    position: absolute;
    left: 0px;
}