@namespace h "http://www.w3.org/1999/xhtml";
@font-face{
font-family:"AmeriGarmnd";
font-style:normal;
font-weight:normal;
src:url(../Fonts/AmeriGarmnd-Regular.ttf)
}
@font-face{
font-family:"AmeriGarmnd";
font-style:normal;
font-weight:bold;
src:url(../Fonts/AmeriGarmnd-Bold.ttf)
}
@font-face{
font-family:"AmeriGarmnd";
font-style:italic;
font-weight:normal;
src:url(../Fonts/AmeriGarmnd-Italic.ttf)
}
@font-face {
font-family: "Bologna";
src: url(../Fonts/Bologna.ttf);
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Aargau";
src: url(../Fonts/Aargau.ttf);
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Sans";
src: url(../Fonts/SansPro-Bold.ttf);
font-style: normal;
font-weight: bold;
}
@page {
margin: 0;
padding: 0;
border: 0;
}
body {
/* Wer einmal alles richtig strukturiert */
/* und OOP verstanden hat, braucht weniger */
/* zu definieren */
margin: 15px;
font-family: AmeriGarmnd, serif;
line-height: 1.20;
widows: 1;
orphans: 1;
text-align: justify;
text-indent: 0;
-epub-hyphens: none !important;
-moz-hyphens: none !important;
-webkit-hyphens: none !important;
hyphens: none !important;
font-weight : normal;
font-style : normal;
text-decoration : none;
font-variant : normal;
}
p {
/* Die Schriftart American Garamond */
/* ist extrem klein */
display: block;
font-size: 1.12em;
margin: 0;
}
h2 {
/* unsichtbar */
font-size: 1.12;
font-style: normal;
font-weight: normal;
color: white;
margin: 0;
text-align: center;
}
.intro {
/* Introbild in den Kapiteln */
float: left;
margin: 0 12px 4px 0;
}
.iauto {
/* Größe des Introbilds in den Kapiteln */
width: auto;
height: 6.5em;
}
.none { font-size: 0; line-height: 0}
.text { text-indent: 24px }
.pi { margin-left: 32px }
.px { margin-top: 1em }
.pxx { margin-top: 2em }
.pxxx { margin-top: 3em }
.pc { text-align: center }
.pr { text-align: right }
.sml{font-size:.818em}
.kap { font-size: .792em }
a {
color: darkblue;
text-decoration: inherit;
}