@charset "utf-8";
/* CSS Document */
/*
	PRODUKTGRUPPENÜBERSICHT
*/

.products{
	width:100%;
	position:relative;
}
.products_left{
	position:absolute;
	left:0px;
	width:220px;
	height:452px;
	background-color:#CCC;
	background-repeat:no-repeat;
	background-position:bottom right;
}
.products_mid{
	position:absolute;
	left:205px;
	right:205px;
	height:437px;
	padding-left:15px;
	padding-top:15px;
}
.products_right{
	position:absolute;
	right:0px;
	width:220px;
	height:452px;
	background-color:#CCC;
}

.products_mid h4{
	padding:0;
	margin:0;
	font-weight:normal;
}
.products_mid .container{
	overflow:hidden;
	position:absolute;
	left:15px;
	right:15px;
}
.products_mid .container .inner_container{
	width:2000px;
	position:relative;
}
.products_mid .container .inner_container .scroll_element{
	float:left;
	width:300px;
	height:400px;
	margin-left:10px;
}
.products_mid .scroll_element a{
	color:#949B9C;
	font-size:12px;
	position:relative;
}
.products_mid .scroll_element .scroll_element_img{
	width:300px;
	height:250px;
}
.scroll_element_img img{
	position:absolute;
}
#left_button:hover{
	background-position:bottom right;
}
#left_button{
	width:32px;
	height:32px;
	background-image:url(../images/prev.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	top:405px;
	left:35px;
	z-index:1;
	cursor:pointer;
}
#right_button:hover{
	background-position:bottom right;
}
#right_button{
	width:32px;
	height:32px;
	background-image:url(../images/next.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	top:405px;
	right:35px;
	z-index:2;
	cursor:pointer;
}
/* PRODUKTGRUPPENÜBERSICHT ENDE */

/* PRDOUKTDETAILANSICHT */
.product_detail .product_left_side{
	width:220px;
	height:452px;
	background-color:#090;
	float:left;
	background-position:bottom right;
}
.product_detail .product_content{
	height:452px;
	overflow:hidden;
}
.product_detail .product_content .product_head{
	margin-left:15px;
	margin-top:12px;
	margin-bottom:40px;
}
.product_detail .product_content .product_detail_content{
	margin-left:15px;
	margin-top:10px;
	height:378px;
}
.product_detail_content .product_detail_img{
	width:300px;
	height:300px;
	background-repeat:no-repeat;
	background-position:top left;
	/*background-color:#fbfbfb;*/
	float:left;
}
.product_detail_content .product_detail_descr{
	float:left;
	margin-left:30px;
	width:450px;
	height:100%;
}
.product_detail_descr .descr{
	margin-top:5px;
	font-size:14px;
}
.product_detail_descr .descr a{
	color:#949B9C;
	font-size:10px;
}
.product_detail_descr .group_properties{
	padding:0;
	margin:5px 0;
}
.product_detail_descr .short_nav{
	font-size:12px;
	text-align:right;
	height:20px;
}
.product_detail_descr .upper_content{
	/*positition:relative;*/
	border-bottom:1px solid black;
}
.product_detail_descr .attributes{
	margin-top:25px;
	overflow:auto;
	height:230px;
}
.product_detail_descr .attributes .product_attribute{
	margin:10px 0;
}
.product_detail_descr .attr_art_nr{
	font-size:12px;
	font-weight:bold;
}
.product_detail_descr .attr_name{
	font-size:11px;
	font-weight:bold;
	float:left;
	width:100px;
	border-right:1px dashed silver;
	color:#666;
}
.product_detail_descr .attr_val{
	font-size:11px;
	float:left;
	margin-left:20px;
}

.product_detail_descr .short_nav a{
	color:#949B9C;
	text-decoration:none;
	float:right;
	margin-left:5px;
}
.product_detail_descr .mail_style_normal{
	background-image:url(../images/mail_normal.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:22px;
	height:20px;
}
.product_detail_descr .mail_style_over{
	background-image:url(../images/mail_over.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:22px;
	height:20px;
}
.product_detail_descr .print_style_normal{
	background-image:url(../images/print_normal.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:20px;
	height:20px;
}
.product_detail_descr .print_style_over{
	background-image:url(../images/print_over.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:20px;
	height:20px;
}
.product_detail_descr .download_style_normal{
	background-image:url(../images/pdf_normal.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:20px;
	height:20px;
}
.product_detail_descr .download_style_over{
	background-image:url(../images/pdf_over.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:20px;
	height:20px;
}
.product_detail_descr .preview_style_normal{
	background-image:url(../images/preview_normal.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:20px;
	height:20px;
}
.product_detail_descr .preview_style_over{
	background-image:url(../images/preview_over.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:20px;
	height:20px;
}
/* PRODUKTDETAILANSICHT ENDE */