/*Userpagepost style */
/*user in userpage_content template*/
.social_rahmen_ganzaussen {
	margin: 0;
	width: 900px;
	background-color: #efefef;
	border-radius: 0px 0px 0px 0px;
	color:#2c2c2c;
}

.social_rahmen_aussen {
	width: 98%;
	background-color: #efefef;
	border-radius: 0px;
	color:#2c2c2c;
}

.social_rahmen_aussen a, .social_rahmen_aussen td{
	color: #2c2c2c;
}

.social_titelbild{
	width:100%;
	border:0px #efefef solid;
	background-repeat: no-repeat !important;
	background-position: center 20px !important;
margin-top:-40px;
}

.social_tabellepostrahmentd img{
max-width:400px;
}

.social_profilbild {
	background-color:#fff;
	padding:1px;
	margin-left:70px;
	margin-top:70px;
	border-radius:150px;
	float:left;
}

.social_name {
	font-size:20px;
font-family: 'Oswald';
	font-weight: bold;
	margin-left:6px;
	float: left;
	text-shadow: 1px 1px 1px #fff;
	margin-top:255px;
}

.social_friendinfobox{
	float:left;
	position:relative;
	width:200px;
	margin-left:45px;
		margin-top:25px;
	padding: 5px;
	padding-right: 32px;
	margin-bottom:5px;
	text-align: left;
}

.social_infobox {
	background-color:#efefef;
	width:200px;
	padding: 5px;
}

.social_tabellefriendpost{
width:98%;
}

.social_friendrow{
	width:200px;
}

.social_friendstuff {
	width: 200px;
	padding-left:5px;
}



/*social_post template */

.social_posttabelle {
	width:98%;
}

.social_tabellepostrahmen {
	background-color:#fafafa;
	border-radius:20px;
	width:98%;
}


.social_text_button {
   border: none;
   background-color: transparent;
   padding: 0;
	font-family: 'Roboto Condensed';
   text-decoration: none; /* if desired */
   color: #2c2c2c;  /* or whatever other color you want */
	cursor: pointer;
}

/*social post und social like */ 
/*buttons fürs senden und zurücknehmen vom like*/
.like {
   border: none;
   background-color: transparent;
	/*grafik like*/
	background-image:url(../../../social/like.png);
	background-position:0;
	background-repeat: no-repeat;
	height: 15px;
   padding-left: 19px;
	font-family: Roboto Condensed;
	font-size:10px;
	text-transform: uppercase;
   text-decoration: none; /* if desired */
   color: #2c2c2c;  /* or whatever other color you want */
	cursor: pointer;
}
.dislike {
   border: none;
   background-color: transparent;
	/*grafik dislike*/
	background-image:url(../../../social/dislike.png);
	background-position:0;
	background-repeat: no-repeat;
	height: 15px;
   padding-left: 19px;
		font-family: Roboto Condensed;
	text-transform: uppercase;
	font-size:10px;
   text-decoration: none; /* if desired */
   color: #2c2c2c;  /* or whatever other color you want */
	cursor: pointer;
}

.tdlike {
	margin-top:-20px;
}

.hr_nf {
color: #2c2c2c !important;
background-color: #2c2c2c !important;
}

/*mouseover für usernamen d. liker */
tooltip.userlike {
  position: relative; 
  text-decoration: none; 
		font-family: Roboto Condensed;
	text-transform: uppercase;
  color: #2c2c2c; 
  border: 0px solid black;
	font-size:10px;
}
showuser{
	display: none;
	width:150px;
	height:30px;	
	overflow:auto;
	text-align: left;
}

donthidebox{
	display: none;
	width:150px;
	height:30px;
		font-size:10px;
	overflow:auto;
	text-align: left;
}


tooltip.userlike:hover {
  border: 0px dotted blue;
 }

tooltip.userlike:hover donthidebox {
   display: block;
   position: absolute; 
   padding: 5px; 
   z-index: 200;
  margin-top:-3px;
		font-size:10px;
  right:0px;
   border: 0px solid #ffffff;
   background-color: #dadada;
		font-family: Roboto Condensed;
	text-transform: uppercase;
  color: #2c2c2c; 
  }

tooltip.userlike:hover hidebox {
	display: hidden;
}


.social_tabellepostrahmentd {
	width: 100%;
	background:none;
}

/*td hinter profilbild beim post*/ 
.social_post_td_profilbild {
	width: 80px !important;
	font-size:10px;
}
.social_usernametd {
	height: 10px;
}


.social_anttabellerahmen{
	width:100%;
	background-color:#fafafa;
}


.social_poststatus {
	position:relative;
	left: 10px;
}

.social_poststatustab input{
	border: 0;
	border-radius: 20px;
	padding:2px;
}

.social_poststatustab{
	width:100%;
}

.social_socialpostinput {
	background-color:#fafafa;
	width:300px;
	color: #2c2c2c;
	border-radius: 20px;
}

.social_socialpostantwort {
	background-color:#fafafa;
	width:297px;
	color:#2c2c2c;
}

.social_antsetzen{
	width: 300px;
	background-color:#fafafa;
}

.social_antsetzen input{
	border: 0;
	border-radius: 20px;
	padding:2px;
}



/* newsfeed */
.nf_divaussen {
	width:100%; 
	border: 0px solid #2c2c2c;
	background-color: #efefef;
	border-radius: 0px;
	margin-top:-20px;
	color: #2c2c2c;
}

.nf_divaussen a, .nf_divaussen td{
	color: #2c2c2c;
}

.table_nfposts{
	width:80%;
	background-color:#fafafa;
	border-radius: 20px;
	color: #2c2c2c;
}

.table_nfposts img {
	max-width:420px;
}

.td_nfpostava{
	width:80px;
	padding:3px;
}

.td_nfpost {
	color: #2c2c2c;
}

.table_nfpostwrap {
	width:100%;
}


.table_nfantwort{
	width:100%;
	background-color: #fafafa;
	border-radius: 20px;	
	color: #2c2c2c;
}

.nf_date input, .nf_time input {
	background-color:#efefef;
	border-radius:0px;
	border:0px;
	padding:2px;
	text-align:center;
	color: #2c2c2c;
}

.nf_datetimeabstand {
margin-left:10px;
}

.nf_textarea {
	background-color:#efefef;
	border-radius:0px;
	border:0px;
	text-align:left;
	width:90%;
	color: #2c2c2c;
}


.table_nfantwortwrap {
	width:100%;
		color: #2c2c2c;
}

.nf_antwortgesamt {
	width:100%;
		color: #2c2c2c;
}

.nf_tdantwortava {
	width: 50px;
}
 

