<!--
/* Style Sheet definitions Homepage    */
/* Ulf Kortstock, 22.November 1997     */
/* letzte Aenderung: 9. Juni 2017 */

-->

body  {
	/*margin-bottom : 10px;*/
	/*margin-left : 5px;*/
	font-family :  Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size : 16px;
	background-color : #FFFFFA;
}

@media screen {

.Kopf {
	position : relative;
	left : 5 %;
	width : 90 %;
}

.Hauptteil {
	position : relative;
	left : 5 %;
	width : 80 %;
}

.Abspann {
	position : relative;
	/* bottom : 0px; */
	left : 5 %;
	width : 90 %;
	margin-top : 10px;
	font-size : x-small;
	text-align : Center;
}

}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

h1 {
	font-size : 20px;
	text-align : Center;
}

h3, h4, h5 {
	font-size : 16px;
}

h2, h3.farbig {
	font-size : 16px;
	font-weight : bold;
	text-align : left;
	background-color : #0010CE;
	color : #FFFFFA;
	border-style : none;
	border-width : thin;
	border-color : #0010CE;
	margin-left : 1px;
	/* Dieser margin ist wichtig, damit Netscape 4 die ganze Zeile mit blau hinterlegt. */
	padding-left : 10px;
}

code,pre,tt {
	font-family: "Courier New", Courier, Monospace;
}

.Titelhaupt {
	font-weight : bold;
	font-size : 16px;
	font-style : italic;
	color : #0010CE;
}

.Titelrubrik {
	color : #0010CE;
}

a.Titelrubrik:link, a.Titelrubrik:visited, a.Titelrubrik:active {
	color : #0010CE;
	text-decoration : none;
}

/* Für die Word-Doku */

h1.Doku-Titel {
	font-size : 16px;
	font-weight : bold;
	background-color : #0010CE;
	color : #FFFFFA;
	border-style : none;
	border-width : thin;
	border-color : #0010CE;
	margin-left : 1px;
}
