@charset "UTF-8";
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #444;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	background-color: #FFFAF6;
	line-height: normal;
}
.oneColFixCtr #container {
	width: 800px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 0px solid #FFF;
}
.oneColFixCtr #mainContent {
	padding-top: 20px;
	background-color: #FFFAF6;

}
.interview {
	width: 600px;
	font-family: "Courier New", Courier, monospace;
	padding-left: 0px;
}


h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}
h3 {
	text-align: left;
}


h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-align: center;
	line-height: 1.4em;
	word-spacing: 1px;
}
.mittig {
	text-align: center;
}
.einschub1 {
	text-align: left;
	font-weight: bold;
	font-size: 17px;
}
.einschub2 {
	margin-left: 150px;
}
.einschub3 {
	margin-left: 400px;
}
.einschub4 {
	text-align: right;
}
.bild-links {
	float: left;
	padding-right: 20px;
	margin-right: 20px;
}

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


a:link {
	color: #990000;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.p-rot {
	color: #C00;
	font-weight: bold;
}
#wa {
	padding-left: 50px;
	padding-top: 10px;
}
.H1 {
	font-size: 12px;
	text-align: left;
}
.H2 {
	font-size: 16px;
	text-align: left;
}
.H3 {
	font-size: 10px;
	text-align: left;
	color: #999;
}
.H4 {
	text-align: left;
	font-size: 14px;
	color: #444;
	letter-spacing: 1%;
}
.p-fett {
	color: #333;
	font-weight: bold;

