 
a[href^="http://"]::after, a[href^="https://"]::after {
    content: "\00a0\2197";
} 

a[href$=".pdf"] {
    padding-left: 20px;
    background-image: url(0161_pdf.png);
    background-position: center left;
    background-repeat: no-repeat;
}


 a:hover {color: #FF0000; 
 border-left:ridge 0px; border-right:ridge 0px;
 border-top:ridge 0px; border-bottom:ridge 0px}

.hyperohnerahmen {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.hyperblau {
	color: #0000CC;
}


