.info {
   padding-left:50px;
   font-size:11px;
   font-style:italic;
   color: #333333; 
}

a {
   color:#000000;
   text-decoration: none; 
}

a:link {
    color: black; 
  }
  
a:visited {
    color: black; 
  }
  
a:hover {text-decoration:underline;
    color: #1263AD;
  }
  
a:active {
    color: black; 
  }
   
ul {
   margin-top: 25px;
   margin-bottom: 25px;
   list-style-type: disc;
   font-size: 14px;
}

li.haupt {
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;

}

li.medium {
   font-size: 13px;
   line-height: 1.5;
}

