.handcursor {
	cursor:hand;
	cursor:pointer;
	height:31px;
	overflow:hidden;
}

.catcol {
	width:260px;
	background:url(../template/kat_liste/nav_kli_bg.png) repeat-y;
}

.maincat_text {
	position:relative;
	top:-20px;
	left:10px;
}

.subcat_text {
	position:relative;
	top:-23px;
	left:20px;
}

.subsubcat_text {
	position:relative;
	top:-20px;
	left:30px;
}

.catlist {
	padding:10px 0px 10px 20px;
	display:block;
}
.catlistborder {
	margin:0px 3px 0px 5px !important;
	margin:0px 3px 0px 5px;
	height:0px;
	border-bottom:#ccc dotted 1px;
}

a.catlistlink {
	color:#000;
	text-decoration:none;
	display:block;
	background:url(../template/kat_liste/nav_kli_arrow.png) 210px center no-repeat;
	padding-right:20px;
}

a.catlistlink:hover {
	text-decoration:underline;
}

a.catlistlink:visited {
	color:#000;
}

.maincat_open {
	background:url(../template/kat_liste/nav_prim_act.png) no-repeat;
	width:260px;
	height:31px;
	padding-right:15px;
}

.maincat_close {
	background:url(../template/kat_liste/nav_prim.png) no-repeat;
	width:260px;
	height:31px;
	padding-right:15px;
}

.subcat_open {
	background:url(../template/kat_liste/nav_sec1_act.png) no-repeat;
	width:260px;
	height:31px;
	padding-right:15px;
}

.subcat_close {
	background:url(../template/kat_liste/nav_sec1.png) no-repeat;
	width:260px;
	height:31px;
	padding-right:15px;
}

.subsubcat_open {
	background:url(../template/kat_liste/nav_ter_act.png) no-repeat;
	width:260px;
	height:31px;
	padding-right:15px;
}

.subsubcat_close {
	background:url(../template/kat_liste/nav_ter.png) no-repeat;
	width:260px;
	height:31px;
	padding-right:15px;
}
