@charset "UTF-8";

/*Zur Positionierung der Listenelemente*/
.termine li {
	list-style-type: square;
	left: -1em;
	position: relative;
	line-height: 1.4em;
}

/*Zur span-class Formatierung des Datums*/
.date {
	width:9em;
	display:inline-block;
	text-align:right;
	margin-left: -0.5em;
}

/*Zur span-class Formatierung des Veranstaltungsortes - zur korrekten Anzeige auf iPhone notwendig*/
.loc {
	display:inline-block;
	text-indent:1em;
	margin-left: -0.8em;
}
