/* Formatierungen fuers Drucken   */

/* Hintergrund ausblenden */
body  { background-image:none; }

nav#chefa,
header,
body>footer { display:none; }

/* La sekvaj trukoj nur funkcias per Mozilo, Netskapo 6.x, 7.x, Fajrovulpo kaj Operao */
a[class="fremd"]:after {
    content:" <"attr(href)">";
 color:#888;
 background-color:inherit;
 font-style:italic;
 font-size:80%;
}

*[title]:after {
 content:" ("attr(title)")";
 color:#888;
 background-color:inherit;
 font-style:italic;
 font-size:80%;
}

/* Formate für die Bilder
figure.live,
figure.live-alta,
figure.dekstre,
figure.dekstre-alta {
float:none;
margin:0.3em 1.0em 0.3em 0;
}
                */
figure.live,
figure.dekstre {
     width:45%;
     height:auto;
}
figure.live img,
figure.dekstre img {
     width:95%;
     height:auto;
}
/*
figure.live figcaption,
figure.dekstre figcaption {
     font-size:50%;
}
*/