html, body {
	background-color:#fff;
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
	color:#05a;
}

/* ------------- Inhaltsverzeichnis -------------- */

.teilA { 		/* Die Hauptpunkte des Menüs */
	font-weight:bold;
	padding-left:10px;
	margin:10px 0px 5px 25px;
}

.teilB { padding-left:70px; }  /* Untermenüpunkte (eingerückt) */


/* --------------------- Text --------------------- */
.kapitelueberschrift {
	font-size:12pt;
	font-weight:bold;
	margin:20px 0px 10px 30px;
}

a { color:#05a; text-decoration:none; }

p a { text-decoration:underline; }

p { text-indent:10pt;} 			/* die erste Zeile eines Absatzes wird eingerückt */
.einzugOben { margin-top:0px; } /* Wenn der Absatz oben in einer Spalte beginnt. Er beginnt 
									sonst zu niedrig im Verhältnis zur anderen Spalte. */

.textueberschrift, .textueberschriftOben { font-weight:bold; margin-bottom:10px; text-indent:0px; }
.textueberschriftOben { margin-top:0px; }

.kursiv { font-style:italic; }
.fett { font-weight:bold; }
.rot { color:#f00; font-weight:bold; }
.anmerkung { font-size:7pt; padding-top:5px; text-indent:0px; border-top:1px solid #05a;; }
.bildunterschrift { text-align:left; text-indent:0px; font-size:8pt; font-style:italic; }

ul { margin-top:0px; margin-bottom:0px; }
ul li { margin-left:-20px; padding-bottom:8px; list-style-type:disc; }
ol li { margin-left:-15px; padding-bottom:8px; list-style-type:decimal; }

table, td { border-collapse:collapse; border:1px solid #05a; margin-bottom:20px; }
td { padding:5px; vertical-align:top; }
.zeilenfarbe { background-color:#d5e9fc; }

/* Hängende Initialien: breite, schmale und normal-breite Buchstaben */

.schmal { width:12pt; }
.normal { width:20pt; }
.breit { width:26pt; }

.schmal, .normal, .breit {
	overflow:hidden;
	float:left;
	font-size:22pt;
	height:22pt;
}

img { border:0px solid #f00; }
.hintergrundbilder { background-position:right top; background-repeat:no-repeat; }

/* Styleangaben für den Inhaltsteil des Inhaltsverzeichnisses und der Sitemap */

.inhaltsverzeichnis { margin-left:10px; } /* "Kasten", in dem sich der Inhalt der Inhaltsverzeichnisse befindet */

.hauptpunkt li { 	/* Liste mit den Hauptmenüpunkten */
	font-weight:bold;
	list-style:none;
}

.unterpunkt { margin-top:5px; }	/* Liste mit den ersten Unterprunkten */

.unterpunkt li {
	font-weight:normal;
	list-style:none;
	padding-bottom:0px;
}