/* CSS Document */
#personal_page{
	float:left;
	clear:none;
	width:558px;
	padding-left:20px;
	padding-right:20px;
}

#personal_page .discussion_1{
	float:left;
	clear:none;
	width:558px;
	font-weight:bold;
}
#personal_page .discussion{
	float:left;
	clear:none;
	width:558px;
	font-weight:bold;
	padding-top:15px;
}

#personal_page .personal_list{
	float:left;
	clear:none;
	width:558px;
	margin-top:15px;
}


#personal_page .personal_list .pimage{
	float:left;
	clear:none;
	width:50px;
	padding-right:30px;
}

.pstrong{
	float:left;
	clear:none;
	font-weight:bold;
	padding-bottom:5px;
}

/* Unternehmen */
	#unternehmen_page{
		float:left;
		clear:none;
		width:558px;
		padding: 0px 20px 10px 20px;
	}
	
	#unternehmen_page .description{
		float:left;
		clear:none;
		width:100%;
		padding-bottom:20px;
	}
	
	#unternehmen_page .uimage{
		float:left;
		clear:none;
		width:130px;
		padding-right:20px;
	}

	.ustrong{
		font-weight:bold;
		padding-bottom:5px;
	}
	
	.elink{
		text-decoration:none;
	}
	
	#unternehmen_page .unternehmen_list{
		float:left;
		clear:none;
		width:100%;
		margin-top:15px;
	}
	
	#unternehmen_page .unternehmen_list a {
		text-decoration:underline;
	}

