/*
    Lion 4G Stylesheet
    Definition print-spezifischer Gestaltungselemente

    HINWEISE:
    - Nicht zur (Um-)Gestaltung von dojo-Komponenten nutzen (-> lion4g-dojo.css)
    - Nicht zur Grundtypographie nutzen (-> lion4g-style.css)

    Version: 0.1
    Datum: 2013-10-24
    Autor: M.Kraft
    Bearbeiter: M.Kraft
*/

body, html {
    /* deshalb kann nichts gedruckt werden...
    height: auto;
    */
    overflow: auto;
}
body {
    background: none !important;
    overflow: initial !important;
    margin: 0;
    font-family: "Times New Roman", "Crimson Text", Garamond, Times, Georgia, serif;
}
.print {
    margin: 1.5cm 1cm 1.5cm 3cm;
}
.newtab {
    margin: .5cm 1cm .5cm 1cm;
    font-family: Lucida Sans, Lucida Grande, Arial;
    font-family: "Source Sans Pro", "Lucida Sans", "Lucida Grande", Arial, sans-serif !important;
}

/* Wozu?
#dijit_layout_ContentPane_10,
#leftColBook,
#rightColBook,
#bnContainerBook,
#overviewPane,
#hitPane,
#menuHitSort,
#dijit_layout_ContentPane_11,
div.archive .dijitClosed {
    display : none;
}
*/

/* Textbereich */
#contentStackBookInner {
    display : block;
    position : absolute;
    left : 0;
    top : 0;
    right : 0;
    margin : 0 0 0 0cm;
}
/* ========== Formatierung  ============= */
#textPane table.ml tr:hover {
    background : inherit;
}
#textPane table.ml td:hover {
    background : inherit;
}
#textPane table.ml td {
    vertical-align : top;
}
#textPane table.ml td.mlinr {
    padding-right : .5em;
}
#textPane table.ml td p:first-child {
    margin-top : 0;
}
