body
{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #1E468C; 
  font-size: 10pt;
  background-color: #ffffff;

  a: #000080;
  a.active: #800000;
  a.visited: #800000;
}

.headline
{
  text-align: left;
  font-size: 14pt;
  color: #FFBE32;
  font-weight: bold;
  font-style: italic;
}

.hinweis
{
  padding-top: 5px;
  font-size: 10pt;
  font-weight: bold;
  color: #1E468C;
}

.hervorhebenBold
{
  font-size: 10pt;
  color: #1E468C;
  font-weight: bold;
}

.hervorheben
{
  font-size: 10pt;
  color: #1E468C;
  font-weight: bold;
}

.noscript
{
  background-color: blue;
  color: white;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  width: 440px;
  padding: 30px;
  position: absolute;
  left: 100px;
  top: 100px;
  z-index: auto;
}
.noscript 
a:link,
a:visited,
a:focus,
a:hover,
a:active {
 color: green;
 text-decoration: underline;
}

}