/*** styles fuer meine Homepage ***/
/*** copyright 1999 Sven Sommerfeld ***/


/* Hintergrundfarbe, Schriftgroeße, Schriftfamilie, Schriftfarbe, */
/* Zeilenhoehe und Ausrichtung */
/* works properly only with MSIE 4.x */

      body  { background:#ffffff; }

      body  { font-size:10pt;
              font-family:Trebuchet MS,Arial,sans-serif;
              color:#4e4e4e; text-align:justify; }

      body  { border:0; margin:5px;}


/* Zur Kompatibilitaet */

      body.bkg  { background:#ffffff; }

      body.bkg  { font-size:10pt;
                  font-family:Trebuchet MS,Arial,sans-serif;
                  color:#4e4e4e; text-align:justify; }

      body.bkg  { border:0; margin:5; }


/* Absatzformatierung wie oben */

       p { font-size:10pt;
           font-family:Trebuchet MS,Arial,sans-serif;
           color:#4e4e4e; text-align:justify;
           margin-top:20px; margin-bottom:0px;
           margin-left:20px; margin-right:15px; }


/* Zur Kompatibililtaet */

       p.text { font-size:10pt;
                font-family:Trebuchet MS,Arial,sans-serif;
                color:#4e4e4e; text-align:justify;
                margin-top:20px; margin-bottom: 0px;
                margin-left:20px; margin-right:15px; }

       p.list { font-size:10pt;
                font-family:Trebuchet MS,Arial,sans-serif;
                color:#4e4e4e; text-align:justify;
                margin-top:20px; margin-bottom:0px;
                margin-left:30px; margin-right:15px;
                text-indent:-10px; }

       p.foot { text-align:center;
                margin-top:30px; margin-bottom:5px;
                margin-left:5px; margin-right:5px; }


/* Kapitelueberschriften */

      .cap { border:none;
             background:#800080;
             margin-top:0px; margin-bottom:20px;
             margin-left:5px; margin-right:10px;
             font-size:12pt; font-weight:bold; color:#ffffff;
             word-spacing:+4pt; text-align:center; vertical-align:middle; }


/* Abschnittsueberschriften */

      .big { border:none;
             background:#d3d3d3;
             margin-top:5px; margin-bottom:10px;
             margin-left:5px; margin-right:10px;
             font-size:11pt; font-weight:bold; color:#ffffff;
             word-spacing:+2pt; text-align:center; vertical-align:middle; }


/* Links */

       .link { color:#800080; text-decoration:none; }


/* Lautschrift */
       code  { font-family:Courier New,monospace;
               font-size:10pt; color:#ff8080;
               letter-spacing:-1pt }

       small { font-size:-2pt; }


/* phonologische Merkmale */

       code.feature { color:#00b6bf; }


/* phonologische Regel */
/* does not work properly with MSIE 4.x */

       code.rule { color:#00b6bf; text-align:center;
                   border-style:solid; border-width:1px;
                   border-color:#d3d3d3; padding:4; }


/* Interlinear-Uebersetzung */

       code.interlinear { color:#008080; text-transform:uppercase;
                          font-size:8pt; letter-spacing:normal; }


/* Beispieltext in Lhuvan */

       .xmp  { font-size:11pt; font-weight:bold;
               font-family:Times New Roman,serif;
               color:#4e4e4e; }


/* Tabellenformatierung */

       table.chart { font-family:Trebuchet MS,Arial,sans-serif;
                     font-size:9pt; color:#4e4e4e; }


/* Tabellen- und Grafikausrichtung */
/* does not work properly with Netscape 4.x */

       .chart { margin-left:20px; margin-top:10px;
                margin-bottom:10px; border:none; }
       .grafic { margin:10px; border:none; }


/* Spalten- und Zeilenueberschriften */

       th, td { font-family:Trebuchet MS,Arial,sans-serif;
                font-size:10pt; color:#4e4e4e; border:none; }


/* Aussehen von nicht-leeren Zellen */
/* does not work properly with Netscape 4.x */

       th.on  { background:#d3d3d3; color:#ffffff; }
       td.on  { border-style:solid; border-width:1px;
                border-color:#d3d3d3; word-spacing:200%; }
       .th1   { color:#ffffff; }


/* Tabellenbeschriftung */

       caption { font-family:Trebuchet MS,Arial,sans-serif;
                 font-size:9pt; color:#4e4e4e; text-align:left; }


/* Listen */

  div.list  { font-size:10pt;
              font-family:Trebuchet MS,Arial,sans-serif;
              color:#4e4e4e; text-align:left;
              margin-top:0px; margin-bottom:1px;
              margin-left:30px; margin-right:15px;
              text-indent:-10px; }



