@import "common.css";
/* -----------------------------------------------------------------------------------------------------------------
	screen.css - costum changes; load after common.css
----------------------------------------------------------------------------------------------------------------- */
	/* reset p, div for RTE */
	p,div { padding: 0; margin: 0; }
	
html {
	height:100%;
	margin: 0px;
	overflow: auto;
	min-height:100%;
}

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: black
	padding:0px;
	margin:0px;
	text-align: center;
	height:100%;
	height: auto !important;
	min-height:100%;
}

img {
	border: 0px;
	padding:0px;
	margin:0px;
	vertical-align: bottom;
}

h1 {
	margin: 0;
	padding: 16px 0;
}

#wrap {
	width: 982px;
	margin: 0 auto;
	padding: 0;
}

.px210x750 > .col1  { width: 209px; border-right: 1px solid #dcdcdc; }
.px210x750 > .col2  {	width: 750px;	}
	
#navigation, #subMenusContainer, #quicklinks, #product_menu, #media {
	display: none;
}

/***************************** Main Content *************************************/

#media {
	text-align: left;
}

#content {
	background: url(img/hg_produktinformationen.jpg) no-repeat #cccccc;
	color: black;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height: 145%;
}
	
#content a {
	line-height: 145%;
	z-index: 1;
}
	
#footer {
	background: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 40px;
	padding-top:14px;
	text-align: center;
	vertical-align: middle;
}
	
#footer a {
	color: inherit;
}

#footer a:hover {
	color: #777;
}

.px210x750 ul { padding-left: 7px; margin-left: 7px; }

.breadcrum { border-bottom: 1px solid #dcdcdc; padding: 1px 0 3px 10px; font-size: 11px; color: #aaa; margin-bottom: 5px; }
	.breadcrum a { color: #aaa; text-decoration: none; }
	.breadcrum a:hover { color: #000; text-decoration: underline; }

/***************************** Content Elements *************************************/
	
#content .csc-textpic, #content .csc-textpic-text {
	padding: 24px 86px;
}

#content .csc-textpic .csc-textpic-text {
	padding: 25px 0px 10px;
}


/***************************** Flexible Content Elements *************************************/

/* Product Head */
#product_head {
	height: 264px;
}

#product_head_image {
	width:678px;
	height:264px;
	float: left;
}

#product_head_news {
	width:304px;
	height: 264px;
	float: right;
	background: url(img/produktbereich_news.jpg) no-repeat #262932;
}


/* Product Detail Head */
#product_detail_head {
	height: 264px;
	background: url(img/hg_produkte_detail.jpg) no-repeat #262932;
}

#product_detail_head_image {
	width: 494px;
	height: 264px;
	float: left;
}

#product_detail_head_text {
	width: 272px;
	padding-top: 65px;
	height: 199px;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
}

#product_detail_head_text h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: white;
}

#product_detail_head_text p {
	font-size: 15px;
	color: white;
}

#product_detail_head_gallery {
	width: 216px;
	height: 264px;
	float: right;
}

/* Product Overview */
#product_overview {
	position: relative;
}

#product_overview #product_price {
	position: absolute;
	top: 0;
	left: 768px;
	width: 120px;
	height: 112px;
	float: right;
	z-index: 10;
}

#product_overview_details .product_content {
	padding: 25px 0px 30px 95px;
	text-align: left;
	width:650px;
}

#product_overview_highlights .product_content {
	padding: 0px;
	padding-left: 11px;
	width:802px;
	height: 365px;
	margin: 76px auto 10px;
	text-align: center;
}

#product_overview_data .product_content {
	padding: 25px 0px 30px 95px;
	text-align: left;
	width:650px;
}

/* Product Details Element */
.product_detail_element {
	height: 78px;
}

.product_detail_element .product_detail_element_image {
	float: left;
	width:78px;
	height:78px;
}

.product_detail_element .product_detail_element_image a img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.product_detail_element .product_detail_element_image a:hover img {
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.product_detail_element .product_detail_element_text {
	float: left;
	height:70px;
	width:207px;
	padding-right: 40px;
}

/* Product Gallery Element */
.product_gallery_element {
	margin: 6px 2px;
}

.product_gallery_element a img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.product_gallery_element a:hover img {
	filter: alpha(opacity=100);
	opacity: 1.0;
}

/* Download Container */
.download_container {
	text-align: left;
	padding: 24px 86px;
	width: 810px;
}

.download_container .download_title {
	font-weight: bold;
	font-size:15px;
	padding-bottom: 5px;
}

.download_container .download_list {
	overflow: auto;
}

/* Download Element */
.download_element {
	width:405px;
	padding:0;
	margin:0;
	float: left;
	height: 110px;
}

.download_element .download_image {
	width: 120px;
	height: 85px;
	float: left;
}

.download_element .download_image a img {
	filter: alpha(opacity=75);
	opacity: 0.75;
}
	
.download_element .download_image a:hover img {
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.download_element .download_desc {
	width: 285px;
	height: 110px;
	float: right;
	font-size: 12px;
}

.download_element .download_title {
	font-size: 12px;
	padding: 0;
	padding-left: 15px;
	font-weight: normal;
}

/* Product Navigation Container */
#product_nav {
	height: 168px;
	margin: 0 auto;
	text-align: center;
	display: block;
	background: url(img/menu_hg.jpg) no-repeat;
}

#product_nav .spacer {
	display: block;
	float: left;	
}

/* Product Navigation Element */
#product_nav a {
	float: left;
	line-height: 100%;
	padding: 0;
	margin: 0;
	width: 168px;
	height: 168px;
	font-size:0;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#product_nav a:hover {
	background-position: -168px 0;
}

/* Product Accessories */
.product_accessories {
	padding: 25px 0px 30px 95px;
	overflow: auto;
	text-align: left;
}

.product_accessories .left, .product_accessories .left {
	width: 50%;
	float: left;
}

.product_accessories .product_detail_element .product_detail_element_image a img {
	filter: alpha(opacity=70);
	opacity: 0.70;
}

.product_accessories .product_detail_element .product_detail_element_image a:hover img {
	filter: alpha(opacity=100);
	opacity: 1.0;
}


/***************************** Extensions *************************************/

#media .tx-rlmpflashdetection-pi1 {
	position: relative;
	z-index: 5;
	height: 432px;
}

/* Fachhändler*/

#merchants {
	padding: 25px 95px 30px 95px;
}

#merchants table {
	width: 100%;
}

#merchants td {
	padding: 10px 0;
}
