/* CSS für Druckausgabe bei hrr-strafrecht.de */

@page {
	size: A4;
	margin: 20mm;
}

html {
	font-size: 10pt;
}

/* ------- Body ------- */

body {
	padding: 0;
	color: #000000;
	font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.35;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

/* ------- Grundformate ------- */

/* Standardschriftart */

h1, h2 { font-family: "Source Serif 4", Georgia, "Times New Roman", serif; }
h3, h4, h5, h6, p, a, ul, ol, td, blockquote, small { font-family: "Source Sans 3", Arial, Helvetica, sans-serif; }
p, blockquote, ol, li, ul { font-size: 1rem; }

/* Überschriften: */

h1 { font-size: 1.35rem; font-weight: 600; color: #707070; text-align: center; margin: 0 0 8pt 0; display:block; }
h2 { font-size: 1.15rem; font-weight: 600; color: #000000; text-align: center; margin: 0 0 8pt 0; display:block; }
h3 { font-size: 1rem; font-weight: bold; color: #000000; text-align: left; margin: 10pt 0 3pt 0; display:block; line-height: 135%; }
h4 { font-size: 1rem; font-weight: normal; font-style:italic; color: #000000; text-align: left; margin: 10pt 0 3pt 0; display:block; line-height: 135%; }
h5 { font-size: 1rem; font-weight: normal; color: #000000; text-align: left; margin: 10pt 0 3pt 0; display:block; line-height: 135%; }
h6 { font-size: 1rem; font-weight: normal; color: #000000; text-align: left; margin: 10pt 0 3pt 0; display:block; line-height: 135%; }
.zu { text-decoration: underline; text-align: center; }

/* Absätze: */

p { text-align: justify; line-height: 135%; }
blockquote { text-align: justify; margin-right: 12mm; margin-left: 10mm; text-indent: 0em; line-height: 135%; }
small { font-size: 0.8rem; text-decoration: none; font-weight: normal; }
.klein { font-size: 0.8rem; text-align: left; font-weight: normal; text-indent: 0em; }
.update { font-size: 0.8rem; text-align: right; display:none; }
.zentriert { text-align: center; }
.rechts { text-align: right; }
.keineinzug { text-indent: 0em; }

/* Listen: */

ul { text-decoration: none; list-style-type: disc; }
ol { text-decoration: none; }
li { margin-right: 20px; margin-left: 20px; line-height: 140%; }

/* ------- Links: -------  */

a {
	text-decoration: none;
	color: #000000;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

/* Inhalt */

p {
	margin: 0 0 6pt 0;
	text-indent: 0em;
}

h3 {
	margin: 12pt 0 4pt 0;
	text-indent: 0em;
}

div.rn {
     font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
     display: inline;
     position: relative;
     top: 1.45em;
     margin-left: 98%;
	 font-weight: bold;
	 font-size:  0.8rem;
	 color: #909090;
}

.linie {
	text-align: center;
	color: #ddd;
	background-color: #ddd;
	width: 96%;
	height: 3px;
	margin: 16px 0 16px 0px;
	border: 0;
}
