#cats {
  width: 250px;
	float: left;
	background-image: url('../../img/design/sep.gif');
	background-repeat: no-repeat;
	padding-top: 5px;
	margin: 0 20px 0 4px;
	padding: 0 0 200px 0;
}

#cats .item {
	position: relative;
	top: 0;
	left: 0;

  display: block;
	width: 250px;	
	height: 120px;
	overflow: hidden;

	background-image: url('../../img/design/sep.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	
	text-decoration: none;
}

#cats .item:hover, #cats .item:hover .titel {
  text-decoration: underline;
	color: #000000;
}

#cats .item .bg {
  height: 115px;
	width: 250px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	cursor: pointer;
}

#cats .item .titel {
  position: absolute;
	bottom: 5px; 
	left: 0;
	
	width: 100%;
	display: block;
	text-align: right;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 15px;
	height: 23px;
	line-height: 23px;
	padding: 0 0 0 0;
	
	background-image: url('/img/design/cats_titel.png');
	background-repeat: no-repeat;
	
background:expression('none');
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/design/cats_titel.png', sizingMethod='scale');
}

#content {
  width: 450px;
	margin: 0 0 0 0;
	position: relative;
	top: 0;
	left: 0;
}