/* Hier befinden sich alle Klassendefinitionen die im RTE des Typo3 zu finden sind( "Auswahlmöglichkeiten für die Textgestaltung") */


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

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

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

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

p.kleiner_zeilen_abstand{
margin:0px;
}

p.kleine_schrift {
font-size:10px;
}

p.normale_schrift {
font-size:11px;
}

p.grosse_schriftt {
font-size:13px;
}

h2.ohne_unterstrich {
border-bottom:0px;
}

h2.mit_unterstrich {
border-bottom:1px solid;
}

h3.ohne_unterstrich {
border-bottom:0px;
}

h3.mit_unterstrich {
border-bottom:1px;
}

h4.ohne_unterstrich {
border-bottom:0px;
}

h4.mit_unterstrich {
border-bottom:1px;
}

h5.ohne_unterstrich {
border-bottom:0px;
}

h5.mit_unterstrich {
border-bottom:1px;
}