/*	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = =	*
 	STYLES FOR RTE HTMLAREA
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
 .align-left {
	text-align: left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.no-line-spaces {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
} 

.important {
	background-color: #FDDF7D;
}

.ortdatum {
	color: #AC2325;
}

.warenkorbinfo {
	margin:0 0 15px 0;
	text-align:left;
	vertical-align:middle;
	padding:6px 6px 6px 33px;
	background: #2E80A0 url('/fileadmin/img/warenkorb_ausrufezeichen.gif') 0 0 no-repeat;
	color:#FFFFFF;
	font-size:1.4em;
	font-weight:bold;
}

.warenkorbfrage {
	margin:0 0 15px 0;
	text-align:left;
	vertical-align:middle;
	padding:6px 6px 6px 33px;
	background: #96AB00 url('/fileadmin/img/warenkorb_fragezeichen.gif') 0 0 no-repeat;
	color:#FFFFFF;
	font-size:1.4em;
	font-weight:bold;
}

