@media all
    {
/* ---------------------------------------------------- EINSTELLUNGEN PRINT-LAYOUTS (mit base_print.phtml) */
.page_margins
{
    width: 580px; /* optimale Printbreite */
}

#col1 {
    width: 100%;
}

/* hintergrund-images werden nicht ausgedruckt, also hier nicht als background-image:... verwenden */
img#stiLogoPrint {
    margin-top: 8px;
    margin-bottom: 13px;
    float: right;
}

/* < URL: ... > für die Links ausgeben (modifiziert von YAML core). Funktioniert nicht in IE */
li > a[href]:after,
p > a[href]:after,
span > a[href]:after,
small > a[href]:after
{
    content: " < URL: "attr(href)" >";
    background-color: #444;
    background: inherit;
    font-size: 83.33%;
    color: #333;
    text-decoration: none;
}
p > a[class=stiNoUrlPrintMode]:after
{
    content: normal;
}

    }

