/* ############################################################################################ */
/* ### Box für die Kategorie (Kategorienavigation) ############################################ */
/* ############################################################################################ */
.catListBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	border-bottom: 1px solid #9F9F9F;
	border-left: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
	margin: 0px 0px 20px 0px;
	font-size: 0.8em;
	overflow: hidden;
	width: 222px;
}
.catListBody ul {
	list-style-type: none;
	padding: 0;
	border: 0;
	margin: 0;
}
.catListBody ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.catListBody a {
	display: block;
	text-decoration: none;
	height: 15px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 0px 5px 34px !important;
}
.catListBody li {
	width: 202px;
	margin: 0;
}
#rightcol-content .catListBody img {
	margin-right: 0.7em;
}

/* categorie listing */
/* ################################################################################################################### */
/* ### catListing1 ################################################################################################### */
/* ################################################################################################################### */
.catListing1 .subcolumns {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.catListing1 .subcl,.catListing1 .subc,.catListing1 .subcr {
	padding: 0;
}
/* Kopf für Kategorien, verwendet bei allen product_listing und categorie_listing */
#frameListHead {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* Ende categorie_listing */ 

/* categorie_navigation */
/* ################################################################################################################### */
/* ### Definition des Randes für die einzelnen Kategorieebenen + Text- und Hintergrundfarbe (Werte werden vererbt) ### */
/* ### width + padding-left = 100% ################################################################################### */
/* ################################################################################################################### */
/* ### 1.Ebene ### */

.catListBody ul li a {
	width: 95%;
	padding: 2px 0px 2px 5%;
	color: #444;
	background-color: #E1E1E1 !important;
}
/* ### 2.Ebene ### */
.catListBody ul li ul li {
	padding: 0 0 0 35px !important;
	margin: 0;
}
.catListBody ul li ul li a,.catListBody li.activeCat ul li a {
	width: 100%;
	padding: 1px 0 1px 0 !important;
	margin: 0 !important;
	color: #444;
	font-size: 11px;
	font-weight: normal !important;
	background: none !important;
	display: inline;
}
.catListBody ul li ul li:before, .catListBody li.activeCat ul li:before {
	color: #444;
	content: "\00BB \0020";
}

/* ############################################################################################ */
/* ### MouseOver ############################################################################## */
/* ############################################################################################ */
/* ### 1.Ebene ### */
.catListBody li a:hover {
	background-color: #FFE970 !important;
	color: #fff;
	text-decoration: none;
}
/* ### 2.Ebene ### */
.catListBody li li a:hover,.catListBody li.activeCat li a:hover {
	color: #000 !important;
	text-decoration: underline;
}

/* ############################################################################################ */
/* ### Aktive Kategorie ####################################################################### */
/* ############################################################################################ */
.catListBody li.activeCat a {
	background-color: #ffd800 !important;
	color: #fff;
}
.catListBody li.activeCat li.activeCat a {
	color: #000 !important;
	text-decoration: underline;
}
/*Ende categorie_navigation */

/* Kategorie-Listing */
.catListing1 {
	margin: 0;
	padding: 0;
}
.subcolumns {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 200px !important;
}
.subcolumns-1 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
.c33l {
	float: left;
	width: 33%;
	height: 195px;
	border-right: 1px solid #ddd;
}
.c33r {
	float: right;
	height: 175px;
	width: 33%;
}
.c33l-1 {
	float: left;
	width: 33%;
	height: 175px;
}
.c33l img, .c33r img {
	max-width:160px;
}
.subcr-content {
	height: 170px;
}
.c50l {
float: left;
width: 48%;
}
.c50r {
width: 48%;
float: right;
}
