/* Formatvorlage Seccheck

   Erstellt
   Wann        Wer
   28.05.2001  mean

   Aenderungen
   Wann        Wer      Was
   18.06.2001  mean     Pseudo-Gefahrenstufe 99 (=Test nicht durchfuehrbar)
                        ergaenzt
   26.06.2001  mean     Helleres Blau bei Pseudo-Gefahrenstufe
   28.02.2002  mean     Coorporate Identity von meile.biz IT solutions
                        hineingebracht
   08.04.2002  mean     Schriftgrösse diesselbe wie normaler Text
   05.05.2003  meilebiz Anpassung für SEC-CHECK®-Outfit
*/

/* Allgemein (SEC-CHECK(R)-Design) */

BODY {
  color: rgb(67, 67, 67);
  background-color: rgb(255, 255, 255);
  font-family: "Verdana", Arial, sans-serif;
  font-size: 11px;
}

H1, H2, H3, H4, H5, H6, CAPTION {
  color: rgb(155, 202, 225);
  background-color: transparent;
  font-weight: bold;
}

H1 { font-size: 1.5em;
       margin-bottom: 0.3em; }

H2 { font-size: 1.2em;
       margin-bottom: 0.2em; }

H3 { font-size: 1em;
       margin-bottom: 0.1em; }

A:link    { color: rgb(26, 26, 26);
              background-color: transparent; }
A:visited { color: rgb(26, 26, 26);
              background-color: transparent; }
A:active  { color: rgb(26, 26, 26);
              background-color: transparent; }
A:hover   { color: rgb(255, 0, 0);
              background-color: transparent; }

TABLE { font-size: 12px }

TABLE.stufen CAPTION { text-align: left; }

/* Startlink */

DIV.Startlink {
  text-align: center;
}

DIV.Startlink TABLE {
  text-align: center;
  background-color: rgb(155, 202, 225);
  color: white;
  font-size: 1.4em;
  border-style: outset;
  border-color: rgb(255, 255, 255);
  border-width: 2px;
}

DIV.Startlink A {
  text-decoration: none;
}

P.zentr { text-align: center; }

IMG { border-style: none; }

/* Hinweise */

H2.wichtig {
   color: rgb(0, 0, 255);
   background-color: transparent;
}

/* Stile für Ausgabe */

TABLE.report {
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
  border-color: black;
  font-size: 11px;
}

TABLE.report TH, TABLE.report TD {
  text-align: left;
  vertical-align: top;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  padding: 4px;
}

TABLE.report COL.p1 {
  width: 90px;
}

TABLE.report COL.p2 {
  width: 80px;
}

TABLE.report COL.p3 {
  width: 400px;
}

TABLE.report COL.p4 {
  width: 179px;
}

P.Wartebalken {
  font-size: 9px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* 16.02.2008: Für blauer Balken */
HR { border-style: solid;
                                   border-color: rgb(155, 202, 225);
                                   padding-top: 0px;
                                   margin-top: 0px;
                                   margin-right: 10px; }

DIV.BlockHervorhebung { background-color: rgb(155, 202, 225);
                                   color: rgb(0, 0, 0);
                                   padding-left: 1em;
                                   padding-right: 1em;
                                   padding-top: 0.2em;
                                   padding-bottom: 0.2em;
}

P.JetztStarten { text-align: center;
   font-size: 2.5em;
   font-weight: bold; }
P.JetztStarten A { vertical-align: middle; }