/* ======= Druck-css fuer www.elbpilgerweg.de ========== */

body {
 background-color: #fff !important;
 background-image: none !important;
 color: #000;
 font-family: georgia, "times new roman", serif;
 font-size: .9em;
}
img, a img { border: 0; }

#links, div#menu, .noprint, img.minibutt { display: none; }
a.zoom img {
 border: none;
 visibility: hidden;
}
a.zoom span img {
 border: none;
 visibility: visible;
}

#rechts, div#text { line-height: 1.8em; }
#rechts a, div#text a {
 text-decoration: none;
 color: #000;
 font-size: .8em;
}

/* ========== Sichtbare Links (nicht in IE): ========== */

#rechts a:link:after, #rechts a:visited:after {
 content: " (" attr(href) ") ";
 font-size: 0.8em;
 margin: 2em;
}
#rechts a[href^="/"]:after {
 content: " (http://www.elbpilgerweg.tld" attr(href) ") ";
 font-size: 0.8em;
 margin: 2em;
}

/* ========== SCHRIFT-FORMATE (wie screen.css) ========== */

h1, h2 { color: #544932 }
h1 { font-size: 1em }
h2 {
 font-size: .8em;
 margin-top: .4em;
}
.small, #text p.small-mt2, #text p.small-mt0 { font-size: .7em }
.rot { color: #c33 }
.bg-rot {
 font-weight: bold;
 background: #c96;
}
.reto {
 unicode-bidi: bidi-override;
 direction: rtl;
 font-style: italic;
}
/* ==================== AUSRICHTUNGEN u. ABSTAENDE ========== */

.cb { clear: both }
.center { text-align: center }

.fl { float: left }
.fr { float: right }

.mt3 { margin-top: 3.em }
.ml13 { margin-left: 1.3em }

