/* - Medium -*/
.name-container
{
	text-align: center;
	position: relative;
	display: block;
}
/* box er standard klassen. Vha. Javascript allokeres _$menupunkt og -over_$menupunkt */
.profilename
{
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	left: -22px;
	position: relative;
	top: -1px;
	height: 20px;
	overflow: hidden;
	width: 150px;
}
.profilenameshadow
{
	color: #6B6B6B; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	left: -20;
	position: absolute;
	/*filter: alpha(opacity=0); /*transparency: 100%;*/
	overflow: hidden;
	height: 20px;
	width: 150px;
}
/* .profile_text SKAL RETTES ELLER FJERNES
{
	color: #336699; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	margin-left: 10px;
}
*/
