/* CSS Document */



.streamer { 
	color:			#BE1B01;
	font-weight:	700;
	line-height:	130%;
}

.door {
	font-size:		100%;
	text-align:		center;
}

.auteur { 
	font-weight:	700; 
}

.boekInfo {
	position:		relative;
	float:			left;
	width:			150px;

	margin-right:	1em;
	margin-bottom:	1em;
		
	font-size:		90%;
	font-weight:	700;
	line-height:	140%;
	
	display:		block;
	clear:			both;
}

	.verkoopInfo {
		margin-top:		1em;
		border:			1px dotted #000000;
		padding: 		10px;
	}
		.prijs {
			color:			#BE1B01;
			font-weight:	700;
			font-size:		100%;
		}