/* -----------------------------------------------------------------------------------------------------------------
	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:#333333;
	padding:0px;
	margin:0px;
	text-align: left;
	background: black;
	height:100%;
	height: auto !important;
	min-height:100%;
	background: #fff url(img/pagewrapper_bg.jpg) center top no-repeat
}

body#popup {
	background: none;
}

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

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

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

th {
	vertical-align: top;
}

#wrap {
	width: 984px;
	margin: 0 auto;
	padding: 0;
}
body .imp_table{
	width:581px;
	margin-left:180px;
}

/*.px210x750 > .col1  { width: 209px; border-right: 1px solid #dcdcdc; }
.px210x750 > .col2  {	width: 750px;	}*/

/****************************** Header *****************************************/

#header {
	position: relative;
	height: 78px;
	background: url(img/img_header.png) no-repeat;
}

#logo {
	position: absolute;
	display: block;
	width: 185px;
	height: 50px;
	left: 40px;
	top: 10px;
	text-indent: -9999px;
	overflow: hidden;
}

#dealer {
	position: absolute;
	display: block;
	width: 221px;
	height: 26px;
	left: 715px;
	top: 35px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(img/but_find_dealer.gif) center center no-repeat;
	border: 1px solid #97cde8;
}

#dealer:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

/******************************* Menus *****************************************/

#mainmenu {
	height: 30px;
	background: #fff;
}

#mainmenu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainmenu li {
	float: left;
}

#mainmenu a {
	line-height: 30px;
	display: block;
	margin: 0 10px;
	padding: 0 16px 0 26px;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

#mainmenu a.cur, #mainmenu a.act {
	color: #fff;
	background: url(img/nav1_bg.gif) left bottom no-repeat;
}

#mainmenu a:hover {
	text-decoration: underline;
}

#mainmenu li.nav_portal {
	margin: 0 19px 0 65px;
}
#mainmenu li.nav_portal a {
	background: url(img/icon_padlock.gif) 10px center no-repeat;
}

#submenu {
	height: 27px;
	background: #c0d0df;
}

#submenu ul {
	margin: 0 0 0 370px;
	padding: 0;
	list-style: none;
}

#submenu li {
	float: left;
}

#submenu a {
	line-height: 27px;
	display: block;
	padding: 0 23px;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	background: url(img/submenu-separator.gif) left center no-repeat;
}

#submenu .first a {
	background: none;
}

#submenu a.cur, #submenu a.act {
	font-weight: bold;
}

#submenu a:hover {
	text-decoration: underline;
}

/********************************* Main ****************************************/

#content {
	width: 984px;
	min-height: 532px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000;
	background: url(img/img_content_bg.png);
}

#popup #content {
	width: auto;
	height: auto;
	padding: 10px;
	background: none;
}

.abgasnorm {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 85px;
	margin: 0 0 0 -5px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(img/abgasnorm.jpg) right 35px no-repeat;
}

/*#content img {
	vertical-align: top;
}

#content > div {
	position: absolute;
	height: 420px;
	width: 983px;
	z-index: 0;
}

#content a.magnify {
	position: relative;
}

#content a.magnify img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#content a.magnify:hover img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

#content {

}
	
#content a {
	color: #999999;
	line-height: 145%;
	z-index: 1;
}*/

/******************************** Footer ***************************************/

#footer {
	background: #179cd9;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 29px;
	line-height: 29px;
	text-align: center;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

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


a.more {
	width: 91px;
	display: block;
	height: 37px;
	background-image: url(img/button_more.jpg);
	position: relative;
	font-size: 0;
	text-indent: -9999px;
	float: left;
}

a.velocegt50 {
	top: 356px;
	left: 178px;
}

a.velocegt50:hover {
	background-position: -91px 0;
}

a.veloce50 {
	top: 356px;
	left: 469px;
	background-position: 0 37px;
}

a.veloce50:hover {
	background-position: -91px 37px;
}*/

/***************************** 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 detail */

.product {
	position: relative;
}

.product h1 {
	height: 52px;
	margin: 0;
	padding: 0;
}

.product .colmask {
	position: static;
}

.product .col1 {
	width: 417px;
}

.product .col1 .image {
	height: 372px;
}

.product .col1 .description {
	height: 70px;
	margin: 0 20px;
	line-height: 160%;
}

.product .col2 {
	width: 540px;
}

.product .col2 .images {
	height: 212px;
}

.product .col2 h2.details {
	width: 77px;
	height: 21px;
	margin: 0 0 5px 0;
	padding: 0;
	background: url(img/subtit_details.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.product .col2 div.details {
	height: 90px;
	padding: 10px 0 0 3px;
	border: 1px solid #fff;
}

.product .col2 div.details ol {
	margin: 0;
	padding: 0;
	margin-left: 25px;
/* 	padding-left: 25px; */
}

.product .col2 div.details ol li {
	line-height: 180%;
}

.product .col2 div.images .lightbox-image {
	float: left;
}

.product .col2 div.details .lightbox-image {
	float: left;
	margin: 3px;
}

.product .col2 .hightlights,
.product .col2 .specifications {
	height: 23px;
	margin-top: 10px;
}

/* product overview */

.productoverview {
	width: 328px;
	text-align: center;
}

.p50x50 .col1 .productoverview {
	width: 335px;
	float: right;
}

.p50x50 .col2 .productoverview {
	width: 335px;
	float: left;
}

.p33x33x33 .col1 .productoverview {
	width: 225px;
	float: right;
}

.p33x33x33 .col1 .productoverview {
	width: 225px;
}

.p33x33x33 .col3 .productoverview {
	width: 225px;
	float: left;
}

/* old */

/*div.product_detail {
	overflow: hidden;
}

div.product_detail div.buttons {
	width: 280px;
	float: left;
}

div.product_detail div.details {
	float: right;
	width: 690px;
	min-height: 50px;
	padding-top: 36px;
	background: url(img/bg_details.png) no-repeat 0 10px;
}*/

div.lightbox-image a img,
div.lightbox-url a img,
div.productoverview a img {
	opacity: 1;
	filter: alpha(opacity=100);
}

div.lightbox-image a:hover img,
div.lightbox-url a:hover img,
div.productoverview a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*div.button {
	padding: 12px 0 5px 23px;
}

div.button a img {
	opacity: 1;
	filter: alpha(opacity=100);
}

div.button a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}*/

/* Download Container */

.download_container {
	text-align: left;
	padding: 24px 186px;
}

.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=100);
	opacity: 1.0;
}
	
.download_element .download_image a:hover img {
	filter: alpha(opacity=75);
	opacity: 0.75;
}

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

.download_element .download_text {
	font-size: 12px;
	padding: 15px;
}

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

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

/* Fachh�ndler*/

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

#merchants table {
	width: 100%;
}

#merchants td {
	padding: 10px 0;
}*/

h2 {
	text-align:right;
	color:#FFFFFF;
	font-size:20px;
	padding-right:10px;
	margin-top:-20px;
	margin-bottom:0px;
}