/* style.css */

/* allgemeines */
body, pre {
    background-color:#FFFFFF;
    font-size:12pt;
    font-family:Arial, Verdana, Helvetica, sans-serif;
}
/* menue */
.menu {
    position:fixed;
    left:73%;
    right:8%;
    top:17%;
    padding-bottom:1.1em;
    border-left-width:1px;
    border-left-style:solid;
    border-color:#000000;
}
/* logo */
.logo {
    font-size:67%;
    margin-bottom:5em;
    line-height:120%;
    font-weight:700;
    text-align:right;
}
.logo:first-letter {
    font-weight:900;
    color:#DC143C;
    font-size:200%;
    text-align:right;
}
/* change */
.change, .druckversion {
    font-size:67%;
    font-weight:700;
    line-height:120%;
    position:fixed;
    left:73%;
    right:8%;
    top:80%;
    text-align:right;
}
/* site: linke seite */
.site {
    position:absolute;
    left:8%;
    right:40%;
    top:17%;
}
/* site_small: verwendet in person: */
.site_small {
    position:absolute;
    left:8%;
    right:30%;
    top:17%;
}
/* content1: nach .haupttitel oder .seitentitel */
.text {
    position:absolute;
    margin-top:7%;
    line-height:150%;
}
/* ueberschriften */
.haupttitel {
    font-size:240%;
    font-weight:normal;
    letter-spacing:0.15em;
}
.haupttitel:first-letter {
    font-weight:500;
    color:#DC143C;
    font-size:150%;
}
.seitentitel {
    margin-top:0.8em;
    font-size:150%;
    font-weight:500;
    letter-spacing:0.05em;
}
.untertitel {
    font-size:120%;
    margin-bottom:0.5em;
}
/* links */
.link_person {
    font-size:91%;
    font-weight:normal;
    margin-top:2em;    
}
.link_weiter {
    font-weight:normal;
    margin-top:2em;
}

.link_person + .link_weiter {
    margin-top:0;
}
/* para: abschnitt-typen */
pre {
    line-height:200%;
    color:#808080;
}
.absatz {
    margin-bottom:0.5em;
}
.absatz3 {
    margin-bottom:0em;
}
.absatz3 + .absatz3 {
		text-indent:1.2em;
}
/* listen */
.liste {
    line-height:150%;
    list-style-type:none;
    margin-top:0.5em;
    margin-bottom:0.5em;
}
.liste_klein {
    line-height:150%;
    list-style-type:disc;
    margin-top:0em;
    margin-bottom:0.5em;
    font-size:9pt;
}
.menu ul {
    line-height:150%;
    list-style-type:none;
    margin-top:1em;
    margin-bottom:1em;
}
/* inline */
.hervorhebung {
    color:#808080;
}
/* link */
a:link {
    text-decoration:none;
    color:#3C960A;
}
a:visited {
    text-decoration:none;
    color:#008080;
}
.menu a {
    font-weight:600;
}
