/*	--------------------------------------------------------------------------

STYLESHEET VOOR ARTIKEL-PAGINA'S

--------------------------------------------------------------------------	*/
/* ------- Artikelen (detailpagina) ------- */


#content IMG{
	float:left;
	margin:0;
}

#tekstcontainer IMG{
	float:none;
	margin:0 5px 0 5px;
}


#content H1{
	width:207px;
	display:inline;
	padding:5px 15px 3px 10px;
	margin:0;
	font-size:125%;
	line-height:150%;
	color:#ffffff;
}

#content H1.fw{
	display: block;
	line-height:100%;
	width:240px;
}

#tekstcontainer{
	padding:5px 5px 5px 10px;
	color:#040A4C;
	min-height:480px;
}

#tekstcontainer P{
	color: #040A4C;	
	margin-top:0px;
}

#tekstcontainer  hr{
	width:100%;
	color: #040A4C;
    background-color: #040A4C;
    border:0px;
	height:1px;
	line-height:0px;
	padding:0px;
}


#tekstcontainer LI{
	color: #040A4C;
	margin:0;
	padding:0;
}


#tekstcontainer a{
	color: #4F5382;	
}

#tekstcontainer a:hover{
	color: #040A4C;	
}


#tekstcontainer table{
	margin: 0;
}

#tekstcontainer H2{
	font-size:120%;
	margin-bottom:0;
	color: #040A4C;
}

#tekstcontainer H3{
	font-size : 110%;
}



#tekstcontainer H4, #tekstcontainer td{
	font-family : Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #040A4C;
}

#tekstcontainer th{
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #040A4C;	
}

#tekstcontainer .whitetxt{
	color:#fff;
}


/* 
	Rechts uilijnen van afbeeldingen heeft niet het juiste effect in Firefox  
	Dus dat vervangen we hier door een float:right
*/
#tekstcontainer img[align="right"]{
	float:right;
}
/* 
	Links uilijnen van afbeeldingen heeft niet het juiste effect in Firefox  
	Dus dat vervangen we hier door een float:left
*/
#tekstcontainer img[align="left"]{
	float:left;
}