/* CSS Document */

/** LINKS **/

/* allgemein Links erst beim Rüberfahren unterstrichen darstellen */
A 					{	text-decoration: none; font-size:10pt; color:#FFFFFF	}
A:Hover 			{	text-decoration: underline;}

/* keine gepunktete Umrandung bei aktiven Links */
a:active, a:focus 	{	outline: none;} 

/* nach allen externen Links das external-icon setzen */
a[href ^="http://"] 
	{
    background: url(../icons/icon_external.png) center right no-repeat;
    padding-right: 13px;
	}
/* vor alle Links, die auf ein pdf-Dokument zugreifen, das pdf-icon setzen */
a[href $=".pdf"], a[href $=".PDF"],
a[href *=".pdf#"], a[href *=".PDF#"],
a[href *=".pdf?"], a[href *=".PDF?"] 
	{
    background: url(../icons/icon_pdf.gif) center left no-repeat;
    padding-left: 19px;
	}
	
/* Links im Text */
#link
	{
	font-weight: bold;
	color: #C30F28;
	}
#link:hover
	{
	text-decoration: none;
	color:#FF3333;			
	}

/* Link zur Druckversion */
#print
	{
	font-size: 10pt;
	}
#print a
	{
	color:#003366
	}
#print a:hover
	{
	text-decoration: none;
	color:#788791
	}

/* Verweise (Links) unterm Text */
#verweise
	{
	padding: 4 0 0 20;
	vertical-align: top;
	}

#seealso, #links, #links a
	{
	font-size: 8pt;
	text-align: left;
	vertical-align: top;
	color: #003366;;
	}
#links a
	{
	font-weight: bold;
	}
#links a:hover
	{
	text-decoration: none;
	color: #788791;			
	}

/*Links zu Download-Dateien*/
#download
	{
	color: #C30F28;
	border-bottom: 1px dotted #C30F28;
	}
#download:hover
	{
	text-decoration:none;
	border-bottom: 1px solid #C30F28;
	}

/*Pfeile bei Referenzen*/
a.arrow
	{
	text-decoration: none;
	color: #003366
	}
img.arrow
	{
	color: #FFFFFF
	}
