#content a.pdf { /*The background image*/
  /*
	
	*/
	position:relative;
	margin-left:20px;
}


#content a.pdf:before { /*The background image*/
 content: '';
 background-image:url('/_intern/pics/icons/pdf.png');
 background-repeat:no-repeat;
  position:absolute;
	top:0;
	left:-20px;
	height: 16px;
    width: 14px;
}

#content a.txt { /*The background image*/
  background: url(/_intern/pics/icons/word.png) no-repeat left center;
  padding-left: 20px;
  line-height: 16px;
  padding-top: 3px;
}

#content a.xls { /*The background image*/
  background: url(/_intern/pics/icons/excel.png) no-repeat left center;
  padding-left: 20px;
  line-height: 16px;
  padding-top: 3px;
}

#content a.bild { /*The background image*/
  background: url(/_intern/pics/icons/picture.png) no-repeat left center;
  padding-left: 20px;
  line-height: 16px;
  padding-top: 3px;
}

#content a.zip { /*The background image*/
  background: url(/_intern/pics/icons/zip.gif) no-repeat left center;
  padding-left: 20px;
  line-height: 16px;
  padding-top: 3px;
}

#content a.email {
  /**background: url(/_intern/pics/icons/email.png) no-repeat left center;
  padding-left: 20px;
  line-height: 16px;
  padding-top: 3px;**/
}

#content a.external {
  background: url(/_intern/pics/icons/external.png) no-repeat left center;
  padding-left: 18px;
  line-height: 18px;
  padding-top: 3px;

}

#content a.internal{
  background: url(/_intern/pics/icons/external.png) no-repeat left center;
  padding-left: 12px;
  line-height: 16px;
  padding-top: 3px;
}

#content a.calendar{
  background: url(/_intern/pics/icons/calendar_16x16.gif) no-repeat left center;
  padding-left: 18px;
  line-height: 16px;
  padding-top: 3px;
}

#content a.c_select{
  background: url(/_intern/pics/icons/arrow_down.png) no-repeat left center;
  padding-left: 14px;
  line-height: 16px;
  padding-top: 3px;
}

