/* MEDIA BOX */
#socialmedia {
	width: 960px;
	height: 228px;
	overflow: hidden;
}

#socialmedia .media_box {
	height: 228px;
	width: 238px;
	background-image: url("../img/index/bg_box.png");
	background-repeat: repeat-x;
	float: left;
	margin: 0px;
}

#socialmedia div.content {
	padding: 10px 0 0 10px;
}

#media_box_3 .content {
	padding-left: 10px;
	width: 228px;
	height: 217px;
}

#media_box_3 #pane_facebook {
	overflow-y: scroll;
	height: 174px;
	width: 228px;
	border-style: solid;
	border-width: 1px;
	border-color: #DDD;
	background-color: #f5f5f5;
	border-style: solid;
	border-radius: 3px;
}

#media_box_4 .content {
	padding-left: 10px;
	width: 200px;
}

/* MEDIA BOX 1 */
#invitefriends {
	background-image: url("../img/index/invite_friends.png");
	width: 238px;
	height: 150px;
	background-repeat: no-repeat;
	position: relative;
  margin-top: 4px;
}
/* /MEDIA BOX 1 */

/* MEDIA BOX 2 */
#socialmedia #shops {
	width: 228px;
	height: 186px;
	margin-top: 10px;
	position: absolute;
	overflow: hidden;	
}

#socialmedia #shops .shopelem {
  height: 28px;
  margin: 7px 0 8px 0;
}

#socialmedia #shops .shopelem img {
  width: 40px; 
  height: 28px;
  float: left;
}

#socialmedia #shops .shopdescr {
  height: 28px;
  width: 160px;
  margin-left: 10px;
  float: left;
}

#socialmedia #box_star {
  background-image: url("../img/index/bg_box_star.png");
  background-repeat: no-repeat;
  width: 78px;
  height: 69px;
  position: absolute;
  bottom: -2px;
  right: 0px;
}

#socialmedia .bg_box_line {
  width: 198px;
  height: 2px;
}

#socialmedia #box_star_text {
  margin-left: 30px;
  margin-top: 18px;
  width: 40px;
  height: 50px;
  color: #fff;
  font-size: 1.2em;
  text-align: right;
}
/* /MEDIA BOX 2 */

/* MEDIA BOX 3 */
#socialmedia .foodle {
	color: #6DA00D;
}

#socialmedia .datum {
	color: #A2A2A2;
}

/* /MEDIA BOX 3 */

/* MEDIA BOX 4 */
#newsletterregister {
  background-color: #BBD86C;
  width: 217px;
  height: 100px;
  margin-left: 5px;
  padding: 10px 0 0 10px;
  position: relative;
  bottom: -6px;
}

#newsletterregister #plz_newsletter {
  margin-top: 12px;
  height: 28px;
  width: 190px;
}

#newsletterregister #email_newsletter {
  margin-top: 10px;
  height: 28px;
  width: 165px;
  float: left;
}  

#newsletterregister input {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	padding: 6px 0px 5px 30px;
	height: 15px; 
}

#newsletterregister input.plz {
	width: 88px;
}

#newsletterregister input.email {
	width: 130px;
}

#newsletterregister #plz_icon {
  background: url("../img/icon_sprite.png") no-repeat -5px -109px;
  margin: 3px 0 0 7px;
  width: 20px;
  height: 20px;
  position: absolute;
}

#newsletterregister #email_icon {
  background: url("../img/icon_sprite.png") no-repeat -5px -131px;
  margin: 2px 0 0 7px;
  width: 20px;
  height: 20px;
  position: absolute;
}

#newsletterregister #newsletter_btn {
	background-image: url("../img/btn_sprite.png");
	background-position: 0px -72px;
	background-repeat: no-repeat;
	width: 40px;
	height: 29px;
  margin: 10px 0 0 5px;
	float: left;
	text-indent: -9999px;
}

#newsletterregister #newsletter_btn:hover {
	background-image: url("../img/btn_sprite.png");
	background-position: 0px -103px;
}

#title_box_1, #title_box_2, #title_box_3, #title_box_4 {
  background-image: url("../img/index/title_box_sprite.png");
  background-repeat: no-repeat;
  height: 22px;
  width: 200px;
}

#title_box_1 {
  background-position: 0px 0px;
  margin-bottom: 10px;
}

#title_box_2 {
	background-position: 0px -24px;
}

#title_box_3 {
	background-position: 0px -49px;
	margin-bottom: 10px;
}

#title_box_4 {
	background-position: 0px -75px;
	margin-bottom: 10px;
}

#socialmedia .stripline {
	width: 2px; 
	background-color: #FFF; 
	height: 228px; 
	float: left; 
}

#socialmedia .laststripline {
	width: 3px; 
	background-color: #FFF; 
	height: 228px; 
	float: left; 
}
/* /MEDIA BOX 4 */
/* /MEDIA BOX */