/*#################################################################### Erstellt von eScriptum GmbH & Co KG - Jan Pertermann | (C) 2012 für Neukirchener Verlagsgesellschaft mbH, Neukirchen-Vluyn ######################################################################*/ /*### FONTS ###*/ /*--- serif ---*/ @font-face { font-family:serif-linlib-regular; src:url(fonts/serif-linlib-regular.otf); font-weight:normal; font-style:normal;} @font-face { font-family:serif-linlib-regular-italic; src:url(fonts/serif-linlib-regular-italic.otf); font-weight:normal; font-style:italic;} @font-face { font-family:serif-linlib-bold; src:url(fonts/serif-linlib-bold.otf); font-weight:bold; font-style:normal;} /*@font-face { font-family:serif-linlib-bold-italic; src:url(fonts/serif-linlib-bold-italic.otf); font-weight:bold; font-style:italic;}*/ /*--- sans-serif ---*/ /*@font-face { font-family:sans-dejavu-regular; src:url(fonts/sans-dejavu-regular.ttf); font-weight:normal; font-style:normal;}*/ /*@font-face { font-family:sans-dejavu-regular-italic; src:url(fonts/sans-dejavu-regular-italic.ttf); font-weight:normal; font-style:italic;}*/ @font-face { font-family:sans-dejavu-bold; src:url(fonts/sans-dejavu-bold.ttf); font-weight:bold; font-style:normal;} /*@font-face { font-family:sans-dejavu-bold-italic; src:url(fonts/sans-dejavu-bold-italic.ttf); font-weight:bold; font-style:italic;}*/ @font-face { font-family:sans-dejavu-xlight; src:url(fonts/sans-dejavu-xlight.ttf); font-weight:normal; font-style:normal;} /*### SET BACK ### */ p, li, ol, ul, h1, h2, h3, h4, h5, h6, table, td { font-family: serif-linlib-regular, serif; font-size:1em; font-style:normal; font-weight:normal; line-height:1.3em; padding:0; margin:0; text-align:left; text-decoration:none; color:#010101; background-color: transparent;} a { color:inherit; background-color: inherit; text-decoration:inherit; line-height: inherit;} /*### PAGE ###*/ @page { margin:1.25em;} /*### BODY ### */ body { font-family: serif-linlib-regular, serif; font-size: 100%; background-color: #fcfcfc; color: #010101; padding: 0; margin: 0;} /*### BASIC ### */ ul, ol { margin-left: 1.3em; list-style-position: outside;} p, li { text-align:justify;} h1, h2, h3, h4, h4, h5, h6 { font-family: sans-dejavu-bold, sans-serif; -webkit-hyphens:none;} em { font-family: serif-linlib-regular-italic, serif; font-style: italic; } strong { font-family: serif-linlib-bold, serif; font-weight: bold; } span.sup { font-size: 0.85em; line-height: 0.65em; vertical-align:60%;} div.footnotes {margin-top: 2em;} /*### ADVANCED ### */ strong.bold { } em.italic { } em.regular { font-family: serif-linlib-regular, serif; font-style: normal; } strong.bold-italic { font-family: serif-linlib-bold-italic, serif; font-weight: bold; font-style:italic; } /*### SPECIAL ### */ h1.chapter, h1.front-sec-1, h1.back-sec-1 { font-family: sans-dejavu-xlight, sans-serif; font-weight:normal; text-transform:uppercase; font-size: 1.15em; margin-bottom: 1.3em; } h2.sec-1, h2.sec-1-no-sp-after { font-family: sans-dejavu-bold, sans-serif; font-weight:bold; font-size: 1em; margin-top: 1.3em; margin-bottom: 1em; } h2.sec-1-no-sp-after { margin-bottom: 0; } p.p-sec-1-sp-after { margin-bottom: 1.3em; } h3.sec-2 { font-family: sans-dejavu-bold, sans-serif; font-weight:bold; font-size: 0.85em; margin-top: 1.3em; } p.para-fline-ind { text-indent: 1.5em; } p.para-no-fline-ind { } p.para-right { text-align: right; } p.para-no-fline-ind-sp-before { margin-top: 1.3em; } li.list { } li.list-sp-before { margin-top: 1.3em; } li.list-numbered { } p.para-footnote { font-size: 0.85em; text-indent: -1.5em; margin-left: 1.5em; } /*### HELPER CLASSES ###*/ .small { font-size: 0.85em } .fline-indent { text-indent: 1.5em } .left-indent { margin-left: 2em; } .sp-before {margin-top: 1.3em;} .sp-before-start {margin-top: 2em;} .sp-before-start-padding {padding-top: 2em;} .sp-before-half {margin-top: 0.65em;} .page-break-before {page-break-before: always;} .left-align { text-align: left; } .justify { text-align:justify; } .center { text-align:center; } .blockade { color:#FF0000; }