/* Übernommen von Marcus */
/* HEADER */
h1,h2,h3,h4,p {
	font-family: "Times New Roman", Times, serif; text-align: center;
	}
h1 { font-size: 36pt; font-weight: bold; }
h2 { font-size: 24pt; font-weight: bold; }
h3 { font-size: 18pt; font-weight: normal; }
h4 { font-size: 16px; font-weight: bold;text-align:left }
h1.ital { font-style:oblique font-size: 36pt; font-weight: bold; }
h2.ital { font-style:oblique font-size: 24pt; font-weight: bold; }
h3.ital { font-style:oblique font-size: 18pt; font-weight: normal; }

p {font-size: 16px; text-align:justify;font-weight: normal; line-height:1.4}
p.cent {text-align:center; }
p.fett { font-weight: bold; }
p.zit { line-height:1.1;text-indent:1.25cm}
p.zitquel { font-size: 12px; line-height:1.1; text-align: right;font-style: oblique; }
p.kursiv { font-style: oblique; }
p.kursivfett {  font-weight: bold; font-style: oblique; }
p.bild-text {}

p.navi {text-align:center; line-height:1.2;}
p.navism {text-align:center; line-height:1; font-size:8pt;}

/* BODY */
body {
	margin:0.75cm; background:#ffffff; background-image:url(backgrnd.jpg);background-repeat:repeat; background-attachement:fixed; padding:0px
	}
/* .body { margin:0.5cm; font-family: "Times New Roman", Times, serif; font-size: 16pt; text-align: justify; font-weight: normal } */
.bodyEmph { font-family: "Times New Roman", Times, serif; font-size: 16px; text-align: justify; font-weight: bold}
.bodyItalic { font-family: "Times New Roman", Times, serif; font-size: 16px; text-align: justify; font-weight: normal ; font-style: italic}
.bodyUnderlined { font-family: "Times New Roman", Times, serif; font-size: 16px; text-align: justify; font-weight: normal ; text-decoration: underline}
.bodyItalicEmph { font-family: "Times New Roman", Times, serif; font-size: 16px; text-align: justify; font-weight: bold; font-style: italic ; text-decoration: underline}
.bodyNB { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: justify; font-weight: normal }
.bodyNav { font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-align: justify; font-weight: normal }
.bodyNavBlind { font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-align: justify; font-weight: normal ; color: #999999}
/* selbst eingefügt um die Hyperlinks zu definieren */
A:link {color:#FF0000; text-decoration:underline;}
A:hover {color:#808080; text-decoration:underline;}
A:active {color:#800000; text-decoration:underline;}
/* den VISITED LINK sollte man Besser im HTML-Document formatieren, da dass dann beides mixt und der HOOVER erhalten bleibt */

