


#aktmain { 
  
 font-size: 10pt;
 float: right; 
width: 450px; 
  background-color: white;

  padding: 10px 10px;
  margin-right: 5px; 
 color: black;


}

#aktmain h1 {
  font-size: 1.2em;
  font-weight: bold;
  color: #0023fa;
  padding-bottom: 14px
 
}





/* Unterüberschrift: */
#aktmain h2 {

  font-size: 1.0em;
  line-height: 1.4;
color:  black;
  margin-bottom: 6px
}



/* Hinweis main mit Link: */



/* normaler Fließtext: */
#aktmain p {
  margin-bottom: 12px;
margin-left: 10px; 
  line-height: 1.3;
color:  black;
}






#aktmain a {

  text-decoration: underline;
   font-weight: bold; 
  color: black;
  display: block;   
  padding: 3px;
}

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

#aktmain a:visited {
  color: black;
 /* text-decoration: none;*/

}

/* Minigrafik rechts ausrichten */
#aktmain .floatR130 {
  float: right;
  margin-left: 5px;
  margin-right: 130px;
}

#aktlink
{ 
  color: black;

}

#aktlink a {

  text-decoration: underline;
   font-weight: normal; 
  color: black;
   
   
}

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

#aktlink a:visited {
  color: black;
 /* text-decoration: none;*/

}


#aktxlink a {

  text-decoration: none;
   font-weight: normal; 
  color: black;
   
   
}

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

#aktxlink a:visited {
  color: black;
 /* text-decoration: none;*/

}

/* Minigrafik rechts ausrichten */
#aktlink .floatR130 {
  float: right;
  margin-left: 5px;
  margin-right: 130px;
}


