/* DATEI: geissler.css */

BODY,
H1, H2, H3, H4, H5, H6,
P, OL, UL, DL, TD, TH, LI, DD, DT, CAPTION
{
  font-family: Tahoma, Arial, Helv, Helvetica, sans-serif;
  color: #336699;
}

body, p, ul, ol, li, div, td, th, address, blockquote, nobr, b, i
{
  font-family: Tahoma, Arial, Helv, Helvetica, sans-serif;
  font-size: 10pt;
  color: #336699;
  background: #EFEFEF url(images/lg-fond.gif) no-repeat fixed;
  background-position: center;
}

H1
{
  font-size: 18pt;
  color: #336699;
}

H2
{
  font-size: 16pt;
  color: #336699;
}

H3
{
  font-size: 12pt;
  color: #336699;
}

H4
{
  font-size: 10pt;
  color: #336699;
}

H5
{
  font-size: 10pt;
  color: #336699;
}

H6
{
  font-size: 10pt;
  color: #336699;
}

.klein
{
  font-size: 8pt;
  color: #336699;
}

.normal
{
  font-size: 12pt;
  color: #336699;
  line-height:1.6em;
}

a:link
{
  color: #336699;
  text-decoration: underline;
}

a:visited
{
  color: #7D7D7D;
  text-decoration: underline;
}

a:active
{
  color: #FF0000;
  text-decoration: none;
}

a:hover
{
  color: #0000FF;
  text-decoration: underline;
}

rgb(0,0,136);