/* CSS Document */

.textflussRechts{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	display:inline;
}

.textflussLinks{
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	display:inline;
}

.textflussAufheben{
	clear:both;
}
