.seitentitel {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #2d3851
}
.subthema {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #2d3851;
}

.reddot{
 color : Red;
}


body, p,td { 
 font-weight: normal ; 
 color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
 }
 
 a:active {  
 color: #2d3851;
 text-decoration : underline;
    font-weight: normal;
 }
a:hover  {
 color : #2d3851;
 text-decoration : underline;
 font-weight: normal;
}
a  {
 color : #2d3851;
 text-decoration : underline;
    font-weight: normal;
}

.text {
 color : #00000;
 font-weight: normal;
}

.textsuper{
 color: #00000;
 font-size: 7px;
 font-weight: normal;
 vertical-align: super;
}