@charset "utf-8";
/* CSS Document */
/* Text-Modul */
.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;
}

