.catlist a {
   display: block;
	background-image: url(../images/deur-dicht.jpg);
	text-decoration: none;
	width: 150px;
	height: 210px;	
}

.catlist img {
	border: 0px;
}


.catlist a:hover {
	background-image: url(../images/deur-open.jpg);	
		border: none;
}


.catlist p {
   margin-top: 10px;
	margin-bottom: 5px;
   color: #c33;
	font-size: small;
}

.catlist h6 {
   
	
}


.catlist .roundbox_top {
   display: block;  
	background-color: transparent;
	background-position: top left;
	background-image: url(../images/rb_r1_c1.gif);	
	background-repeat: no-repeat;	
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	width:490px;	 /*520px total */
	height:30px;
	padding: 8px 5px 0px 25px;
}
.catlist .roundbox_content {
	background-image: url(../images/rb_r3_c1.gif);
	background-position: left;	
	background-repeat: repeat-y;	
	padding: 15px 25px 5px 25px;
	margin: 0;
   width:470px;  /*520 total, don't forget to substract 
	              padding left right */
}

.catlist .roundbox_bottom {
	background-image: url(../images/rb_r5_c1.gif);
	background-repeat: no-repeat;	
	margin-bottom: 10px;
   padding: 5px 5px 20px 10px;	
	width:505px; /*520px total */
	height: 45px;
}


.catlist a:link {
	color: black;  
	font-weight: bold;
	text-decoration: none;
}

.catlist a:visited {
	color: black;  
   font-weight: bold;
	text-decoration: none;
}

.catlist a:active {
   font-weight: bold;
	color: black;
}
.catlist a:hover {
	font-weight: bold;
	color: #c33;
	background-color: white;
}

