/*---------------------------------------------------*/
/* File:   /sys/styles/main.css: styles for language */
/* For:    (rub)/index_xx page for Horo's website    */
/* Author: Hans-Rudolf Wernli, webmaster@horo.ch     */
/* Create: 04-Oct-2004  -  Udate: 09-Oct-2004/hrh    */
/*---------------------------------------------------*/


/*---- PSEUDOS ----*/

a:link    { text-decoration: none; color: #99aaff; }
a:visited { text-decoration: none; color: #99aaff; }
a:active  { text-decoration: none; color: #ff0099; }
a:hover   { text-decoration: none; color: #ff6666; }


/*---- GLOBALS ----*/

body { background-color: #000000;
       background-image: url(../img/bgblack.gif);
       color: #ffffff;
      }


/*---- IDENTIFIERS (IDs)----*/

#h0    { font-family: Arial,Helvetica,sans-serif;
         font-size: 32pt; line-height: 16pt;
       }

#h1    { font-family: Arial,Helvetica,sans-serif;
         font-size: 24pt; line-height: 32pt;
       }

#h2    { font-family: Arial,Helvetica,sans-serif;
         font-size: 20pt; line-height: 26pt;

       }
#h3    { font-family: Arial,Helvetica,sans-serif;
         font-size: 16pt; line-height: 21pt;

       }
#cont  { font-family: Arial,Helvetica,sans-serif;
         font-size: 12pt; line-height: 15pt;
       }

#gcont { font-family: Arial,Helvetica,sans-serif;
         font-size: 12pt; line-height: 15pt;
         color: #cccccc;
       }

#bcont { font-family: Arial,Helvetica,sans-serif;
         font-size: 12pt; line-height: 15pt;
         font-weight: bold;
       }

#scont  { font-family: Arial,Helvetica,sans-serif;
          font-size: 10pt; line-height: 12pt;
        }

#sgcont { font-family: Arial,Helvetica,sans-serif;
          font-size: 10pt; line-height: 12pt;
          color: #cccccc;
        }

#sbcont { font-family: Arial,Helvetica,sans-serif;
          font-size: 10pt; line-height: 12pt;
          font-weight: bold;
        }

#tcont  { font-family: Arial,Helvetica,sans-serif;
          font-size: 8pt; line-height: 10pt;
        }

#wmsig  { font-family: Arial,Helvetica,sans-serif;
          font-size: 8pt; line-height: 10pt;
          color: #666666;
        }

#sgrey  { font-family: Arial,Helvetica,sans-serif;
          font-size: 10pt; line-height: 12pt;
          color: #666666;
        }

/* HR: ephr=end of page, tochr=TOC, hphr=homepage, tblhr=table */
#ephr   { height: 5px;
          width: 165px;
          margin-left: 0px;
          border-width: 0px;
          color: grey;
          background-color: grey;
        }

#tochr  { height: 1px;
          width: 180px;
          margin-left: 0px;
          border-width: 0px;
          color: grey;
          background-color: grey;
        }

#hphr   { height: 2px;
          margin-left: 0px;
          border-width: 0px;
          color: grey;
          background-color: grey;
        }

#tblhr  { height: 1px;
          margin-left: 0px;
          border-width: 0px;
          color: grey;
          background-color: grey;
        }


/* <TT> replacements */

#ttw    { font-family: monospace;
          font-size: 12pt;
          line-height: 15pt;
          color: white;
        }


