/**
 * Style sheet artikel
 */
/* Schrift für Artikel */
.mod_article
{
	padding-bottom:1em;
	font-size:1em;
}

/* Überschrift1 für Artikel */
h1
{
	margin-bottom:1em;
	padding:0.5em;
	border:1px solid #cccccc;
	font-size:1.1em;
	color:#2f6889;
}

/* Überschrift2 für Artikel */
.mod_article h2
{
	margin-top:1em;
	margin-bottom:1em;
	padding-left:0.5em;
	font-size:1em;
	color:#2f6889;
}

/* Absätze */
.mod_article p
{
	margin-top:1em;
	margin-bottom:1em;
	padding-right:0.5em;
	padding-left:0.5em;
}

/* Aufzählungen */
.mod_article ul
{
	margin-left:1.5em;
	padding-left:0.5em;
	list-style-type:disc;
}

/* Aufzählungen, sortiert */
.mod_article ol
{
	margin-left:2.5em;
	padding-left:0.5em;
	list-style-type:upper-roman;
}

/* Sortierte Listen arabische Ziffern */
.mod_article .arabziff
{
	list-style-type:decimal;
}

/* Sortierte Listen Kleinbuchstaben */
.mod_article .arablow
{
	list-style-type:lower-alpha;
}

/* Links */
.mod_article a
{
	font-weight:normal;
	text-decoration:none;
	color:#2f6889;
}

/* Links (Mausover) */
.mod_article a:hover
{
	font-weight:normal;
	text-decoration:none;
	color:#5a82bc;
}

/* Links (einzeln stehend) */
.mod_article .alonelink a
{
	margin-left:3em;
}

/* Bilder der Sekretärinnen */
.bild_sekretaerin
{
	float:right;
}

/* Bilder der */
.bild_erfurt
{
	float:left;
	font-size:10px;
}

