/*-------------------------------------------------------
SOB
-------------------------------------------------------*/
#socialw {
	margin: 40px 0 0 0;
  background-color: #EFEFEF;
  border: 1px solid #CCCCCC;
  height: 18px;
  padding: 5px;
}

#socialw:hover {
  background-color: #E7EDF3;
  border: 1px solid #336699;
}

#socialw img {
  width:18px;
  height:18px;
}

#socialw .rechts {
  float: right;
  position: relative;
  text-align: right; 
}

#social .rechts {
  text-align: right; 
}

#social .links,
#socialw .links {
  float: left;
  position: relative;
  width: 250px;
  text-align: left;
}

#social img,
#socialw img {
  border: none;
  margin-left: 4px;
}

#sob_text {
  font-weight:bold;
}