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