/* style.css */

/* Druckseite */
@page {
	  margin-left:2.5cm;
}	  
/* allgemeines */
body, pre {
    background-color:#FFFFFF;
    font-size:12pt;
    font-family:Garamond, Palatino, Times Roman;
}
/* content1: nach .haupttitel oder .seitentitel */
.text {
		margin-top:2em;
		margin-bottom:4em;
		padding-bottom:1.5em;
    line-height:150%;
    position:relative;
    left:20mm;
    width:160mm;
    border-bottom:1px solid;
    
}
/* ueberschriften */
.haupttitel {
	  margin-top:3em;
    font-size:200%;
    font-weight:600;
    letter-spacing:0.05em;
    position:relative;
    left:20mm;
    width:160mm;
    
}
.haupttitel:first-letter {
    font-weight:500;
    color:#DC143C;
    font-size:150%;
}
.seitentitel {
	  margin-top:4em;
    font-size:150%;
    font-weight:600;
    letter-spacing:0.05em;
    position:relative;
    left:20mm;
    width:160mm;
    page-break-after:avoid;
}
.untertitel {
    font-size:120%;
		page-break-after:avoid;
}
.untertitel > a {
	  font-size:80%;
}	  
.absatz + .untertitel {
	  margin-top:1.5em;
}	  	
.untertitel + .untertitel {
	  margin-top:0.5em;
}	  
/* links */
.link_weiter, .link_person {
	  display:none;
}	  
/* para: abschnitt-typen */
pre {
    line-height:200%;
}
.absatz {
		margin-top:0.5em;
    margin-bottom:0.5em;
}
.absatz3 {
    margin-bottom:0em;
    orphans:2;
}
.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:130%;
    list-style-type:disc;
    margin-top:0em;
    margin-bottom:0.5em;
    font-size:10.5pt;
}

/*inline*/
.hervorhebung {
/*    color:#808080; */
    font-weight:700;
    
}
/* link */
a:link {
    text-decoration:none;
    color:#808000;
}
a:visited {
    text-decoration:none;
    color:#663366;
}

/* logo */
.logo {
    font-size:67%;
    margin-bottom:5em;
    line-height:120%;
    font-weight:700;
    text-align:right;
}
.logo:first-letter {
	  font-family:Arial, Verdana, Helvetica, sans-serif;
    font-weight:900;
    color:#DC143C;
    font-size:200%;
}
/* change */
.change {
    font-family:Arial, Verdana, Helvetica, sans-serif;	
    font-size:67%;
    margin-top:2em;
    font-weight:700;
    line-height:120%;
    text-align:right;
}
/* logo */    
.logo {
    font-family:Arial, Verdana, Helvetica, sans-serif;	
    font-size:67%;
    margin-top:2em;
    font-weight:700;
    line-height:120%;
    text-align:right;
    position:relative;
    left:20mm;
    width:160mm;  
}