div.wrapper-category {
	Zposition: relative;
	height:250px;	/* Höhenangabe zwingend erforderlich */
	width:200px;
	overflow: hidden;
	margin-left:0px;
	background:no-repeat left bottom; /*url(../images/content/pro_kategorie-teaser_bg1_200x250.jpg)*/
	float:left;
	Zborder:1px solid black;
}


div.category {
	position:relative;
	height:100%;
	width:100%;
	background:url(../images/content/pro_kategorie-teaser_button_200x98.jpg) no-repeat 0px bottom;
	Zborder:1px solid red;
}

div.category-text {
	position:absolute; bottom:10px; left:10px;
	width:80px;
	font-size:14px;
	color:#427298;
	font-weight:bold;
	Zborder:1px solid black;
}
div.category a {
	display:block;
	position:absolute; left: 0px; top: 0px;
	height:100%;
	width:99%;
	text-decoration:none;
	background:none;
}
div.category a img{
	height:100%;
	width:99%;
	border:none;
}

table.category {
	float:right;
	margin:10px 10px 15px 10px;
	Zborder:1px solid black;
}
table.category td {
	width:100px;
	vertical-align:top;
	padding:2px;
}

div.product {
	Zborder:1px solid black;
 	margin:10px 10px 15px 10px;
}
div.product table {
	width:100%;
	margin:0px;
}
