/**
 * printer friendly style sheets
 * 
 * @project    e-fellows.net charity staffel
 * @author     maik mettenheimer
 * @version    2008-qq
 * 
 */

* {
    background-color: #fff !important;
    font-family: Cambria, Constantia, "Times New Roman", Times, serif;
    text-align: justify;
}

body {
    font-size: 12pt;
}

/* full width */
body, #container, #primaryContent, #footer {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

/* hide navigations */
#mainNav, #serviceNav {
    display: none;
}

/* links */
a:not([href^='#']):after {
    content: " ("attr(href)")";
    color: #ccc;
    font-style: italic;
    font-size: 0.85em;
}

/* titles */
*[title]:after {
    content: " ("attr(title)")";
    color: #eee;
    font-style: italic;
    font-size: 0.85em;
}

img[alt]:after {
    content: "\A ("attr(alt)")";
}

body {
    /* german quotes */
    quotes: "\201E" "\201C" "\201A" "\2018";
    /* english quotes */
    quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before, blockquote:before {
    content: open-quote;
}

q:after, blockquote:after {
    content: close-quote;
}

