@charset "utf-8";
/* CSS Document */
/* Text-Modul */
p.moduletext {
	margin: 0;
	padding: 10px 0 0 0;
}

.moduletext.left {
	text-align: left;
}

.moduletext.center {
	text-align: center;
}

.moduletext.justify {
	text-align: justify;
}

.moduletext.right {
	text-align: right;
}

.moduletext img.left {
	float: left;
}

.moduletext img.right {
	float: right;
}
