/* basis artikel style ------------------*/

.d_tekst 
{
	margin: 0; 
	padding: 0; 
}

.p_tekst_body, 
.p_tekst_kop, 
.p_tekst_subkop, 
.p_tekst_inspringen,
.p_tekst_kader,
.p_tekst_payoff
{
	font-size: 13px; 
	font-family: Arial, Helvetica; 
	font-weight: normal; 
	text-align: left;
	line-height: 19px; 
	margin: 0 ;
	padding: 0 0 0 0 ; 
}

.p_tekst_kop 
{
	color: #636389;
	font-size: 18px; 
	line-height: 24px; 
	font-weight: bold; 
	margin: 0 0 20px 0 ;
}

.p_tekst_subkop 
{ 
	color: #636389;
	font-weight: bold; 
	margin: 5px 0 5px 0 ;
}



.p_tekst_body a:link, 
.p_tekst_body a:visited, 
.p_tekst_body a:active  
{ 
	color: #5F57A2; 
	text-decoration: underline ;
}

.p_tekst_body a:hover 
{ 
	color: #f00; 
	text-decoration: none ;
}

.p_tekst_body b 
{ 
	font-weight: bold ;
	font-style: normal ;
}

.p_tekst_body i 
{ 
	font-weight: normal ;
	font-style: italic ;
}


.i_foto,
.i_foto_l,
.i_foto_r 
{ 
	margin: 0 0 0 0; 
	padding: 0; 
	border: none;
/*	border: solid 1px #BDBECB;*/
}

.i_foto_l 
{ 
	float: left; 
	margin: 2px 20px 15px 0 ; 
	padding: 0; 
}

.i_foto_r 
{ 
	float: right; 
	margin: 2px 0px 15px 20px ; 
	padding: 0; 
}

.p_foto_b  
{ 
	color: #3A3845; 
	font-style: italic; 
	font-size: 10px; 
	margin: 0; 
	padding: 0; 
}


.p_tekst_inspringen
{
	margin: 0; 
	
	padding: 3px 16px 3px 48px ; 
	
	background-image: url(../illu/punt.gif) ; 
	background-repeat: no-repeat;
	background-position: 32px 9px;	
}


.p_tekst_kader 
{
	margin: 4px 16px 12px 32px;
	padding: 4px ; 
	border: solid 1px #F16F1E;
}



