/* Gemeinsames Stylesheet fuer alle Ausgabemedien. */


/* Textauszeichnungen */

q {
    font-style: italic;
}
q q {
    font-style: normal;
}

/* Spracheigenschaften */
:lang(de)>* {
    quotes: "\201e" "\201c" "\201a" "\2018";
}
:lang(en)>* {
    quotes: "\201c" "\201d" "\2018" "\2019";
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}


/* Textausrichtung */

#inhalt {
    text-align: justify;
}

/* Ueberschriften */
h1, h2, h3, h4, h5, h6, li {
    text-align: left;
}
h1 {
    font-size: 14pt;
}
h2 {
    font-size: 13pt;
}

/* Hoch-/Tiefstellen */
sub {
    vertical-align: sub;
    font-size: smaller;
    line-height: normal;
}

sup {
    vertical-align: super;
    font-size: smaller;
    line-height: normal;
}

hr {
    border: 0.1em;
    border-style: solid none none none;
    margin: 0.75em auto;
}

/* Tabellen */
table {
    font-size: 8pt;
    margin: 0;
    padding: 0;
    border-spacing: 0px;
}

/* Listen */
ul {
   font-size: 8pt;
   margin-left: 0;
   padding-left: 2em;
}
li {
   padding-left: 0;
}

dt {
    font-weight: bold;
}
dl.auflisten dd {
    padding: 0;
    margin: 0;
}
div.auflisten {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.unter {
    margin-left: 2ex;
}
dt {
    font-weight: bold;
}
dl.auflisten dd {
    padding: 0;
    margin: 0;
}

/* Bilder */

img {
    border: 0;
}

img.ref {
    border: 1px solid black;
    position: relative;
    z-index: 1;
}

img.teaser {
    margin: 2px;
}
