.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;
}

.white_text{
 color: white;
}

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

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