/*
social_bookmarks.css

css für Weiterempfehlung bei Facebook & Co

2011 Dirk Pfuhl, www.dirkpfuhl.de
*/

.weiterempfehlen        {
  clear: both;
  margin-top: 1.5em;
  margin-bottom: 8em;
  }
.weiterempfehlen p      {
  }
.weiterempfehlen ul     {
  list-style: none; 
  line-height: 24px; 
  margin: 5px 0 15px 0; 
  padding-left: 0;
  }
.teaser .weiterempfehlen ul     {
  list-style: none; 
  line-height: 24px; 
  margin: 5px 0 15px 0; 
  margin-left: 200px !important;
  padding-left: 0;
  }
.weiterempfehlen li     {
  display: inline;
  width: 24px; 
  height: 24px; 
  }
.weiterempfehlen a      {
  float: left;
  width: 24px; 
  height: 24px; 
  margin-right: 10px;
  }
.weiterempfehlen span   {
  display: none;
  }
.bookmark_xing a   {
  background-image: url(../images/icons_social_media/icon_xing.png);
  }
.bookmark_facebook a   {
  background-image: url(../images/icons_social_media/icon_facebook.png);
  }
.bookmark_twitter a   {
  background-image: url(../images/icons_social_media/icon_twitter.png);
  }
.bookmark_googleplus a  {
  background-image: url(../images/icons_social_media/icon_googleplus.png);
  }
.bookmark_delicio a  {
  background-image: url(../images/icons_social_media/icon_delicious.png);
  }
