.zettel {
	height: 350px;
	width: 590px;
	border: 1px solid #CCCCCC;
  background: #FDF9CE;
	margin: 10px;
	padding: 10px;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000099;
	text-align: left;
}
.einleitung {
	width: 590px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
        background: white;
        padding: 10px 15px 10px 15px;
}
.seitenzeile {
	width: 590px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
}
.texttitel {
	font-size: 15px;
	font-weight: bolder;
}