


/* ===== Standards ===== */

/* --- Überschriften --- */

h1, h2, h3, h4, h5, h6 {
	margin-top: 1.6em;
	margin-bottom: 1em;
	line-height: 1.2em;
}

h1 { margin-top: 0px; } /* Gegen den Opera Margin Bug (div.inhalt hat keinen margin, sondern ein padding */
h1 + h2 { margin-top: 1em }

h1 { font-size: 23px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

h1.titel { margin-bottom: 0; }
h2.untertitel { margin-top: .2em; margin-bottom: 1.4em; }


/* --- Text --- */

a:hover { color: red; }


p { margin-top: 0em; margin-bottom: 1em; line-height: 1.4em; }
p.hinweis { font-size: 11px; line-height: 1.4em; }

p.eingerueckt {
	margin-left: 2.25em;
	font-size: 12px;
}


div.eingerueckt {
	font-weight: bold;
	padding-left: 2.5em;
	margin-top: 1.2em; margin-bottom: 1.2em;
}

table.eingerueckt { font-size: 12px; margin-left: 2em; margin-bottom: 1em; }
table.eingerueckt tr > td { padding-right: 1em }

span.unterstrichen {
	text-decoration: underline;
}
span.durchgestrichen {
	text-decoration: line-through;
}


/* ===== Tabellen ===== */

table, tr, td { border: 0; margin: 0; padding: 0; border-collapse: collapse; vertical-align: top; }



/* ===== Download-Liste ===== */

ul.download li { list-style: none; position: relative; margin-left: 2.1em; margin-top: 1.6em; margin-bottom: 1.8em; }
ul.download li div { position: absolute; height: 32px; width: 32px; left: -38px; top: -7px; }
ul.download li div a { display: block; height: 32px; width: 32px; }
ul.download p { margin-top: 2px; margin-bottom: 2px; }
ul.download div:hover + p a { color: red; }



/* ===== Literatur ===== */

ul.literatur { list-style: none; padding-left: 0; }
ul.literatur li { margin-top: 1em; margin-bottom: 1em }

ul.literatur li p {
	margin-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: 0; margin-top: 0;
}

ul.literatur li p + p { text-indent: 0em; }

span.autor {
	font-style: italic;
}





