
#main {
	/* width: 780px; */
}

#content {
	width: 100%; 
}
body.template-wide2 #content {
	width: 630px!important; 
	margin-left: 185px;
	float: left;
}

body.template-wide2  {
background-image: url(images/bubbles_outer.png);
background-position: center top;
background-repeat: no-repeat;
}

body.template-wide2 #main {
	background-image: url(images/bubbles_inner.png);
	background-repeat: no-repeat;
	min-height: 400px;
}

body.template-wide2 .partner, body.template-wide2 .partner:hover{
	text-decoration: none;
}

body.template-wide2  h2 {
	display: none;
}

#profil a {
	word-wrap: break-word;
}

#profil .profile_wrapper, #profil .profile_wrapper_inner {
	
	margin: 4px 0px;
	padding: 9px;
	overflow: hidden;

	background-color: #B4D4EC;
	
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

#profil .profile_wrapper_inner {
	width: 48%;
	position: relative;
	padding: 1px;
	margin: 2px 1px 18px 1px; 	
}
#profil .profile_outer_box_bottom .profile_wrapper_inner {
	width: 100%;
}

#profil .profile_wrapper_inner .title {
	margin-left: 16px;
	margin-top: 6px;
	margin-bottom: 2px;
} 

#profil .profile_avatar_box {
	width: 45%; 
	display: table;
}
#profil .profile_avatar_data {
	display: table;
	width: 40%;
}
#profil .profile_avatar {
	/* margin-left: 6px; */
	/* margin-top: 6px; */
	/* margin-bottom: 2px; */
	/* width: 160px; */
	/* height: 160px; */
		
	display: table-cell;
}
#profil .profile_data {
	/* margin-left: 6px; */
	/* margin-top: 6px; */
	/* margin-bottom: 2px; */
	/* width: 160px;	 */
	padding: 0px 0px 0px 10px;
	line-height: 22px;
	display: table-cell;
}

#profil .profile_user {
	color: #F7ABB1;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;	
	margin: 0;
}

#profil .profile_wrapper .girl {
	background-color: #F7ABB1;
}

#profil .profile_outer_box_top, 
#profil .profile_outer_box_middle, 
#profil .profile_outer_box_bottom, 
#profil .profile_outer_box_right, 
#profil .profile_outer_box_left, 
#profil .profile_outer_box_rounded {
	background-color: white;
	margin: 4px 4px 6px 4px;
	padding: 4px;
	min-height: 110px;
	
	overflow: hidden;
	
	color: #939598;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	
}

#profil .profile_outer_box_top, #profil .profile_outer_box_middle, #profil .profile_outer_box_bottom {
	padding: 18px 24px 0px 24px;
}

#profil .profile_wrapper .inner {
	/* width: 298px; */
	padding: 10px;
	line-height: 26px; 
}

#profil .profile_outer_box_top {
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;	
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#profil .profile_outer_box_bottom {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
#profil .profile_outer_box_right {
	width: 45%;
	margin-left: 0px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;	
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}
#profil .profile_outer_box_left {
	width: 45%;
	margin-right: 0px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;	
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}
#profil .profile_outer_box_rounded {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;	
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#profil .profile_inner_box {
	background-color: #B4D4EC;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

#profil .child {
	position: absolute;	
	right: 10px;
	top: 4px;
	
	width: 54px;	
	height: 52px;
}
#profil .child.girl {	
	background: transparent url("images/btn_profile_2.png");
	background-position: -200px 0;
}
#profil .child.boy {
	background: transparent url("images/btn_profile_2.png");
	background-position: -145px 0;		
}
#profil .child.baby {
	background: transparent url("images/btn_profile_2.png");
	background-position: -255px 0;	
}

#profil .profile_email, #profil .profile_web, #profil .profile_blog, #profil .profile_fb, #profil .profile_iwiw, #profil .profile_skype, #profil .profile_msn, #profil .profile_else {
	margin-right: 22px;
	margin: 0 auto;
}

#profil .profile_email {
	background: transparent url("images/btn_profile_2.png");
	background-position: 0px 0px;
	width: 24px;	
	height: 20px;
}
#profil .profile_web {
	background: transparent url("images/btn_profile_2.png");
	background-position: -24px 0;
	width: 40px;	
	height: 20px;
}
#profil .profile_blog {
	background: transparent url("images/btn_profile_2.png");
	background-position: -64px 0;
	width: 36px;	
	height: 30px;
}
#profil .profile_fb {
	background: transparent url("images/btn_profile_2.png");
	background-position: -100px 0;
	width: 20px;	
	height: 30px;
}
#profil .profile_iwiw {
	background: transparent url("images/btn_profile_2.png");
	background-position: 0 -26px;
	width: 40px;	
	height: 20px;
}
#profil .profile_skype {
	background: transparent url("images/btn_profile_2.png");
	background-position: -40px -26px;
	width: 26px;	
	height: 30px;
}
#profil .profile_msn {
	background: transparent url("images/btn_profile_2.png");
	background-position: -66px -26px;
	width: 36px;	
	height: 20px;
}
#profil .profile_else {
	background: transparent url("images/btn_profile_2.png") no-repeat center;
	background-position: -104px -26px;
	width: 40px;	
	height: 20px;
}

#profil .icon_wrapper {
	width: 60px;	
	clear: both;
	float: left;
}