/*---------------------------------------------------------------------*/
/* Style-Sheets für den Bildschirm (MEDIA=SCREEN)                      */
/*---------------------------------------------------------------------*/
/*
Farben (rot):
  Hellrot =     rgb(255,204,204)
  Mittelrot =   rgb(204,102,102)
  Dunkelrot =   rgb(153,0,51)
Farben (grau):
  Silbergrau =  rgb(224,224,224)
  Hellgrau =    rgb(204,204,204)
  Mittelgrau =  rgb(102,102,102)
  Dunkelgrau =  rgb(51,51,51)
*/

BODY {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  background-color: white;
  background-image: url('Hintergrund.gif');
  margin-left: 0.0cm;
  margin-right: 0.0cm;
}

/*
BODY.Home {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  background-color: white;
  background-image: url('Hintergrund.gif');
  margin-left: 0.2cm;
  margin-right: 0.2cm;
}
*/

A:link      { text-decoration: none; color: rgb(0,0,128); }
A:visited   { text-decoration: none; color: rgb(0,0,128); }
A:hover     { text-decoration: none; color: rgb(153,0,51);
              background-color: rgb(192,192,176);
}
/*---------------------------------------------------------------------*/
/* 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: Medium;
  line-height: 105%;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 4pt;
  margin-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 {
  font-size: large;
  margin-top: 0pt;
}
H2 {
  font-size: medium;
  margin-top: 12pt;
}
H3 {
  font-size: x-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;
}
TD {
  font-size: x-Small;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding-left: 3pt;
  padding-right: 3pt;
}
*/
/*
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) }
*/
/*---------------------------------------------------------------------*/

/*
arch-tag: 2ea229f8-8cf0-46de-98df-558f66503d11
*/