/**
 * This file containts the CSS Styles for the header
 * with it's toolbar, the userbar and the whole main navigation
 *
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @version     $Revision: 1.3 $
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     Header
 */

@media screen,projection,tv,handheld {

    /**
     * @subsection  Header
     */
    #Header {
        height: 68px;
        padding: 8px 0px;
        background:
            url(../img/header_background.png);
        background-repeat:
            repeat-x;
        background-position:
            left bottom;
        color: #FFFFFF;
        position:   relative;
        z-index: 10;
    }

} /* end @media */