body {
	background-color: White;
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}

.banner, .top	{
	display: none;
}

.navigation {
	display: none;
}


.right {
	display: none;
}


.text {
	padding: 5px;
	margin: 5px;
	color: Black;
}


 
.text h1, h2 {
  text-align:center;
 }

.text p {
	text-align: justify;
}

.text p.caps {
}

.text p.caps:first-letter {
	font-size: 35pt;
	float: left;
}

.text p.indent {
	margin-left: 190px;
	margin-right: 40px;
}

.text p.einzug {
	text-indent: -40px;
	margin-left: 40px;
}

.text p.zitat {
	font-style: italic;
}

.text p.big {
	font-size: larger;
	font-weight: bold;
}

.text p.klein {
	font-size: smaller;
}

.text p.klein-fett {
	font-size: smaller;
	font-weight: bold;
}
.text img {
	margin: 5px 10px 5px 0px;
}

.text p.center {
	text-align: center;
}

.text .float {
	float: left;
}

.text p.top {
	font-size: smaller;
	text-align: right;
}

.footer {
	font-style: italic;
}
 
 
#Titelbild {
  float:left;
  margin-top:40px;
 }

.bilder {
  float:left;
  clear:left;
  margin-right:20px;
  border:5px solid #a72013;
  margin-bottom:10px;
 }


