/* Add css class names below and they will show in all "Style" drop-downs */
.fett { font-weight:bold; }
.kursiv { font-style:italic; }
.bildrechts { float:right; margin:5px 5px 5px 15px; border:1px solid #333; }
.bildlinks { float:left; margin:5px 15px 5px 5px; border:1px solid #333; }
.textmittig { text-align:justify; }
.listekreuzstandart { 
	list-style:none;
	background:url(../../../themes/smd/images/liste_kreuz.gif) no-repeat 0 0.2em;
	padding-left:20px; 
	font-size:1.3em;
	font-style:italic;
	line-height:1.3em;
	margin-bottom:10px;
}
.textkreuz {
	background:url(../../../themes/smd/images/liste_kreuz.gif) no-repeat 0 0.5em;
	padding-left:20px; 
	margin-bottom:10px;
}
.vertikaleliste {
	float:left;
	font-size:1.4em;
	font-weight:bold;
	color:#990000;
	list-style:none !important;
	margin:0 20px;
}