/* CSS für Druckausgabe bei hrr-strafrecht.de */

/* ------- Body ------- */

body {
	margin: 1em 0 1em 0;
	padding: 0;
	color: #000000;
	font-size: 101%;
}

/* ------- Grundformate ------- */

/* Standardschriftart */

h1, h2, h3, h4, h5, h6, p, a, ul, ol, input, td, blockquote, small { font-family: Georgia, "Times New Roman", Times, serif; }
p, blockquote ol, li, ul, input, select, option textarea { font-size: 10pt; }

/* Überschriften: */

h1 { font-size: 14pt; font-weight: bold; color: #000000; text-align: center; margin: 10px 0px 10px 20px; display:block; }
h2 { font-size: 12pt; font-weight: bold; color: #000000; text-align: center; margin: 0px 0px 0px 20px; display:block; }
h3 { font-size: 10pt; font-weight: bold; color: #000000; text-align: left; margin: 10px 0px 0px 20px; display:block; }
h4 { font-size: 10pt; font-weight: normal; font-style:italic; color: #000000; text-align: left; margin: 10px 0px 0px 20px; display:block; }
h5 { font-size: 10pt; font-weight: normal; color: #000000; text-align: left; margin: 10px 0px 0px 20px; display:block; }
h6 { font-size: 10pt; font-weight: normal; color: #000000; text-align: left; margin: 10px 0px 0px 20px; display:block; }
.zu { text-decoration: underline; text-align: center; }

/* Absätze: */

p { font-size: 10pt; text-align: justify; }
blockquote { font-size: 10pt; text-align: justify; margin-right: 60px; margin-left: 60px; text-indent: 0em; }
fn { font-size: 8pt; }

/* Listen: */

ul { text-decoration: none; list-style-type: disc; }
ol { text-decoration: none; }
li { margin-right: 20px; margin-left: 20px; }

/* ------- Links: -------  */

a {
	text-decoration: none;
	color: #000000;
	text-decoration: none;
}

/* ------- Titel -------  */

#titel {
	display: none;
}

/* Buttonleiste */

#buttons {
	display: none;
}

/* Kopfzeile */

#navigation {
	display: none;
}

/* Inhaltehintergrund */

#main {
	margin: 0;
	padding: 0;
}

#fusszeile {
	display: none;
}

/* Klasse zum Beenden des Element-Floating */

.nofloat {
	clear: both;
	visibility: hidden;
	height: 0px;
}