body 
{ 
  margin-top:       10px; /* Abstand zwischen Fensterrand und Inhalt oben */
  margin-bottom:    10px; 
  margin-left:      30px; 
  margin-right:     30px; 
  background-color: #ffffff;
}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,dd,dt,address,blockquote,nobr,form
{ 
  font-family: Verdana,Sans-Serif; 
  color:       #000000;
}

p,ul,ol,li,div,td,th,dd,dt,address,nobr,form
{ 
  font-size:10pt; 
}

a
{ 
  font-family: Verdana,Sans-Serif; 
}

/* Standard-Link */

a:link 
{ 
  color:#990000; 
  text-decoration:underline; 
}

a:visited 
{ 
  color:#C60000; 
  text-decoration:underline; 
}

a:active 
{ 
  color:#C60000; 
  text-decoration:none; 
}

a:hover 
{ 
  color:#C60000; 
  text-decoration:underline; 
}

/* Link weiß */

a.white
{ 
  font-family: Verdana,Sans-Serif; 
  color:#ffffff; 
}

a.white:link 
{ 
  color:#ffffff; 
  text-decoration:underline; 
}

a.white:visited 
{ 
  color:#ffffff; 
  text-decoration:underline; 
}

a.white:active 
{ 
  color:#ffffff; 
  text-decoration:none; 
}

a.white:hover 
{ 
  color:#ffffff; 
  text-decoration:underline; 
}

/* Link Fett Braun */

a.bold
{ 
  color:#990000; 
  font-weight: bold;
}

a.bold:link 
{ 
  color:#990000; 
  font-weight: bold;
  text-decoration:none; 
}

a.bold:visited 
{ 
  color:#990000; 
  font-weight: bold;
  text-decoration:none; 
}

a.bold:active 
{ 
  color:#C60000; 
  font-weight: bold;
  text-decoration:none; 
}

a.bold:hover 
{ 
  color:#C60000; 
  font-weight: bold;
  text-decoration:underline; 
}

h2 
{ 
  font-size:   13pt;
  font-weight: bold; 
  /*text-align:  center;*/
  color:       #990000;
}

h3
{ 
  font-size:   10pt;
  font-weight: bold; 
  /*text-align:  center;*/
  color:       #990000;
}

h4
{ 
  font-size:   10pt;
  font-weight: bold; 
  text-align:  left;
  color:       #000000;
}

.heading2 
{ 
  font-size:   13pt;
  font-weight: bold; 
  /*text-align:  center;*/
  color:       #990000;
}

.heading3
{ 
  font-size:   10pt;
  font-weight: bold; 
  /*text-align:  center;*/
  color:       #990000;
}

.heading4
{ 
  font-size:   10pt;
  font-weight: bold; 
  text-align:  left;
  color:       #000000;
}

.small
{ 
  font-size:8pt; 
}

.smallbold
{ 
  font-size:8pt; 
  font-weight: bold; 
}

.smallbrown
{ 
  font-size:8pt; 
  color:#990000; 
}

.smallright
{ 
  font-size: 8pt; 
  text-align:right;
}

.smallcenter
{ 
  font-size: 8pt; 
  text-align: center;
}

.small_center /* Old, only for compatibility with old files */
{             /* Use "smallcenter" ! */
  font-size: 8pt; 
  text-align:center;
}

.center
{ 
  text-align:  center;
}

.grey
{ 
  color:#cccccc; 
}

.brown
{ 
  color:#990000; 
}

.brownbold
{ 
  color:#990000; 
  font-size:   10pt;
  font-weight: bold; 
}

.white
{
  color:#ffffff; 
}

.whitebold
{
  color:#ffffff; 
  font-size:   10pt;
  font-weight: bold; 
}

.smallwhitebold
{
  color:#ffffff; 
  font-size:   8pt;
  font-weight: bold; 
}

.headtop
{ 
  font-family: Times,Serif; 
  font-size:   18pt;
  font-weight: 600; 
  color:       #990000;
}

.bgbrown
{
  background-color:  #99cccc;
}

.bgdarkbrown
{
  background-color:  #990000;
}

.bggrey
{
  background-color:  #cccccc;
}

.bglightgrey
{
  background-color:  #eeeeee;
}

.bgdarkgrey
{
  background-color:  #666666;
}

ul.noborder
{ 
  margin-top:       0px; /* Abstand zwischen Fensterrand und Inhalt oben */
  margin-bottom:    0px; 
  margin-left:      20px; 
  margin-right:     20px; 
}

.smallred
{ 
  font-size:8pt; 
  color:#ff0000; 
}

.red
{ 
  color:#ff0000; 
}


