/* 
    Document   : print
    Created on : 11.03.2010, 09:49:19
    Author     : cb
    Description: print style sheet
*/
*, html {
    font-size:12pt;
    color:black;
}
table#layout tbody td {
    background:none !important;
}
#navigation, a:visited {
    background:none !important;
}
#navigation dt {
    display:block;
    color:white;
    line-height:40px;
    font-size:20px;
    font-weight: bold;
}
#navigation dd {
    display:none;
}
#fpanel {
    display:none;
}
#copyright {
    float:right;
}

