/*---------------------------------------------------------------------*/
/* Style-Sheets für den Bildschirm (MEDIA=SCREEN)                      */
/*---------------------------------------------------------------------*/

BODY    { color: #fee8ae; font-size: medium; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #142a27; margin-right: 0.5cm; margin-left: 0.5cm }


A:link         { color: #0be001; text-decoration: none }
A:visited     { color: #0be001; text-decoration: none }
A:hover      { color: rgb(51,0,153); text-decoration: none; background-color: orange }
/*---------------------------------------------------------------------*/
/* Spezialitäten                                                       */
/*
.Button     { cursor: pointer }
.Hinterlegt { background-color: rgb(208,192,192); }
.Grau       { background-color: rgb(204,204,204); }
.Farbig     { color: rgb(153,0,51); }
.Kleiner    { font-size: 85%; }
.Groesser   { font-size: 115%; }
.Verborgen  {	display : none; }
.Untertitel {
  color: rgb(153,0,51);
  font-size: x-small;
  font-weight: bold;
  padding-top: 2pt;
  padding-bottom: 2pt;
  margin-top: 9pt;
  margin-bottom: 2pt;
}
*/

/*---------------------------------------------------------------------*/
/* Absätze                                                             */

P, PRE, HR, UL, OL, DL, DT, LI, BLOCKQUOTE   { font-size: small; line-height: 105%; margin-top: 4pt; margin-bottom: 0; padding-top: 0; padding-bottom: 0 }
HR  { height: 1pt; Color: rgb(192,192,176); }
LI  { padding-top: 0; margin-top: 2pt; margin-left: -1em; }
DT  { padding-top: 0; }

/*---------------------------------------------------------------------*/
/* Überschriften                                                       */

H1, H2, H3, H4 {
  color: rgb(0,153,51);
  font-weight: bold;
  padding-top: 2pt;
  padding-bottom: 2pt;
  margin-bottom: 2pt;
}
H1     { color: #fee8ae; font-size: large; margin-top: 2pt }
H2     { color: orange; font-size: small; margin-top: 12pt }
H3    { color: teal; font-size: small; margin-top: 9pt }
H4 {
  font-size: x-small;
  margin-top: 9pt;
}

/*---------------------------------------------------------------------*/
/* Tabellen                                                            */
TABLE  {
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 4pt;
  margin-bottom: 0;
}
TH {
  font-size: x-Small;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding-left: 3pt;
  padding-right: 3pt;
  padding-top: 4pt;
  padding-bottom: 4pt;
  background-color: yellow;
}
TD {
  font-size: x-small;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding-left: 1pt;
  padding-right: 1pt;
  border: 0px solid #000;
  overflow: hidden;
}
/*
TABLE.Hinterlegt { background-color: rgb(208,208,192); }
TD.Hinterlegt    { background-color: rgb(208,208,192); }
TH.Hinterlegt    { background-color: rgb(192,192,176); }
*/

/*---------------------------------------------------------------------*/
/* Kopfzeilen                                                          */

/*
.Header1, .Header2, .Header3, .Header4 {
  text-align: center;
}
.Header1 {
  font-size: small;
  font-weight: bold;
  color: RGB(102,102,102);
  padding-top: 2pt;
  padding-bottom: 2pt;
  margin-top: 0pt;
  margin-bottom: 0pt;
}
.Header2 {
  font-size: medium;
  font-weight: bold;
  padding-top: 0pt;
  padding-bottom: 0pt;
  margin-top: 4pt;
  margin-bottom: 0pt;
}
.Header3 {
  font-size: x-small;
  padding-top: 0pt;
  padding-bottom: 0pt;
  margin-top: 4pt;
  margin-bottom: 0pt;
}
.Header4 {
  font-size: xx-small;
  background-color: rgb(208,208,192);
  padding-top: 1pt;
  padding-bottom: 1pt;
  margin-top: 4pt;
  margin-bottom: 4pt;
  border-top: none;
  border-bottom: none;
}

P.Header4 A:link    { text-decoration: none; color: rgb(0,0,153); }
P.Header4 A:visited { text-decoration: none; color: rgb(0,0,153); }
P.Header4 A:hover   { text-decoration: none; color: rgb(153,0,51);
                      background-color: rgb(192,192,176) }
*/
/*---------------------------------------------------------------------*/
