
/******************************
Autor:		Manuela Zogbaum
Company:	New Media Standards
Date:			15.01.2010
Version:		1.0
******************************/


/**General Site Rules********************************************************************/


body {
					margin:0 auto;
					padding:0;
					color:#000;
					background: none;
					font: 10pt/0.5cm "Helvetica Neue", Arial, Verdana, sans-serif;
					width:90%;
}

br { line-height:0.3cm; }

a, a:visited, a:focus, a:active {
					color:#000;
					text-decoration:none;
}

a:hover {
					color:#000;
					text-decoration:none;
}

a img { border:none; }

p, img, p img { margin:0 0 0.2cm 0; }

strong { font-weight:bold; }

ul li a { display:block; }

ul.line li { float:none; }

ul.line li a { text-align:center; }

/**Funktionen *********************************************************/
.hide { display:none; }

.wrapper {
					width:100%;
					margin:0;
					background:none;
					min-height: auto;
					height: auto;
}

/**LAYOUT********************************************************************/
.hideforprint {
					margin-bottom:0.5cm;
					color:#999;
					font-size:9pt
}

.hideforprint img { }

#sidebar_left, #sidebar_right, hr, #header_service, #breadcrumbs, .starthead, #navigation_top, a#print, #wrap_footer, .addprodform, #prodservice, .categoryhead, .pagination, #order_steps, table#warenkorb th.delete, table#warenkorb td.delete, #warenkorb_form input, table#warenkorb th.number, table#warenkorb td.number, .coupon { display:none; }

.content {
					width:100%;
					background:none;
}

.cont_col_4 {
					float:left;
					margin:0 0.5% 0 0;
					overflow:auto;
					text-align:center;
					width:24.4%;
}

.recommend_product {
					page-break-after: always;
					clear:both;
}

.cont_col_3_left {
					float:left;
					width:24%;
}

.cont_col_3_middle {
					float:left;
					width:46%;
}

.cont_col_3_right {
					float:left;
					width:27%;
					text-align:center;
}

table#warenkorb {
					width:100%;
					border-bottom:none;
					margin-bottom:1cm;
}

table#warenkorb th {
					background:#fff;
					font-weight:bold;
					color:#000;
					padding:1%;
					border-bottom:1px solid #000;
}

table#warenkorb th.articlefoto { width:80px; }

table#warenkorb th.articlename { }

table#warenkorb th.number {
					width:auto;
					border-right:1px solid #000;
}

table#warenkorb th.value {
					background:#fff;
					width:auto;
					border-right:1px solid #000;
}

table#warenkorb th.total {
					background:#fff;
					width:auto;
					border-right:1px solid #000;
}

table#warenkorb td {
					padding:10px;
					text-align: left;
					vertical-align: top;
					border-bottom:1px solid #000;
}

table#warenkorb td img {
					width:80px;
					border:1px solid #ccc;
}

table#warenkorb td.number { border-right:1px solid #000; }

table#warenkorb td.value { border-right:1px solid #000; }

table#warenkorb td.total { border-right:1px solid #000; }

