/*

  Tipp-CSS fuer THW
  (c) 2003 Thorsten Drewes
  tdrewes@gmx.net

*/


body, p {
  font-family: Arial,helvetica,sans-serif;
  font-size: 12px;

}

/* Aufgestylte Uberschriften */

h1 {
           margin-top: 0;
/*           clear: both; */
           color: #00309c;
           font-style: italic;
           font-weight: bold;
           font-family: Arial,helvetica,sans-serif;
           font-size: 20px;
           background: #f1f4ff;
           width: 100%;
        }

h2 {
           margin-top: 0;
/*           clear: both; */
           color: #00309c;
           font-style: italic;
           font-weight: bold;
           font-family: Arial,helvetica,sans-serif;
           font-size: 18px;
           background: #f1f4ff;
           width: 100%;
        }
h3 {
           margin-top: 30px;
/*           clear: both; */
           color: #00309c;
           font-style: italic;
           font-weight: bold;
           font-family: Arial,helvetica,sans-serif;
           font-size: 16px;
           background: #f1f4ff;
           width: 100%;
        }
h4 {
           margin-top: 20px;
           color: #00309c;
           font-style: italic;
           font-weight: bold;
           font-family: Arial,helvetica,sans-serif;
           font-size: 14px;
           background: #f1f4ff;
           width: 100%;
}

h5 {
           margin-top: 20px;
           color: #00309c;
           font-style: italic;
           font-family: Arial,helvetica,sans-serif;
           font-size: 12px;
           background: #f1f4ff;
           width: 100%;
}

h6 {
           margin-top: 20px;
           color: #00309c;
           font-style: italic;
           font-family: Arial,helvetica,sans-serif;
           font-size: 10px;
           background: #f1f4ff;
           width: 100%;
}

/* Aufgestyltes DL */
dl.data dt {
  margin-top: 10px;
  clear: both;
  color: #00309c;
  font-style: italic;
  font-weight: bold;
  font-family: Arial,helvetica,sans-serif;
  background: #f1f4ff;
  margin-bottom: 5px;
}

span.ltxt
{
  color: #00309c;
  font-style: italic;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
}

a.extern:link {
  color: #c000c0;
}
a.extern:visited {
  color: #800080;
}

a:visited
{
  color: #000080;
}

div.inhalt
{
           background: #f1f4ff;
           border: thin solid #dde0ff 1px;
           color: #00309c;
           padding: 5px 5px 5px 5px;
           vertical-align: middle;
           font-size: 80%;
}


table.design {
  border: none;
}

table.design td {
  background: #f1f4ff;
  border: none;
  font-family: Arial,helvetica,sans-serif;
  font-size: 70%;
}

table.design td.hi {
  background: #dde0ff;
  border: none;
  font-family: Arial,helvetica,sans-serif;
  font-size: 70%;
}

table.design th {
  background: #dde0ff;
  border: none;
  font-family: Arial,helvetica,sans-serif;
  font-size: 70%;
}

table.design th.skip, table.design td.skip {
  background: none;
  border: 0;
  font-family: Arial,helvetica,sans-serif;
  font-size: 70%;
}



