.text {
padding: 5px;
font-size: 16px;
color: #0000FF;
border: 2px dotted #42d1fe;
font-family: Times New Roman;
}

.Ueberschriften {
font-size: 15px;
color: #0000FF;
}



.text span {
display: none;
position: fixed;
top: 300px;
left: 350px;
padding: 30px;
background: #fff;
border: 1px solid red;
}

.text a:link  {
color: #ff0000;
text-decoration: none;
border-bottom: 1px dashed #ff0000;
padding: 0 0 0 0;
margin: 0.1em;
}

.text a:visited  {
color: #ff0000;
text-decoration: none;
border-bottom: 1px dashed #ff0000;
}

.text a:focus  {
color: #ff0000;
text-decoration: none;
border-bottom: 1px dashed #ff0000;
}

.text a:hover span {
display: block;
text-decoration: none;
color: #ff0000;
}

.text a:active   {
color: #ff0000;
text-decoration: none;
border-bottom: 1px dashed #ff0000;
}

