﻿/*-- Print --*/

/* för popup fönster */
body.print
{
    font-size: 12pt;
    font-family: Times New Roman, serif;
}

.printContent
{
   width: auto;
   margin: 4% 4% 2% 5%;
}


/* 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%;
}
   
#firstColumn, #header, #fourthColumn, #footer, #subNavigation
{
   display: none;
}


#MainContentHolder
{
    width: auto;
}

a:link, a:visited 
{
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
#content a:link:after, #content a:visited:after 
{
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#content a[href^="/"]:after
{
   content: " (http://www.dynamicdog.se" attr(href) ") ";
}
}