/* externe Links */
/* <p><a class="extern" href="#">externer Link</a> oder<br> */
/* <a class="extern2" href="#">externer Link</a></p> */

.Link_extern {
	background-image: url(images/link_icon.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 16px;
	target="_blank"
}

.Link_mucke {
	background-image: url(images/mucke_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 16px;
	padding-top: 3px;
	padding-bottom: 2px;
}

.Link_film {
	background-image: url(images/film_icon.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	padding-left: 24px;
	padding-top: 3px;
	padding-bottom: 2px;
	target="_blank"
}

.Link_cd, .HL_cd {
	background-image: url(images/cd_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	padding-left: 21px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.HL_cd {
	color:#cc0033;
}