
/*

  Forum-CSS fuer THW
  (c) 1999-2002 Thorsten Drewes
  tdrewes@gmx.net

*/


/* Aufgestylte Ueberschriften */

h1 {
           margin-top: 20px;
/*           clear: both; */
           color: #00309c;
           font-style: italic;
           font-weight: bold;
           font-family: Arial,helvetica,sans-serif;
           font-size: x-large;
           background: #f1f4ff;
           width: 100%;
        }

/*
center img {
display: none;
}
*/

.threadhighlight
{
  font-weight: bold;
  background: #f1f4ff;
  font-size: 110%;
}



/* Definition fuer Thread-Tabelle */
table.threads, table.design {
  border: none;
}

table.threads th, table.design th {
  background-color: #dde0ff;
  border: none;
}

table.threads td, table.design td {
  background-color: #f1f4ff;
  border: none;
}

table.threads td.hi, table.design td.hi {
  background-color: #dde0ff;
  border: none;
}
