/* KOMMENTAR ------------------------------------------------------------------
    @Projekt : metaCSS Framework
    @Datei : print.css
    @Zweck : Drucken.
    @Datum : 17. Februar 2009
    @Kontakt : <http://www.metaphora.de>
    @CSS : CSS 2.1
    @HTML : (X)HTML
    @Anmerkungen : .
----------------------------------------------------------------------- K.P. */

#metaSearch, 
#metaNavigationMain, 
#metaSkip,#metaLeft, 
#metaRight, 
.xar-mod-head, 
.xar-mod-head + table, 
#metaTop, 
#metaFooter a
 {
    display: none;
}

/*
@page
{
    size: 21cm 30cm;
}
*/

img,
object {
    display: none;
}

div {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    background: #fff;
    color: #000;
    font: 12pt "Times New Roman", Garamond, Palatino, Times, serif;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
    font-weight: bold;
    margin: .75em 0 .5em 0;
    page-break-after: avoid;
}

h1 {
    background-color: inherit;
    color: #86b416;
    font-size: 15pt;
    line-height: 1.6em;
}

div.xar-articles-body {
    page-break-after: avoid;
}

h2 {
    color: #3c6215;
    background-color: inherit;
    font-size: 14pt;
    letter-spacing: .05em;
    line-height: 1.5em;
}

h2 a:link,
h2 a:visited {
    background-color: inherit;
    color: #3c6215;
    text-decoration: none;
}

h3 {
    font-size: 13pt;
    background-color: inherit;
    color: #000;
}

h4 {
    background-color: inherit;
    color: #000;
    font-size: 13pt;
}

h5 {
    font-size: 12pt;
}

h6 {
    font-size: 12pt;
}

ol, ul, li {
    font-size: 1.0em;
    line-height: 1.8;
    margin-top: .2em;
    margin-bottom: .1em
}

p {
    font-size: 1.0em;
    line-height: 1.5;
    margin: 0 0 1em 0
}

code {
    font-size: .76em;
    font-family: Monaco, monospace;
    color: #333;
    background: inherit;
}

a:link, a:visited{
    background-color: inherit;
    color: inherit;
    font-weight: normal;
    text-decoration: underline;
}

a:link[rel=external], a:visited[rel=external]{
    background-color: inherit;
    color: #3c6215;
    font-weight: bold;
    text-decoration: underline;
}

.xar-articles-body a[href]:after {
    background-color: inherit;
    color: #3c6215;
    content:" <"attr(href)">";
    font-style: italic;
}

a img {
    border: none
}

blockquote {
    font-style: italic;
}
