blockquote
{
	font-style: italic;
}

.unterstrichen
{
	text-decoration: underline;
}

.durchgestrichen
{
	text-decoration: line-through;
}

	/* Ausrichtung */

.links
{
	text-align: left;
}

.zentriert
{
	text-align: center;
}

.rechts
{
	text-align: right;
}

.blocksatz
{
	text-align: justify;
}

/* Farben */

.gruen
{
	color: #2A7F00;
}

.rot
{
	color: #D40000;
}

.blau
{
	color: #2A3FAA;
}

/* Unicode */

.griechisch
{
	font-family: Arial Unicode MS; /* ?????????????????????????????????????????? */
	font-size: 1.3em;	
}

.lautschrift
{
	font-family: Arial Unicode MS; /* ?????????????????????????????????????????? */
	font-size: 1.3em;	
}

	/* Farben */

ol.roemischezahlen
{
	list-style-type: upper-roman;
}

ol.buchstaben
{
	list-style-type: upper-alpha;
}

/* Bild */


.bildeintrag
{
	margin: 0 auto 0.7em auto;
}

.bildfreirechts img, .bildfreirechtsrand img, .bildfreilinks img, .bildfreilinksrand img, .bildabsatz img
{
	vertical-align: middle;
}

/* # freie Formate ######################### */

.bildfreirechts
{
	text-align: center;
	margin: 0.8em 0 0.8em 2em;
	padding: 0 0 0 0;
	float: right;
}
.bildfreirechtsrand
{
	text-align: center;
	margin: 0.8em 0 0.8em 2em;
	padding: 0 0 0 20px;
	float: right;
	border-left: solid 1px #B5B5B5;
}

.bildfreilinks
{
	text-align: center;
	margin: 0.2em 2em 0.8em 0;
	padding: 0 0 0 0;
	float: left;
}
.bildfreilinksrand
{
	text-align: center;
	margin: 0.8em 2em 0.8em 0;
	padding: 0 20px 0 0;
	float: left;
	border-right: solid 1px #B5B5B5;
}

.bildfreirechts .bildtext, .bildfreirechtsrand .bildtext, .bildfreilinks .bildtext, .bildfreilinksrand .bildtext
{
	font-size: 0.89em;
	line-height: 1.23em;
	margin: 0.3em 0 0 0;
	width: 150px;
}


/* # Absatz-Formate ######################## */

.bildabsatz
{
	text-align: center;
	margin: 1.2em auto 1.2em auto;
	padding: 0 0 0 0;
}
.bildabsatz .bildeintrag
{
	width: 33%;
	float: left;
	margin: auto;
}

.bildabsatzzwei
{
	width: 66%;
}
.bildabsatzzwei .bildeintrag
{
	width: 49%;
}

.bildabsatzeins
{
}
.bildabsatzeins .bildeintrag
{
	width: 100%;
	float: none;
}
.bildabsatzeins .bildeintrag div
{
	text-align: center;
	margin: auto;
}


.bildabsatz .bildeintrag
{
	width: 33%;
	float: left;
}

.bildabsatz .bildtext
{
	font-size: 0.89em;
	line-height: 1.23em;
	margin: 0.3em auto 0 auto;
}

.bildabsatzende
{
	clear: both;
}


