/* Allgemeine Festlegung der Schriftart usw. */
/* ========================================= */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{
 font-family:verdana,sans-serif;
}

p,ul,ol,li,div,td,th,address,nobr
{
 font-size:10pt;
 text-align:justify;
 margin-right:10px;
 margin-left:10px;
}

b
{
 font-size:10pt;
 text-align:left;
}

sup, sub
{
 font-size:0.7em;
}

/* Allgemeine Festlegung der Überschriften */
/* ======================================= */

h1
{
 font-size:15pt;
 color:#7B7304;
 margin-top:1em;
 text-align:right;
 margin-right:10px;
 margin-left:10px;
 border-bottom-style:solid;
 border-bottom-width:1mm;
 border-color:#7B7304;
}

h2
{
 font-size:12pt;
 color:#AA5522;
 margin-top:2em;
 text-align:left;
 margin-right:10px;
 margin-left:10px;
 border-bottom-style:solid;
 border-bottom-width:0.5mm;
 border-color:#AA5522;
}


/* Festlegung der Link-Darstellung */
/* ================================*/

a:link
{
 color:#AA5522;
 text-decoration:underline;
}

a:visited
{
 color:#772200;
 text-decoration:underline;
}

a:active
{
 color:#FF0000;
 text-decoration:underline;
}

/* Formatierung der Anriss-Headline in den News*/
/* =========================================== */

p.subhead
{
 font-size:12pt;
 font-weight:bold;
 margin-top:1cm;
 color:#000000;
 text-align:right;
 margin-right:10px;
 margin-left:10px;
}

/* Formatierung der Anriss-Headline in den NewsPreviews*/
/* =================================================== */

p.subprev
{
 font-size:10pt;
 font-weight:bold;
 margin-top:0.5cm;
 color:#000000;
 text-align:right;
 margin-right:10px;
 margin-left:10px;
}

p.dat
{
 font-size:8pt;
 font-weight:bold;
 color:#8c9cb5;
 margin-top:0.5cm;
 text-align:left;
 margin-right:10px;
 margin-left:10px;
}

/* Formatierung Anriss in den News */
/* =============================== */

p.fett
{
 font-size:10pt;
 font-weight:bold;
 text-align:justify;
 margin-right:10px;
 margin-left:10px;
}

/* Festlegung der Überschrift für den newsPreview */
/* ============================================== */

p.prev
{
 font-size:13pt;
 color:#7B7304;
 margin-top:1em;
 text-align:right;
 margin-right:10px;
 margin-left:10px;
 border-bottom-style:solid;
 border-bottom-width:0.3mm;
 border-color:#7B7304;
}

/* Kleinere Schriften */
/* ================== */

/*Autorangabe im Glossar */
p.autor
{
 font-size:7pt;
 text-align:right;
 margin-right:18px;
 color:#C0C0C0;
}