/* DATEI:format.css zur Steuerung des Formats von Textseiten */

body
/* Schrift */
{
 font-family:Verdana, Arial, sans-serif;
}

/* Normaler Text */
p, blockquote, td
{
 font-size:1.1em;
 text-align:left;
}

/* Besondere Textstile */
b, i, em, strong
{
 font-size:1.1em;
}


/* Listeneinträge */
li
{
 margin-top:0.0em;
 margin-bottom:1.1em;
}

/* Text Times New Roman kursiv */
.tnri
{
 font-family:Times New Roman, serif;
 font-style:Italic;
 font-weight:bold;
}

/* Platztext */
div.rm
{
 font-size:1.1em;
 margin-bottom:3.0em;
}

/* Tagebuchtext - etwas größer, fett, kursiv */
.tb
{
 font-size:1.2em;
 font-weight:bold;
 font-style:Italic;
 margin-top:0.8em;
 margin-bottom:0.8em;
}

/*
 Color h3 ist ein Format, das bei h2 aussieht wie h3
 Achtung:Erbt Schriftgrößen aus seiner Umgebung!
*/
.ch3
{
 font-size:0.9em;
 text-decoration:underline;
 margin-top:1.2em;
 margin-bottom:1.2em;
}

/* Linksbündiger Text */
.lt
{
 font-size:1.1em;
 text-align:left;
}

/* Rechtsbündiger Text */
.rt
{
 font-size:1.1em;
 text-align:right;
}

/* Zentrierter Text */
.ct
{
 font-size:1.1em;
 text-align:center;
}

/* Blocksatz Text */
.jt
{
 font-size:1.1em;
 text-align:justify;
}

/* Überschrift H1 */
h1
{
 font-size:2.4em;
 font-family:Times New Roman, serif;
 font-weight:bolder;
 font-style:Italic;
 text-align:center;
 margin-top:1.6em;
 margin-bottom:2.4em;
}

/* Überschrift H2 */
h2
{
 font-size:2.0em;
 font-weight:bold;
 text-align:center;
 margin-top:1.6em;
 margin-bottom:2.0em;
}

/* Überschrift H3 */
h3
{
 font-size:1.6em;
 text-decoration:underline;
 text-align:center;
 margin-top:1.2em;
 margin-bottom:1.2em;
}

/* Überschrift H4 */
h4
{
 font-size:1.4em;
 text-align:left;
 margin-top:0.0em;
 margin-bottom:1.2em;
}

/* Überschrift H5 */
h5
{
 font-size:1.2em;
 text-align:left;
 margin-top:0.0em;
 margin-bottom:1.2em;
}
/* Überschrift H6 */
h6
{
 font-family:Times New Roman, serif;
 font-style:Italic;
 font-size:1.1em;
 text-align:left;
 margin-top:0.0em;
 margin-bottom:1.2em;
}