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

BODY {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  color: black;
  background-color: white;
  text-align: left;
  margin-left: 0.5cm;
  margin-right: 0.5cm;
}

/* Farben:                     */
/* 47,103,144   das Blau       */
/* 153,0,51     das Bordeaurot */
A:link      { font-weight: bold; text-decoration: none; color: rgb(47,103,144); }
A:visited   { font-weight: bold; text-decoration: none; color: rgb(47,103,144); }
A:hover     { font-weight: bold; text-decoration: underline; color: rgb(47,103,144); background-color: rgb(255,255,230); }	/* Blau auf Blaßgelb */ /* war: 238,238,238 = #EEEEEE */

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

H1, H2, H3, H4 {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  color: rgb(153,0,51);
  font-weight: bold;
  padding-top: 2pt;
  padding-bottom: 2pt;
  margin-bottom: 2pt;
}
H1 {
  font-size: large;
  margin-top: 12pt;	/* 15pt */
}
H2 {
  font-size: medium;
  margin-top: 8pt;	/* 12pt */
}
H3 {
  font-size: small;
  margin-top: 6pt;	/* 9pt */
}
H4 {
  font-size: x-small;
  margin-top: 6pt;	/* 9pt */
}

/*---------------------------------------------------------------------*/
/* Tabellen                                                            */

TABLE {
  margin: 0;
  /* default: vertical-align: center; */
}
TABLE.menu {
}
TABLE.links {
}
TABLE.iconbar {
}

TR.grau {
  background-color: #EEEEEE;
}
TR.weiss {
  background-color: white;
}
TR.menu {
}
TR.iconbar {
}

TD.menu {
/* background-color: #EFFFEF; */
}
TD.link {
  padding-top:    1.5pt;
  padding-bottom: 1.5pt;
  padding-left:   3pt;
  padding-right:  3pt;
  text-align:     left;
}
TD.iconbar {
  padding-top:    0;
  padding-bottom: 0;
  padding-left:   5pt;
  padding-right:  5pt;
  vertical-align: bottom;
}

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

P {
  margin-top: 6pt;
  margin-bottom: 6pt;
}
P.navbar {
  /* background-color: rgb(238,238,238); */
  margin-left: 8pt;	/* 8pt */
  margin-top: 0;
  margin-bottom: 0;
}
P.iconbar {		/* 25.3.02 nicht mehr verwendet */
  margin-left: 8pt;
  margin-top: 0;
  margin-bottom: 0;
}
P.error {
  color: red;
  font-weight: bold;
}
P.micro {
  font-size: 50%;
  margin-top: 0;
  margin-bottom: 0;
}

/*---------------------------------------------------------------------*/
/* Zeichenformate                                                      */

B.inactive {
/* inaktiver Menüpunkt [aktiver Menüpunkt ist ein Link] */
  font-weight: bold;
  color: rgb(150,150,150);
}

B.link      { font-weight: bold; text-decoration: none; color: rgb(47,103,144); }

/*---------------------------------------------------------------------*/
