/*
***********************************
**   UBA Drucker-Stylesheet: Dokument    **
***********************************
*/
BODY {
 text-indent: 0.0em;
 text-align: justify;
 font-family: "Book Antiqua", Serif;
 font-size: 11pt;
}
P {
 text-indent: 0.0em;
 text-align: justify;
 margin-top: 0.50em;
 font-family: "Book Antiqua", Serif;
 font-size: 11pt;
}
TABLE {
 margin-top: 0.5em;
}
TH, TD {
 margin: 0em;
}
TD.footer {
 font-family: "Book Antiqua", Serif;
 font-size: 8pt;
}
CAPTION {
 font-family: "Book Antiqua", Serif;
 font-size: 9pt;
 text-align: left;
 margin-top: 0.5em;
 margin-bottom: 0.5em;
}
A {
 background: #d8ffd8  none;
}
A.none {
 background: #ffffff  none;
}
H2 {
 text-align: left;
 font-family: "Helvetica", "Arial", Sans-Serif;
 font-size: 15pt;
 color: #cc0000;
}
H3 {
 text-align: left;
 font-family: "Helvetica", "Arial", Sans-Serif;
 font-size: 12pt;
 color: #cc0000;
}
H4, H5, H6, H7 {
 text-align: left;
 font-family: "Helvetica", "Arial", Sans-Serif;
 font-size: 11pt;
 color: #000000;
}
OL, UL, DL {
 text-align: left;
}
PRE {
 text-align: left;
 font-family: "Courier", monospace;
}

/*
 --------------------------------------------------------------------------------
 folgende Erweiterungen wurden von Nagy zu Versuchszwecken eingebaut
 Sie dienen zur Layoutierung von zu druckenden Dokumenten
 --------------------------------------------------------------------------------
*/

/* Manueller Seitenumbruch */
BR.page
   {
   page-break-after: always
   }


