    /*Zentrale Formate CSS*/


  A:link { color: #000; text-decoration: underline; }
  A:hover { color: #000; background-color: rgb(161,180,187); text-decoration: underline; }
  A:visited { color: #000; text-decoration: underline; }
  A:active { color: blue;  text-decoration: underline; }


  span,h1,h2,h3,h4,h5,p,ul,ol,li,table,address,blockquote,nobr,b,i,sup,dl,dt,dd {
  font-family:Arial, sans-serif;
  letter-spacing:0.2mm;
  word-spacing:0.5mm;
  }

  th {
  font-family:Arial, sans-serif;
  letter-spacing:0.2mm;
  word-spacing:0.5mm;
  font-size:9pt;
  line-height:11pt;
  color:#000; font-style:bold;
  }

  h1 { font-size:15pt; margin-bottom:15pt; color: #000; line-height:21pt; margin-bottom:18pt; margin-top:18pt; }

  h2 { font-size:13pt; margin-bottom:15pt; color: #000; line-height:15pt; margin-bottom:12pt; margin-top:12pt; }

  h3 { font-size:11pt; color:#000; line-height:13pt; }

  h4 { font-size:9pt; color:#000; line-height:11pt; }

  h5 { font-size:7pt; color:#000; line-height:9pt; }


  blockquote { text-indent: -7px; }


  p,b,ul,ol,i,nobr,address,table,br,sup,dl,dt,dd  { font-size:9pt;
        line-height:11pt;
        color:#000; }

  strong { font-family: Arial,sans-serif; font-size:9pt; color:#4682b4; text-align:left; letter-spacing:0.2mm; }
  
.bereich 
{
 position: absolute;
 text-align: center;
 font-weight: bold;
 }

.beschreibung 
{
 color: #ffffff;
 background-color: #D41547;
 display: none;
}


