/* Startseite*/


	
#links {
	margin: 0px;
	/*border: 1px solid blue;*/
}

#text {
	clear: both;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#kat1 {
	/*border: 1px solid blue;*/
	float: left;
	margin: 2px 5px 0px 5px;
	/*color: inherit;*/
	text-align: left;
}

.inside {  
	padding: 0px;
	margin: 0px;
	font-family: verdana; 
	font-size: 11px; 
	font-weight: normal; 
	color: #333; 
	text-decoration: none;
	text-align: left;
	}


/* Kopfzeilen */

/* oben */


#header {
	height: 27px;
	background: url(images/back_header.jpg) repeat;
	color: #ffffff;
	/*border: 1px solid black;*/
	overflow:auto;
}

#header h1 {
	/*font-size:12px;*/
	font-size:12px;
	color: white;
	margin: 0;

}

#left_header {
	float:left;
	background: url(images/left_header.jpg) no-repeat;
	width:8px;
	height:27px;
	color: #ffffff;
	/*border: 1px solid black;*/
}

#right_header {
	float:right;
	background: url(images/right_header.jpg) no-repeat;
	width:8px;
	height:27px;
	color: #ffffff;
}

/* unten */

#header_bottom {
	clear:right;
	height: 27px;
	background: url(images/back_header_bottom.jpg) repeat;
}


#left_header_bottom {
	float:left;
	background: url(images/left_header_bottom.jpg) no-repeat;
	width:8px;
	height:27px;
	/*border: 1px solid black;*/
}

#right_header_bottom {
	float:right;
	background: url(images/right_header_bottom.jpg) no-repeat;
	width:8px;
	height:27px;
}

#product_name {
	float:left;
	margin-left: 10px;
	padding-top:6px;
}

#product_name h1{
	margin: 0;
}
	
#product_number {
	float:right;
	margin-left:15px;
	padding-top:8px;
	font-size:11px;
	color: #ffffff;
}


#back {  /* Hintergund im header bei page z.b.*/
	float:left; 
	margin-left:10px;
	padding-top:5px;
	font-size:12px;
	font-weight: bold;
	color: #ffffff;
}

#back1 {  /*im product_details unten */
	float:left;
	margin-left:10px;

}


.sort {
	width: 680px;
	height: 25px;
	/*border: 1px solid blue;*/
}

#category_sort {
	float:right;
	padding-top:5px;

}

#manufacturer_sort {
	float:right;
	padding-top:5px;

}

.highlight {
	background:#000000;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}

/* Produkt Details */

#productwrap {
	/*border:1px solid red;*/
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	height:100%;
    min-height:100%;
}


#product_content {
	height:100%;
    min-height:100%;
	font-size:12px;
	padding:10px;
	/*border:1px solid blue;*/
}

#product_content p {
	font-size:12px;
	margin-bottom:15px;
	color:black;
}


#product_content table, div {
	font-size:12px;
}

#product_content ul, ol {
	font-size:12px;
	margin-left:25px;
	color:black;
	margin-bottom:15px;
}

#description {
	font-size:12px;
	color:black;
	/*border: 1px solid blue;*/

}


/* Shop Daten mit Bild*/

#shop_data { 
	float: right;
	width: 270px;
	/*border: 1px solid gray;*/
	margin-bottom:10px;
	margin-left:20px;
	padding:0px;
	height: auto;
} 


#shop_data ul { 
	float: left;
	list-style: none;
	margin: 5px 0px 20px 0px;
	width:250px;
	float: right;
} 

#shop_data li { 
	height: 25px;
	padding-top:2px;
	
} 

#shop_data li .image_list { 
	
} 




.product_img {
	text-align:left;
	float: right;
	padding:0px;
}


#product_content a img { 
	text-decoration: none;
	display:block;
	padding:0px;
}

#pdflink {
	margin-top:15px;
	width: 230px;
	float:right;
	/*border: 1px solid gray;*/

}

#pdflink img {
	float:left;
	margin-right:5px;
}

/* Warenkorb- / Bestelldaten auf Detailseite*/

#cart_info {
	/*margin-top:10px;*/
	padding: 3px;
	width: 265px;
	float:right;
	border: 1px solid #FDE2CE;
	background:#F6EDE4;
}

