/*
 * Tlač
 *
 * @author:    CRYSTAL Studio
 * @email:     crystal.studio@seznam.cz
 * @version:   $Id: print.css 58 2009-03-07 13:32:57Z Silver Zachara $
 */

/* Wrapper for primary and secondary content */
#outer {
    margin-left: 0;
    padding-top: 0;
}

/* Main content
 -----------------------------------------------------------------------------*/
#primaryContent {
    margin-left: 0;
}

/* Secondary content
 -----------------------------------------------------------------------------*/
#secondaryContent {
    display: none;
    position: absolute;
    width: 0;
}

/* Site's header
 -----------------------------------------------------------------------------*/
#header {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
}

/* Main navigation(Main menu)
 -----------------------------------------------------------------------------*/
#mainNav {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
}
