/* Fonts einbinden */
@font-face {font-family: 'allerbold';
    src:url('aller_bd-webfont.woff2') format('woff2'),
        url('aller_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {font-family: 'alleritalic';
    src: url('aller_it-webfont.woff2') format('woff2'),
         url('aller_it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {font-family: 'allerlight';
    src: url('aller_lt-webfont.woff2') format('woff2'),
         url('aller_lt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {font-family: 'allerregular';
    src: url('aller_rg-webfont.woff2') format('woff2'),
         url('aller_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {font-family: 'archerbook';
    src: url('Archer-Book-Pro.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {font-family: 'archerbookitalic';
    src: url('Archer-BookItal-Pro.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.left {text-align: left; }
.justify {text-align: justify; }
.center {text-align: center; }






