/*
***********************************
**   UBA Stylesheet: Dokument    **
***********************************
*/
BODY {
 margin-left: 0.5em;
 margin-right: 1.0em;
 text-indent: 0.0em;
 text-align: justify;
 font-family: Verdana, Georgia, "Lucida Sans Unicode" , "Arial", "Book Antiqua", sans-serif;
}
BODY.links {
 margin-left: 0.5em;
 margin-right: 1.0em;
 text-indent: 0.0em;
 text-align: left;
 font-family: Verdana, Georgia, "Lucida Sans Unicode" , "Arial", "Book Antiqua", sans-serif;
}
P {
 text-indent: 0.0em;
 margin-left: 1.0em;
 text-align: justify;
 margin-top: 0.50em;
 font-family: Verdana, Georgia, "Lucida Sans Unicode" , "Arial", "Book Antiqua", sans-serif;
 }
P.links {
 text-indent: 0.0em;
 text-align: left;
 margin-top: 0.50em;
 font-family: Verdana, Georgia, "Lucida Sans Unicode" , "Arial", "Book Antiqua", sans-serif;
}
P.mitte {
 text-indent: 0.0em;
 text-align: center;
 margin-top: 0.50em;
 font-family: Verdana, Georgia, "Lucida Sans Unicode" , "Arial", "Book Antiqua", sans-serif;
}
TABLE {
 margin-top: 0.5em;
 margin-left: 1.0em;
}
TH, TD {
 margin: 0em;
 border : 1px solid #999999;
}
CAPTION {
 font-family: Verdana, Georgia, "Lucida Sans Unicode" , "Arial", "Book Antiqua", sans-serif;
 font-size: 0.8em;
 text-align: left;
 margin-top: 0.5em;
 margin-bottom: 0.5em;
}
A {
 background: #eaffea  none;
}
A.none {
 background: transparent;
}
A.grau {
 background: #cccccc  none;
}
H2 {
 text-align: left;
 font-family: "Helvetica", "Arial", Sans-Serif;
 color: #cc0000;
}
H3 {
 text-align: left;
 font-family: "Helvetica", "Arial", Sans-Serif;
 color: #cc0000;
}
H4, H5, H6, H7 {
 text-align: left;
 font-family: "Helvetica", "Arial", Sans-Serif;
 color: #000000;
}
OL, UL, DL {
 text-align: left;
}
PRE {
 text-align: left;
 font-family: "Courier new", monospace;
}

/* ---------------------------------------------------------------------------- */
/*
Folgende Entrys dienen zur Beschreibung des Aussehens
von Tabellen Eintraegen

Create:	Nagy, 21-Jan-1997

Update:
*/
/* ---------------------------------------------------------------------------- */

   .Text
          {
          font-family: Verdana, Georgia, "Lucida Sans Unicode" , "Arial", "Book Antiqua", sans-serif;
          font-weight: normal;
          font-size: x-small;
          color: black;
          background: white;
          text-align: left;
          }

   .TableHead
          {
          font-family: Verdana, Georgia, "Lucida Sans Unicode" , "Arial", "Book Antiqua", sans-serif;
          font-weight: bold;
          font-size: small;
          color: black;
          background: #cccccc;
          text-align: center;
          }

    .TableDetail
          {
          font-family: Verdana, Georgia, "Lucida Sans Unicode" , "Arial", "Book Antiqua", sans-serif;
          font-weight: normal;
          font-size: x-small;
          color: black;
          background: #eaffea;
          }

   .TableFoot
          {
          font-family: Verdana, Georgia, "Lucida Sans Unicode" , "Arial", "Book Antiqua", sans-serif;
          font-weight: bold;
          font-size: x-small;
          color: black;
          background: #cccccc;
          }

    .TableDetailGreen
          {
          font-family: Verdana, Georgia, "Lucida Sans Unicode" , "Arial", "Book Antiqua", sans-serif;
          font-weight: normal;
          font-size: x-small;
          color: black;
          background: #eaffea;
          text-align : left;
          padding-right : 10px;
		  padding-left : 10px;
           }

    .TableDetailWhite
          {
          font-family: Verdana, Georgia, "Lucida Sans Unicode" , "Arial", "Book Antiqua", sans-serif;
          font-weight: normal;
          font-size: x-small;
          color: black;
          background: #ffffff;
          text-align : left;
          padding-right : 10px;
		  padding-left: 10px;
          }

   .TableDetailGray
          {
          font-family: Verdana, Georgia, "Lucida Sans Unicode" , "Arial", "Book Antiqua", sans-serif;
          font-weight: bold;
          font-size: x-small;
          color: black;
          background: #cccccc;
          }

/*
 --------------------------------------------------------------------------------
 folgende Erweiterungen wurden von Nagy zu Versuchszwecken eingebaut
 Sie dienen zur Layoutierung von zu druckenden Dokumenten
 --------------------------------------------------------------------------------
*/

/* Manueller Seitenumbruch */
BR.page
   {
   page-break-after: always
   }