body {
	background-color: #FFFAED;
	background-position: center 50px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36pt;
	color: #FFFAED;
	text-shadow: 2px 2px 6px rgba(3,3,3,1.00);
	opacity: 0.8;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #FFFAED;
	text-shadow: 2px 2px 6px rgba(1,1,1,1.00);
	opacity: 0.8;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:24pt;
	color:#000000;
}
h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:16pt;
	color:#000000;
}

p {
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	line-height: 150%;
	color:#000000;
}

.einzug {
	text-indent: 20px;
	margin-bottom: -16px;
}
.rechts {
	text-indent: 20px;
	margin-bottom: -18px;
	text-align: right;
}


.hinweis {
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
}

.zitat {
	font-family: "Times New Roman", Times, serif;
	font-size:12pt;
}

a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:none;
}
a.nav1 {
	font-size:14pt;
	color:red;
}
a.nav1:hover {
	font-size:14pt;
	color:white;
	background-color:red;
}

.rahmen_braun {
	border: 1px solid #3C4806;
}
.rahmen_rot {
	border: 1px solid #FF0000;
}

.kopf {
	text-align: center;
}
