@charset "utf-8";
/* Print Layout CSS Document */

/* Seitenumbruch erzwingen bei langen listen*/
.print_pagebreak_a{ 
	page-break-after: always; 
}
.print_pagebreak_b{ 
	page-break-before: always; 
}

#header, #left, #right, #buttons, #system_navi, #fixedbox, #content .zettel-header, s.anszet, #footer, .wk_printselect, .wkdellnk
{
	display: none;
}

#allinclusive, #main {
	width: auto;
}

#content {
	border: 0;
	margin: 0;
	padding: 5;
	color: black;
}

/*
#content {
	padding: 0.5cm;
	margin-top : 0.5cm;
	margin-right : 0cm;
	margin-left : 0cm;
}
*/

.print {
	display: block;
}

/* tr: 11.1.11 MarkenSeiten: standard DruckHeader+Footer ausblenden*/
#cnt110 .print,
#cnt37 .print,
#cnt129 .print,
#cnt240 .print,
#cnt236 .print,
#cnt132 .print,
#cnt147 .print,
#cnt184 .print,
#cnt150 .print,
#cnt95 .print,
#cnt135 .print {
	display:none;
}

#frame{
	width: 621px;
}

/* START skalierung druck Talk-Seite*/
#cnt95 img[height="1070"]{
	height: 950px;
}
/* END skalierung druck Talk-Seite*/

img {
	position: relative;
	z-index:1500;
}

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

.wkproduct-aslist {
	padding: 0px !important; 
	margin-bottom: 1px;		
	margin: 2px 0px 0px !important;
	width: 100% !important;
	height: 40px !important;
	border-bottom: 1px solid black;
}
.wktitle-grid{
	height: 50px;
}
.wktitle-aslist{
	width: 76%;
}
.wkprice {
	background: #000099; 
	color:#fff;
	text-align:right;
	width:118px;
	padding:2px;
	margin-bottom:5px;
	margin-top: 0;
}

.wkholder {
	width: 100%;
}
.wktextarea {
	font-family : arial,helvetica,sans-serif;
	color: black;
	font-size: 12px;
	overflow: hidden;
	width:100%;
	height:130px;
	border:0;
	border-top:1px solid black;
	margin:0px;
	padding-top:7px;	
}

/* == IE6 Anpassungen == */
* html div.wkproduct {
	padding-top: 10px; 
	margin: 10px 10px 0px; 
	width: 120px;
}
*html .wkproduct-aslist {
	width: 565px !important;
	height: 35px !important;
	margin: 10px 10px 0px 10px !important; 	
}

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





