h1,p,ul,ol,li,div,td,th,nobr,b,i,table
{
  font-family:     Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size:       10pt;
  text-align:      justify;
}

h1         /* Ueberschriften */
{
  font-size:       18pt;
  color:           #9DCAB4;
  font-weight:     bold;
  text-align:      center;
  background-color:#003366;
  border:          5px ridge #0000FF;
  width:           100%;
}

h2         /* Link-Ueberschriften */
{
  font-size:       14pt;
  color:           #CAB49D;
  font-weight:     bold;
  background-color:#660033;
  border:          none;
  width:           100%;
}

h3         /* News-Ueberschriften */
{
  font-size:       14pt;
  color:           #00007F;
  font-weight:     bold;
  border:          1px solid #1F003F;
  width:           100%;
}

h4         /* News-Linkseiten-Angaben */
{
  font-size:       12pt;
  color:           #000000;
  font-weight:     bold;
  border:          none;
  width:           100%;
}

td.link     /* Hauptlink (linker Frame) */
{
  font-family:     Verdana,Arial,Helvetica,sans-serif;
  font-size:       13.5pt;
  font-weight:     bold;
  text-align:      center;
}

p.nlink    /* Nebenlink (oberer Frame) */
{
  font-family:     Verdana,Arial,Helvetica,sans-serif;
  font-size:       7pt;
  text-align:      center;
}

p.klein
{
  font-size:       70%;
}

p.mitte
{
  text-align:      center;
}

pre
{
  font-family:     Courier New,Courier;
}

a:link,a:visited,a:active
{
  text-decoration: none;
  color:           #000000;
}

a:hover
{
  text-decoration: none;
  color:           #3DF547;
}