/* 
    Document   : print
    Created on : 2012-09-20, 11:39:15
    Author     : Rafał
    Description:
        Purpose of the stylesheet follows.
*/

#col-1, #sub-header, #nav-top, #nav-n-search, #col-3,#main-bottom-shadow,#shortcuts,#footer-nav {
    display: none;
}
#header, #sub-content-wrapper, #footer-wrapper, #col-2, #col-1-n-col-2{
    display: block;
    position: static;
    float: none;
    margin: 1px auto;
    height:auto;
    clear:both;
}
#col-2{
    margin: 100px auto 0;
}

#logotype,#top_contact,#copyright,#author,#virgo_powered{
  position:static;
  page-break-after: avoid;
}
#logotype,#top_contact,#copyright,#author,#virgo_powered,#subpage,#subpage-page-wrapper, #page-wrapper {
  page-break-after: avoid;
}


#sub-content-wrapper{
    margin-top: 0px;
    
}

