/*
Style Sheet for Printers
*/

@page
{
        size: auto;
        margin:1.5cm;
}

tr
{
        page-break-before: auto;
}

#content_container
{
        /*
        position:absolute;
        */
        top: 0cm;
        left:0cm;
        width:auto;
        z-index:3;
        float: none;
        overflow:hidden;
}

#content
{
        /*
        position:absolute;
        */
        top: 0cm;
        left:0cm;
        width:auto;
        z-index:3;
        float: none;
        overflow:hidden;
}


/* disabled stuff below */


#title_sign
{
        
        position:absolute;
        top:0px;
        left:0px;
        z-index:2;
        width:370px;
        height:180px;
        overflow:hidden;
        display: none;
}

#title_img
{
        
        position:absolute;
        top:0px;
        left:370px;
        z-index:2;
        width:570px;
        height:180px;
        overflow:hidden;
        display: none;
}

#subtitle
{
        position:absolute;
        top:140px;
        left:220px;
        z-index:3;
        width:720px;
        max-width:720px;
        padding-top:5px;
        padding-right:10px;
        overflow:hidden;
        display: none;
}

#nav
{
        position:absolute;
        top:180px;
        left:0px;
        z-index:3;
        width:220px;
        display: none;
}





#footer
{
        position:relative;
        bottom:0px;
        z-index:3;
        width:720px;
        max-width:720px;
        overflow:hidden;
        display: none;
}

#endbar_bottom
{
        height:10px;
        display: none;
}

#background_top
{
        position:absolute;
        top:0px;
        left:0px;
        z-index:1;
        width:940px;
        height: 100%;
        overflow:visible;
        display: none;
}

#background_bottom
{
        position:absolute;
        top:0px;
        left:0px;
        z-index:1;
        width:940px;
        height: 100%;
        overflow:visible;
        display: none;
}

