@charset "utf-8";
/* CSS Document */

#list{
}

#list div#item{
	border: 1px solid #CCCCCC;
	clear: both;
	height:auto;
	margin-bottom: 20px;
	padding:10px;
}

#list div.image{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-width: 1px;
	border-color: #000000;
	border-style: none;
	height: 100%;
}

#list div.header{

}
#list span.title{
	padding-right: 20px;
}
#list span.cat{

}
#list div.header a{
	color: #D23239;
	font-weight: bold;
	text-decoration: none;
	/*text-transform: capitalize;*/
	text-transform: none;
	font-size: 14px;

}
#list div.header a:hover{
	text-decoration: underline;
}
#list div.auteur{
	font-size: 12px;
	color: #666666;
}
#list div.kort{
	padding-top: 20px;
}
#list a.leesverder:hover {
	text-decoration: underline;
}
	