/* Dokument: Font-Size=1 bewirkt korrekte Formatierung bei Spacer wia Grafik mit <..."Height="1px"><br> */
body        { font-family: sans-serif; font-size: 1pt; }

/* Links */
  a         { color:#004278; text-decoration:none; }
  a:hover   { color:#BFBFBF; background-color: #0070C0; font-weight:bold; }

/* die vier Hauptbereiche jeder Seite: Logo (left/top), Header (top, 100%), Menü (left, 100%), Footer (bottom, 20px), Content (rest) */
/*
                     /----------------------------------------------------------------\
   oben, Höhe=70px:  | Logo (=110px) | Header (=670px)                                |
                     | --------------|------------------------------------------------|
   mitte, Höhe=full: | Menü          | Content (=670px)                               |
                     |               |                                                |
                     |               |                                                |
                     |               |------------------------------------------------|
   unten, Höhe=20px: |               | Footer (=670px)                                |
                     \----------------------------------------------------------------/
*/

  .logo-fixed           { position: absolute; left: 50px; top: 0px; width: 115px; height: 70px;
                          color: #FFFFFF; background-color: #004278; }
   body>.logo-fixed     { position: fixed; }

  .header-fixed         { position: absolute; left: 160px; top: 0px; width: 670px; height: 68px;
                          color: #004278; background-color: #004278;
                          background-image:url(./graphics/siv-header.gif);
                          background-repeat: no-repeat; }
   body>.header-fixed   { position: fixed; }

  .line-fixed           { position: absolute; left: 50px; top: 68px; width: 780px; height: 2px;
                          background-color: #ED1C24; }
   body>.line-fixed     { position: fixed; }

  .menue-fixed          { position: absolute; left: 50px; top: 70px; width: 110px; height: 100%;
                          padding-left: 5px;
                          color: #004278; background-color: #C6DBF4; }
   body>.menue-fixed    { position: fixed; }

  .menuex-fixed         { position: absolute; left: 50px; bottom: 100px; width: 110px;
                          padding-left: 5px;
                          color: #004278; background-color: #C6DBF4; }
   body>.menuex-fixed   { position: fixed; }

  .footer-fixed         { position: absolute; left: 160px; bottom: -5px; width: 670px; height: 25px;
                          color: #FFFFFF; background-color: #004278; }
   body>.footer-fixed   { position: fixed; }

  .contback-fixed       { position: absolute; left: 160px; top: 70px; width: 668px; height: 100%;
                          background-color: #FBFBFB;
                          border-width: 1px; border-color: #555555; border-style: solid; }
   body>.contback-fixed { position: fixed; }

  .content              { position: absolute; left: 170px; top: 75px; width: 650px;
                          color: #000000; }

  .keywds-fixed         { position: absolute; left: 160px; top: -100px; height: 99px;
                          color: #004278; background-color: #004278;
                          font-family: sans-serif; font-size: 3pt; }
   body>.keywds-fixed   { position: fixed; }

/* Schriften */
  .sans-std           { font-family: sans-serif; font-size: 11pt; }
  .sans-std-bd        { font-family: sans-serif; font-size: 11pt; font-weight: bold; }
  .sans-med-bd        { font-family: sans-serif; font-size: 12pt; font-weight: bold; }
  .sans-big-bd        { font-family: sans-serif; font-size: 14pt; font-weight: bold; }
  .sans-pix           { font-family: sans-serif; font-size:  1px; }
  .sans-menue         { font-family: sans-serif; font-size: 10pt; }
  .sans-menue-bd      { font-family: sans-serif; font-size: 10pt; font-weight: bold; }
  .sans-menue-sub     { font-family: sans-serif; font-size:  9pt; }
  .sans-menue-sub-bd  { font-family: sans-serif; font-size:  9pt; font-weight: bold; }
  .sans-footer        { font-family: sans-serif; font-size:  8pt; font-weight: bold; }
  .sans-header-med    { font-family: sans-serif; font-size: 14pt; font-weight: bold; }
  .sans-header-big    { font-family: sans-serif; font-size: 22pt; font-weight: bold; }

/* Farben:
  Weiss     #FFFFFF;
  Schwarz   #000000;
  SivTitel  #004287;
  SivGelb   #FFF299;
  SivRosa   #FFB3DE;
  SivBlau   #B3E0FF;
  SivGruen  #BFFF80;
  SivXOcker #FFDFA4;
  SivXBlau  #004278;
  SivXRot   #ED1C24;
  Siv_Back  #FEF1AE; */
