body { 
  font-family: Verdana, Helvetica, sans-serif;
  margin-top:5px; 
  margin-bottom:5px; 
  font-size: 12pt;
  background:#444444 none;
  color:#FFFFDD; 
}

h1 {
  font-family: Verdana, Helvetica, sans-serif;
  text-align:center;
  font-size: 24pt;
  font-weight: bold;
}

h2 {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 18pt;
  font-weight: bold;
  text-align:left;
}

h3.intable {
  font-family: Verdana, Helvetica, sans-serif;
  text-align:center;  
}

a:link {
  color:#FFFF66; 
  font-weight:bold ;
  text-decoration: none;
}
a:visited { 
  color:#FFCC66; 
  font-weight:bold ;
  text-decoration: none;
}
a:hover { 
  color:#B8860B; 
  font-weight:bold ;
  font-style:italic ;
  text-decoration: none;
}

p.center {text-align:center; } 
/* p.right {text-align:right; background:#343434 none; } macht einen grauen streifen vor dem Link */
p.right {text-align:right; } 
p.justify {text-align:justify; } 

li.important {color:#66FF66; font-weight:bold; }
p.important {color:#66FF66; font-weight:bold; }

/* The following unfortunately doesn't work under Netscape 4.5   */
/* It should center the tables on the page following the recommendation of */
/* http://www.w3.org/TR/REC-CSS2/tables.html */
TABLE.center, TABLE.imageshow {
        margin-left: auto;
        margin-right: auto;
    }


table.imageshow td, table.center td, table.center a, table.imageshow a { background:#343434 none; }

/* Despite the fine description under                               */
/* http://www.w3.org/TR/REC-CSS2/tables.html#propdef-border-spacing */
/* this stuff doesn't work under Netscape 4.5                       */
/* TABLE.imageshow  { border-spacing: outset 10px;                  */
/*                    border-collapse: separate;                    */
/*                    border-spacing: 15pt                          */
/*                  }                                               */
/* TD.imageshow     { border: inset 5px }                           */
/* TD.special       { border: inset 10px }    / * The top-left cell */

q, p.quote, ul.quote { margin-left:2.5em;
    font-style:italic;
}

td.mainindex, th.mainindex {
  text-align:left;
  vertical-align:top;
  font-size: 10pt;
  font-weight: normal;
  width:33.33%;
}
td.language {
  text-align:right;
  vertical-align:top;
  font-size: 10pt;
  font-weight: normal;
  width:33.33%;
}
td.home {
  text-align:center;
  vertical-align:top;
  font-size: 10pt;
  font-weight: normal;
  width:33.33%;
}
