a {
	color: #B3DDFF;
	text-decoration: underline;
	/*i don't like the mozilla outline around links*/
	outline: none;
}
a:hover, a:focus{
	color: #fff;
}
a img {
	border: 1px #B3DDFF solid;
	padding: 2px;
}
a:hover img, a:focus img{
	border: 0;
	border: 1px #fff solid;
}
.zentriert a:hover img {
	border-width: 0px 3px 0px 3px;
	border-style:dotted;
	border-color:#fff;
}
 a[href^="http://"] {
 background:url(../Grafiken/Symbole/externalLink.gif) center right no-repeat;
 padding-right:17px;
}
 a[href^="https://"] {
 background:url(../Grafiken/Symbole/externalLink.gif) center right no-repeat;
 padding-right:17px;
}
a[href$=".pdf"] {
 background:url(../Grafiken/Symbole/pdficon_small.gif) center right no-repeat;
 padding-right:20px;
 padding-top:5px;
}
a[href^="mailto:"] {
 background:url(../Grafiken/Symbole/email.gif) center right no-repeat;
 padding-right:17px;
}