#product_char {
	width: 230px;
	float:left;
	/*border: 1px solid gray;*/
	font-weight: bold;
	margin:0px;
}

#variants {
	margin-bottom:10px;
	padding: 0px;
}

#variant1, #variant2, #variant3{
	/*margin-top:3px;*/
}



#variants .form {
	margin-top:3px;
}

#prices {
	width: 245px;
	/*border: 1px solid gray;*/
	padding:0px;
}


#price {
	/*border: 1px solid gray;*/
	font-weight: bold;
	font-size:14px;
	
	
}



#primg {
	/*border: 1px solid gray;*/
	margin-top:10px;
	margin-right:0px;
}


#price_uvp {
	width: 245px;
}

#price_detail {
	margin-top:0px;
	/*border: 1px solid gray;*/
	font-weight: bold;
	font-size:14px;
	color:#FF0000;
	width: 265px;
}

#price_unit {
	float:left;
	padding-top:15px;
	padding-right:5px;
	font-weight: bold;
	font-size:12px;
}

#cart_img {
	padding-top:0px;
	/*border: 1px solid gray;*/
}

#delivery {
	margin-bottom:15px;
	font-size:12px;
	color:black;
}

#tellfriend {
	margin-top:10px;
}

#ask {
	margin-top:10px;
}



/*Hülle für Inhalt des Templates */

#content_wrap {
	font-size:12px;
	padding:5px;
	/*border:1px solid blue;*/
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;

}

#content_wrap p {
	font-size:12px;
	margin-bottom:15px;
	color:black;
}


/*
#content_wrap td, tr, table p {
	padding:0;
	margin:0;
}
*/

#content_wrap table {
	font-size:12px;
	margin:0px;

}

#content_wrap ul {
	font-size:12px;
	margin-left:20px;
	color:black;
	margin-bottom:15px;
}

/* Product List / Artikelliste */

.pdl
{
	/*position: relative;*/
	height: auto !important;
	overflow: auto;
	/*border: 1px solid purple;*/
	width: 680px;
	border-bottom: 1px dashed #999999;
}

#pdl_img
{
	/*border: 1px solid blue;*/
	width: 150px;
	padding-top: 8px;
	float:left;
	height: auto;
}

#pdl_des
{
	/*border: 1px solid green;*/
	padding: 5px 0 5px 10px;
	width: 390px;
	height: auto;
	float:left;
}

#pdl_des h1 {
	font-size: 100%;
	font-weight:bold;
	width: 270;
}

#pdl_btn
{
	/*position: absolute;*/
	float:right;
	/*border: 1px solid red;*/
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	height: auto;
	/*display:none;*/
}

/* Product List multi-column / Artikelliste mehrspaltig */
.pdlm
{
	/*position: relative;*/
	/*height: auto !important;*/
	/*overflow: auto;*/
	width: 680px;
	/*border: 1px solid blue;*/
}

#pdlm_child
{
	/*border: 1px solid gray;*/
	width: 215px;
	height: 430px;
	padding: 3px;
	margin: 2px;
	border-bottom: 1px dashed #999999;
	float:left;
	padding-top:10px;
}

#pdlm_child h1 {
	font-size: 100%;
	font-weight:bold;
	width: 180;
}


#numm {
	float:right;
	margin-top: 3px;
	margin-bottom: 10px;
	/*border: 1px solid black;*/
	text-decoration:none;
}

#numm a {
	text-decoration:none;
}


#cartarrow {
	width:100%; 
	margin: 30px 0 0 115px;
	/*border: 1px solid red;*/
}

#cartarrow h2 {
	text-align: left;
    font-size: 12px;
}



.continue {
	width: 200px; 
	float: left;
	/*border: 1px solid blue;*/
}

.continue a {
	color: #000000;
}

.continue a:hover {
	color: #ff0000;
}

.check {
	width: 200px;
	float: left;
	margin-left: 120px;
	/*border: 1px solid blue;*/
}

.check a {
	color: #000000;
}

.check a:hover {
	color: #ff0000;
}


.update{
	width: 100%;
	float: right;
	/*border: 1px solid blue;*/
}

.update a {
	color: #000000;
}

.update a:hover {
	color: #ff0000;
}

/*
#tea_img {

}

#tea_data {
}


#tea_name {
}

#tea_desc {
}

#tea_avail {
}

#tea_price {
}
*/












