/*####################### BASICS ############################*/

body {
    font-family: "Times New Roman", Times, serif;
    font-size: 10.5pt;
}

* {
    color: black !important;
    background: white !important;
    background-image: none !important;
    line-height: 1.3em !important;
    text-align: justify;
}

/* unfortunately, only Opera supports most of the specific print settings
cf. http://de.selfhtml.org/css/eigenschaften/printlayouts.htm */

#page {
    margin-top: 0cm;
    margin-right: 1.7cm;
    margin-bottom: 0cm;
    margin-left: 0.5cm;
}

/* Seitenräer - Opera */
@page {
    margin-top: 1.5cm;
    margin-right: 3cm;
    margin-bottom: 1.5cm;
         margin-left: 1.5cm;
}

/* Top margin on first page 10cm */
@page :first {
    margin-top: 10cm
}


/* Margin for left/right printout (eg. for books etc.) */
@page :left {
    margin-left: 4cm;
    margin-right: 3cm;
}

@page :right {
    margin-left: 3cm;
    margin-right: 4cm;
}


/* ####################### CONTENT ############################ */

/* TEXT */

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    clear: left;
}

/* Vermeidung von Seitenumbrüdirekt nach einer Üerschrift */
h1, h2, h3 {
    page-break-after: avoid;
}

h1 {
    font-size: 20pt;
}

h2 {
    font-size: 16pt;
}

h3 {
    font-size: 14pt;
}

h4 {
    font-size: 12pt;
}

h5 {
    font-size: 12pt;
    font-style: oblique;
}

h6 {
    font-size: 10pt;
    font-style: oblique;
}

p {
    orphans: 4;
    widows: 4;  
    margin: 0 0 16pt 0;
    text-align: justify;
    font-size: 10.5pt;
}

em, i {
    font-style: oblique;
}

strong, b {
    font-weight: bold;
}

/* HYPERLINKS */

a:link, a:visited, a:active, a:hover {
    color: black;
    text-decoration: none;
    border: none;
    background: transparent;
}

/* Sichtbare Auszeichnung der URLs von Links extern und intern
macht bei historicum.net lieder keinen Sinn, da die links z. Großeil
durch realURL bzw. ab_linklist nicht proper sind, außrdem brauchen wir
keine URL bei den Popup Bildern
*/

/*
a[href]:after {
    content: "<URL: "attr(href)">";
    color: #000;
    font-style: italic;
    font-size: 8.5pt;
}
*/

/* IMAGES */

img {
    page-break-inside: avoid;
    float: left;
    border: none;
    padding: 0 5pt 5pt 0;
}

/* TABLES */

table, tbody {
    page-break-inside: avoid;
    margin: 12pt 0;
    border: 1px solid black;
    border-collapse: collapse;
}

th, col, colgroup, tr, td {
    font-size: 10.5pt;
    vertical-align: top;
    text-align: left;
}

th, td {
    padding: 5pt;
    border: 1px solid black;    
}

caption {
    font-style: italic;
    caption-side: top;
    margin-bottom: 6pt;
}

/* LISTS */

ul, ol, dl {
    margin: 0;
    padding: 0;
    font-size: 10.5pt;
}

ol li   {
    list-style-type: decimal;
}

ol ol li    {
    list-style-type: lower-alpha;
}

ol ol ol li {
    list-style-type: lower-roman;
}

li {
    margin: 0 0 0 1em;
}

dt, dd {
    margin: 0 0 0 1em;
}

/* FORMS */
form {
    display: none;
    padding: 0;
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

/* OTHERS */

address {
    margin: 0 0 1em 0;
    font-style: normal;
}

/* Einfüon Abküen
abbr[title]:after, acronym[title]:after {
    content: '(' attr(title) ') ';
}
*/

blockquote, cite, q {
    border: 0;
    font-family: inherit;
}

code, pre {
    display: block;
    margin: 0 0 1em 0;
    padding: 0.5em;
    font-family: monospace;
    font-size: 12pt;
}

abr, acronym, dfn, var {
    font-style: italic;
}



/* ####################### NO DISPLAY ############################ */


#branding,
#tickercontainer,
#clickstream,
#naviMain,
#naviMeta,
#content-additional,
#print,
hr,
#jumpnavi,
#navi-main,
#footer,
#wdr5logo,
#headbg,
#lilipuzlogo,
#lilipuzslogan,
.nbg,
#livestream,
#searchbox,
.tx-cagsw-bprev,
.tx-cagsw-bnext,
.more-link,
.labelForButtons,
.tx-cagweekteaser-tabli-mon,
.tx-cagweekteaser-tabli-tue,
.tx-cagweekteaser-tabli-wed,
.tx-cagweekteaser-tabli-thu,
.tx-cagweekteaser-tabli-fri,
.tx-cagweekteaser-tabli-sat,
.tx-cagweekteaser-tabli-sun,
.lesen,
.accessibility a,
.news-single-backlink,
.news-list-morelink,
.pfeile {
    display: none;
}

.news-list-item {
page-break-inside: avoid;
}

