/* ===== KATEGORIEN ===== */
.katbox {
	width: 180px;
	border: 1px solid #8795A4;
	float: left;
	background-color: #FFFFFF;
	margin-top: 9px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 9px;
	font-weight: bold;
	line-height: 22px;
}

* html .katbox {
	margin-left: 5px; /* Version 5.x */
	margin-left: 5px; /* Version 6 */
}

.katidicator {
	width: 10px; /*	border: 2px solid white;*/
	float: left; /*	background-color:#A2D2A6;*/
	background-color: #99B0AB;
}

.katname {
	float: left;
	padding-left: 5px;	
}


.katname a:link, .katname a:visited, .katname a:active {
	text-decoration: none;
	color: #616D7B;
}
.katname a:hover {text-decoration: underline; color: #616D7B;}
	
.prodcount {
	width: 30px;
	float: right;
	text-align: right;
	font-style: italic;
	font-size: 10px;
	font-weight: normal;
	color: #616D7B;
	background-color: #F7F8F8;
	border-left: 1px dashed #6385a8;
	padding-right: 5px;
}

.prodedit {
	width: 70px;
	float: right;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6385a8;
	margin: 1px;
	height: 20px;
	line-height: 20px;
}

.prodedit a {
  color: #FFFFFF;
}

.prodedit_off {
	width: 70px;
	float: right;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E1E4E8;
	margin: 1px;
	height: 20px;
	line-height: 20px;
}

.editbox {
	width: 570px;
	border: 1px solid #6385a8;
	background-color: #FFFFFF;
	margin-left: 10px;
	font-size: 9px;
	font-weight: bold;
	line-height: 22px;
}

