div.pub {
	/*width: 400px;*/
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	padding-top: 6px;
}
img.pub {
	width: 130px !important;
}
div.pubImg {
	width: 150px;
	float: left;
}
div.pubDesc {
	margin-left: 150px;
}
div.pubDescNoImg {
	margin-left: 0px !important;
}
div.pubDesc h2 {
	color: #000 !important;
	font-size: 1em;
	margin: 0 -3px 0 0;
}
div.pubDesc p {
	margin-bottom: 0.5em;
}
div.pubDesc .blankline {
	height: 0.5em;
}
div.pubDesc span.label {
	float: left;
	width: 4.5em;
}
div.pubDesc input.text {
	float: left;
	width: 3em;
	margin-right: 0.9em;
	text-align: right;
	left: 0;
}
input.anz {
	text-align: right !important;
	width: 3em !important;
}


* html div.pubDesc {
	height: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* Top4 */
table.top4 td {
	position: relative;
	width: 50%;
	border: none;
	padding: 10px;
	vertical-align: top;
	-webkit-box-shadow: 0px 0px 4px #666; 
	-moz-box-shadow: 0px 0px 4px #666; 
	box-shadow: 0px 0px 4px #666;
	
}
	table.top4 td div.pubDesc {
		height: 100%;
		background: yellow;	
		border: 1px dashed red;
	}
	table.top4 td div.pub {		
		height: 100%;
		 	
	}
	table.top4 td button {
		position: absolute;
		left: 0;
		bottom: 0;	
	}
	
.row {
	clear: both;
	min-width: 302px;
	margin: 0 0 20px 0;	
}
	.row div.pub {		
		float: left;
		width: 49.9%;
		border: none;
		margin: 0;
	}
		.row div.pub.colRight {
			float: right;	
		}
		.row div.inner {
			position: relative;
			float: none;
			width: auto;
			margin: 0 5px;
			border: 1px solid #ccc;
			padding: 5px;
			min-height: 185px;
			vertical-align: top;
			background: #fff url(bilder/bg-btn.png) left bottom repeat-x;
			-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#cccccc')";
			filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#cccccc');
			-webkit-box-shadow: 3px 3px 3px #ccc; 
			-moz-box-shadow: 3px 3px 3px #ccc; 
			box-shadow: 3px 3px 3px #ccc;			
		}
			.row div.pub.colLeft div.inner {
				margin: 0 10px 10px 0 !important;	
			}
			.row div.pub.colRight div.inner {
				margin: 0 0 10px 10px !important;	
			}
		.row div.pub .pubDesc {
			float: none;
			padding: 2px 0 0px 10px;
			margin: 3px 0 0 0;
			height: 150px;
			margin: 0;
			width: auto;
			min-width: 120px;
			overflow: auto;
			border-bottom: 27px solid #D5EBF6;
		}
			.row div.pub .pubDesc h2 {
				font-size: 1.1em;
				margin: 0 0 10px 0;	
			}
			.row div.pub .spacer {
				display: block;
				height: 35px;
				width: 100%;
				clear: both;	
			}
		.row div.pub .pubImg {
			width: 130px;
			/*height: 185px;*/
			min-height: 150px;
			overflow: hidden;
			margin: 0;
			/*background: #efefef;*/
		}
		.row div.pub div.button button {
			position: absolute;
			bottom: 9px;
			right: 10px;
			background: url(bilder/btn-bestellen.png) 0 0 no-repeat;
			width: 83px;
			height: 21px;
			margin: 5px 0 0 0;
			text-indent: -9999px;
			overflow: hidden;
			border: none;
		}
		div.pub.noOrderSize div.button {
			padding: 5px 0 0 150px;	
		}
			div.pub.noOrderSize div.button button {
				bottom: 9px;
				right: 10px;
				background: url(bilder/btn-bestellen.png) 0 0 no-repeat;
				width: 83px;
				height: 21px;
				text-indent: -9999px;
				overflow: hidden;
				border: none;
			}

