#left {
	float: left;
	width: 50%;
}

#right {
	float: right;
	width: 50%;
}

#content ul {
	margin-left: 35px;
	list-style: none;
}

.catlist-img {
	width: 140px;
	height: 120px;
}

.catlist a {
	color: #000000;
}

.catlist-img img {
	border: 1px solid #000000;
	margin-left: 15px;
	height: 80px;
	width: 120px;
}


.catlist-line-a:hover, .catlist-line-b:hover {
	background: #FFE473;
}
/*
.catlist-line-b {
	background: #FFE373;
}*/

a.catlist-all {
	margin-left: 170px;
	margin-top: 10px;
	color: #CB0804;
}

#cat-description {
	clear: both;
	padding: 5px 25px;
	background: url(http://media.sale2b.de/cat-info-bg.jpg) center #FFE373;
	font-weight: bold;
	margin-bottom: 25px;
}

#cat-description img {
	margin-right: 25px;
}
