/*
-----------------------------------------------
pure-communication.be
Author:   Jim Faes
Version:  30/04/2008
----------------------------------------------- */


/*
------------------------------------------------

    CSS MENU :
    ----------
	GENERIC
	PROFIEL


	
/* = GENERIC
------------------------------------------------ */
div#innercontent-left{
	width:166px; /*206 - 20 - 20*/
	height:250px;
	margin:12px 0px 0px 13px;
	padding:13px 20px 20px 20px;
	background:top left url(../images/bg-innercontent-left.png);
	background-repeat:no-repeat;
	
	float:left;
}

div#innercontent-right{
	width:408px; /*448 - 20 - 20*/
	margin:15px 0px 0px 0px;
	padding:13px 20px 20px 20px;
	background:repeat-y top left url(../images/bg-innercontent-right.png);
	
	position:relative;
	
	float:left;
}

div#innercontent-right-rafels{
	width:434px;
	height:9px;
	position:absolute;
	left:6px;
	bottom:-9px;
	
	background:no-repeat top left url(../images/bg-innercontent-right-rafels.gif);
}



/* = PROFIEL
------------------------------------------------ */
#profiel-avatar{
	width:139px;	
	position:relative;
	left:14px;
	top:12px;
	
	text-align:center;
}

#profiel-avatar-foto{
	width:139px;
	height:125px;
	background-color:#000000;
	overflow:hidden;	
}

#profiel-avatar-name{		
	color:#FFFFFF;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#000000;
	border-bottom: 1px solid #424242;
}

#profiel-avatar-age{		
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;	
	background:no-repeat bottom left url(../images/bg-profiel-avatar-age.gif);
	background-color:#000000;
}

#profiel-avatar-gemeente{			
	padding-top:5px;
	padding-bottom:5px;	
}


h1.title-profiel{
	width:405px;
	height:25px;
	background:no-repeat top left url(../images/bg-title-profiel.gif);
	
	font-size:14px;
	padding-top:4px;
	padding-left:10px;
}


.profiel-content{
	padding-left:5px;
	margin:5px 0px 5px 0px;
}

#profiel-points{
	width:139px;	
	position:absolute;
	right:15px;
	top:0px;
	
	text-align:center;
}

#profiel-points-top{				
	padding-bottom:5px;
	background-color:#000000;
	border-bottom: 1px solid #424242;
}

#profiel-points-bottom{		
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;	
	background:no-repeat bottom left url(../images/bg-profiel-avatar-age.gif);
	background-color:#000000;
}






