/* Auf jeder Seite für aktuellen Link */
 .actual_site {  	
   padding-right: 13px;
	background-image: url(../images/arrow_right_red_12x12.gif); /* <<< Image */
	background-position: right;	
	background-repeat: no-repeat;		
   color: #3163AD;  
 }

.site_link {
	color: #3163AD;              /* #3163AD = dunkles blau */
	color: black;
	text-decoration: none;
	padding-left: 13px;          /* Wg. arrow picture in :hover */	
   }
.site_link:hover {	
	color: navy;  
	color: #3399FF;               /* #3163AD = hellblau */
	color: #3163AD;               /* #3163AD = dunkles blau */
	/* font-weight: bolder; */
	/* letter-spacing: 2px; */
	/* text-decoration: underline; */
	padding-left: 13px;
	background-image: url(../images/arrow_right_red_12x12.gif); /* <<< Image */
	background-position: left;	
	background-repeat: no-repeat;		
	display: block;
	width: 85px;	
	/* background-color: white; */
	/* border: 1px outset red;	 */
}

.textlink {	
	color: #3163AD;               /* #3163AD = dunkles blau */
	text-decoration: none;
	/* border-bottom: 1px dotted Background; */
	font-weight: bold;
	line-height: 1.3em;
}
.textlink:hover {	
	text-decoration: underline;	
}

.textlink_1 {
	color: #3163AD; /* #3163AD = dunkles blau */
	text-decoration: none;
	border-bottom: 1px solid #3163AD;	
}

