/* --Text--*/

p {
 text-align: justify;
 margin-bottom: 6px;
}

.pr
{
  color: #cc1515;
  font-size: 9pt;
  line-height: 12px;
  font-family: verdana;
}

strong {
  font-weight: bold;
}

.black {
  color: #000000;
}

.grau {
  color: #aeaeae;
}

.dunkel {
  color: #474747;
}

.gruen {
  color: #329c37;
}

.rot {
  color: #ad161c;
}

.hellrot{
  color: #ca171e;
}

h1, h2, h3 {
  font-weight: bold;
  font-size: 8pt;
  margin-top: 18px;
  margin-bottom: 8px;
}

h1 {
  color: #000000;
}

h2 {
  color: #329c37;
}

a:link {
  color: #C62221;
  text-decoration: none;
}

a:visited {
  color: #C62221;
  text-decoration: none;
}

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

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

a.link1
{
  color: #000000;
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
  TEXT-DECORATION: none;
  background: #ffffff;
  font-size: 7.5pt;
}

a.link1:visited {
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
}

a.link1:hover,
a.link1:active {
  border-width: 2px;
  border-style: solid;
  border-color: #e71818;
  color: #ffffff;
  background: #e71818;
  text-decoration: none;
}

a.link2
{
  color: #5f6468;
  border-width: 2px;
  border-style: solid;
  border-color: #eaeaea;
  font-size: 7pt;
  TEXT-DECORATION: none;
  background: #eaeaea;
}

a.link2:visited {
  text-decoration: none;
  color: #5f6468;
  background: #eaeaea;
  border-width: 2px;
  border-style: solid;
  border-color: #eaeaea;
}

a.link2:hover,
a.link2:active {
  border-width: 2px;
  border-style: solid;
  border-color: #e71818;
  color: #ffffff;
  background: #e71818;
  text-decoration: none;
}
