/*Categorie pagina*/

.catkop{
	background: url(../img/kopcatbg.gif) repeat-x;
	width: 450px;
	height: 21px;
	font-size: 14px;
	padding: 2px 0 0 5px;
	margin: 0 0 10px 0;
}

#cat{
	background: #3f3f3f;
	padding: 10px;
	color: #ffffff;
}

.catitem{
	background: #242424;
	padding: 10px;
	margin: 10px 0 0 0;
}

.catitem a img{
	float: left;
	margin: 0 10px 0 0;	
}

.catitem h1{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.catitem p{
	display: block;
	width: 450px;
	letter-spacing: 0.2px;
	line-height: 13px;
	font-size: 10px;
}

.catbutton{
	background: url(../img/catknop.gif) no-repeat;
	height: 22px;
	width: 120px;
	text-indent: -9999em;
	display: block;
	margin: 7px 0 0 0;
}

.catbutton:hover{
	background: url(../img/catknop2.gif) no-repeat;
	height: 22px;
	width: 120px;
	text-indent: -9999em;
}


