

/* Kopfzeilen */

/* oben */


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

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

}

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

#right_header {
	float:right;
	background: url(images/right_header.jpg) no-repeat;
	/*border-bottom: 1px solid #3366CC;*/
	width:8px;
	height:27px;
}

/* unten */

#header_bottom {
	clear:right;
	height: 27px;
	/*border-bottom: 1px solid #ffffff;*/
	/*border-bottom: 1px solid #3366CC;*/
	background: url(images/back_header_bottom.jpg) repeat;
}


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

#right_header_bottom {
	float:right;
	background: url(images/right_header_bottom.jpg) no-repeat;
	/*border-bottom: 1px solid #3366CC;*/
	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:80%;
	color:#999999;
}


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

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

}


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

#category_sort {
	float:right;
	/*background: url(images/back_header.jpg) no-repeat;*/
	/*border:1px solid white;*/
	padding-top:5px;

}

#manufacturer_sort {
	float:right;
	/*background: url(images/back_header.jpg) no-repeat;*/
	/*border:1px solid white;*/
	padding-top:5px;

}

.highlight {
	background:#3399CC;
	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 {
	font-size:12px;

}

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

#product_content strong {
	font-size:12px;
	color:black;
	
}

#description {
	font-size:12px;
	margin-left:10px;
	

}

/* Shop Daten mit Bild*/

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

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

#shop_data li { 
	padding: 0px 0px 0px 15px;
	background: url(images/arrow.gif) no-repeat center left;


} 

#shop_data .image_list a { 
	color: #393C41;
	font-size:11px;

} 

.product_img {
	text-align:left;
	float: right;
	padding:0px;
	/*background: #FFFFCC;
	border: 1px solid #3366CC;*/

	
}


#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: 7px;
	width: 240px;
	float:right;
	border: 1px solid #D3E8FF;
	background:#EDF4FC;
}

#product_char {
	width: 240px;
	float:right;
	/*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;
}



#price {
	margin-top:10px;
	/*border: 1px solid gray;*/
	font-weight: bold;
	font-size:120%;
	
}

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

#price_detail {
	margin-top:0px;
	/*border: 1px solid gray;*/
	font-weight: bold;
	font-size:120%;
	color:#4C6D94;
}

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

#cart_img {
	padding-top:5px;

}

#delivery {
	margin-top:20px;
	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:10px;
	/*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{
	padding:0;
	margin:0;
}
 */

#content_wrap table {
	font-size:100%;
	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: 620px;
	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: 100px;
	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: 628px;
	/*border: 1px solid blue;*/
}

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

.addcart {
	/*border: 1px solid gray;*/
}

.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;
}

#pages {
	padding-top: 3px;
	/*border: 1px solid black;*/
	text-decoration:none;
	width: 625px;
	height:auto;
	font-weight:bold;
	font-size: 14px;
}

#pages a{
	font-weight:normal;
	font-size: 12px;

}


