/*** menu rechts ***/

#relatie_div{
	width:120px;
	height:30px;
	position:relative;
	top:15px;
	left:20px;
}
#relatie_div input{
	width:95px;
}

/*** relatie pagina ****/
.relatie_container{
	width:600px;
	position: relative;
	left: 20px;
	top:10px;
}
.relatie_container_relaties{
	width:300px;
	float: left;
}
.relatie_container_legenda{
	width:300px;
	float: left;
}
.relatie_container table th{
	text-align: left;
	font-size: 12px;
}
.relatie_aanvraag{
	width:300px;
}
.relatie_overzicht{
	width:300px;
}
.relatie_geblokkeerd{
	width:300px;
}
.relatie_accepteren{
	width:300px;
}
.relatie_cell_naam{
	width:266px;	
}
.relatie_action_cell{
	width: 17px;
	height: 17px;	
}
.relatie_action_cell_click{
	width: 17px;
	height: 17px;	
	cursor: pointer;
}
.relatie_cell_accept{
	width: 17px;
	height: 17px;
	background-image: url("./css/images/accept.jpg");	
}
