/* URL-Link Styles 
------------------ */

/* interner Link */

.postlink:before {	
       font-family: FontAwesome;
       content: "\f08e";
       padding-right: 5px;
    } 

/* externer Link */
a.elonw {
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0) url("./images/link_2.gif") no-repeat scroll 0 0;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 1px 0 0 18px;
}

/* ---------------------------------------------------------------------------------------------
  Diese Extension basiert auf der Original-Version für phpBB MOD 3.0.x 
  mit freundlicher Genehmigung von Dr.Death http://www.lpi-clan.de/viewtopic.php?f=26&t=4453 
  ------------------------------------------------------------------------------------------- */