#content {
	float: left;
}
#navi_folge {
	display: none;
}
#sidebar {
	float: right;
}
.avatar {
	float: right;
}
#wrpcontent {
	-webkit-border-top-right-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	-moz-border-radius-topright: 6px 6px;
	-webkit-border-top-left-radius: 6px 6px;
	border-top-left-radius: 6px 6px;
	-moz-border-radius-topleft: 6px 6px;
	border-top: solid 1px #425964;
	background-position: 0px 0px;
	
}
.subheader{display: none;}


.avatar {
	float: right;
	clear: right;
	overflow: hidden;
	
	padding-bottom:8px;
	margin-top: 20px;
	width:270px;
}

.avatar iframe{
	margin-top: -1px;
	margin-left:-1px;
	margin-right: -1px;
	height: 258px !important;
	
	margin-bottom: -1px;
}

.avatar iframe div.connections_grid{
	background-color:f00 !important; 
	
}

.avatar  a{
		dislplay: block;
	float: right;
	width: 94px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding: 0px;
	padding-left: 12px;
	padding-right: 0px;
	margin:0px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	/*/background-position:left -62px;*/
	background-position:86px -94px;
	background-repeat:no-repeat;
		border: #425964 solid 1px;
	-moz-border-radius: 6px;
	-webkit-borde-radius: 6px;
	border-radius: 6px;
	color: #007bb3;
}
.avatar a:hover{
	background-color: #bbc3c7;
	text-decoration: none;
}



#content .pageheadline {
	-webkit-border-top-right-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	-moz-border-radius-topright: 6px 6px;
}
#wrpcontent .content {
	padding-top: 180px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(255,255,255,0.0)), color-stop(1, rgba(255, 255, 255,1.0))  );
	
	
	background: -moz-linear-gradient(top,rgba(255,255,255,0.0) 0%, rgba(255, 255, 255,1.0) 100%);
	background-size: 100% 200px;
	-moz-background-size: 100% 200px;
	background-position: 0px 140px;
	background-repeat: repeat-x;
	
}
#wrapper .tcs {
	background: none;
	
}


