﻿
/* för direkt print */
@media print {
html, body {
    background: white;
    margin: auto;
    padding: auto;
    background: #fff;
    text-align: left;
    color: #000;
    width: 100%;
    min-width: 100%;
    font-size: 100%;
}
   
#firstColumn, #header, #fourthColumn, #footer, #subNavigation, p.socialToolbar, #pageToolBar
{
   display: none;
}


#MainContentHolder
{
    width: auto;
}

a:link, a:visited 
{
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
}
