/* BECKERMAIL.AT print stylesheet  */

body
{
    margin: 0 !important;
    padding: 0 !important;
    overflow: auto !important;

    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    line-height: 14px;
    color: #888;
    background-color: #FFF;
}

.print
{
    display: inline;
}

#logo
{
    display: none;
}

#footercontainer
{
    margin-top: 15px;
    border-top: 1px solid #DDD;
    text-align: center;
    vertical-align: top;
    background-color: transparent;
}
#footer
{
    color: #000;
}
#footer a
{
    color: #000;
}
#footer_img
{
    display: none;
}



/*
    overflow: auto !important;

*/

