.print { position:absolute;display: none; visibility:hidden;top:0;left:0;}

/* Einkaufszettel */
div.wkproduct {
	padding-top: 10px; 	
	margin: 10px 12px 0pt; 
	width: 122px;
	height: 250px;
}
div.wk_notice {
	clear:both;
	padding:20px 0 10px 10px;
}
.wkimgholder {
	margin: 3px 0 0 0;
	border: 1px solid #000099; 
	height: 120px;
	clear: both;
}

.wkproduct-aslist {
	width: 100% !important;
	height: 50px !important;	
	padding-top:2px !important;
}
.wktitle-grid{
	height: 42px;
	overflow: hidden;
}

.wktitle-aslist{
	width: 76%;
}

.wkprice {
	background: #000099; 
	color:#fff;
	text-align:right;
	width:118px;
	padding:2px;
	margin-bottom:5px;
	margin-top: 0;
}

.wktextarea {
	width:565px;
	height:155px;
	overflow: hidden;	
}
.wkdellnk{
	text-align: center;
}

.wkholder {
	width: 100%;
}

/* Seitenumbruch erzwingen bei langen listen*/
.print_pagebreak_a{ 
	/*display: none;*/ 
}
.print_pagebreak_b{ 
	/*display: none; */
}

/* == IE6 Anpassungen == */
* html div.wkproduct {
	margin: 10px 10px 0px; 
	height: 250px;
}
*html .wkproduct-aslist {
	width: 555px !important;
	height: 50px !important;	
}

*html .wktitle-aslist{
	width: 410px;
}



