/* Stylesheet für Rosenmilch.Individuum*/
#content{	/* gesamter Ausgabebereich */
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#text{	/* Leseprobe Ausgabebereich */
	font-size: 20px;
	font-family: Comic Sans MS;
	font-weight: 600;
	color: #808080;
}
#content .titelbild{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
