/* Produkte */
.prodHeadline {
	width:705px;
	border-bottom:1px dotted #50504F;
	margin-top:35px;
	padding-bottom:10px;
	margin-bottom:20px;
	color:#019BDB;
	font-size:28px;
	font-weight:600;
}
.prodHeadline .txtColorGrau {
	color:#8b8b8b !important;
}
.prodBeschreibung {
	width:430px;
	color:#8b8b8b;
	font-size:15px;
	line-height:22px;
}
.prodBeschreibung strong {
	font-weight:normal !important;
	font-size:14px;
	color:#50504F;
}
.prodBeschreibung a {
	text-decoration:none;
}

.prodBackButton a {
	position:absolute;
	top:97px;
	left:0px;
	color:#8b8b8b;
	font-size:12px;
	text-indent:23px;
}
.prodBackButton a .proBackButtonIcon {
	position:absolute;
	top:3px;
	left:0;
}


/*Produktbild Slider*/
.prodBildSlider {
	position:relative;
	margin-top:30px;
	width:704px;
	height:170px; 
	overflow:hidden;
}
.prodBildSlider li {
	float:left;
	list-style-type:none;
}
.prodBildSliderAbstandColor1 {
	width:10px;
	height:164px;
	background-color:#fff;
}
.prodBildSliderAbstandColor2 {
	width:10px;
	height:164px;
	background-color:#019BDB;
}
.prodBildSlider .pfeilBack {
	position:absolute;
	top:65px;
	left:0;
	cursor:pointer;
}
.prodBildSlider .pfeilNext {
	position:absolute;
	top:65px;
	right:0px;
	cursor:pointer;
}


/*Produktboxen*/
.prodBoxOpen {
	width:704px;
	margin-top:25px;
	min-height:30px;
	height:auto;
	line-height:24px;
    background-image: url("../pics/icons/produkte-bg-boxen-open.jpg");
    background-position: left top;
    background-repeat: no-repeat;
	text-indent:10px;
	text-transform:uppercase;
	cursor:pointer;
	color:#8b8b8b;
}

.prodBoxOpen p {
	text-indent:0;
	margin:10px 20px;
	text-transform:none;
}


/*Zubehör*/
.prodBoxContent .zubehoer {
	font-size:12px;
	line-height:14px;
	list-style-type:none;
	float:left;
	width:229px;
	margin-top:15px;
	cursor:default;
}
.zubehoerTxt {
	text-indent:0;
	padding:0 10px;
	margin-top:4px;
	text-transform:none;
	color:#50504F;
}
.zubehoerTxt strong {
	margin-bottom:4px;
	font-size:12px;
}
.zubehoerTxt span.beschreibung {
	display:block;
	margin-bottom:4px;
	line-height:18px;
}
.zubehoerTxt span.beschreibung p {
	margin:0;
	font-size:12px;
}
.zubehoerTxt .artNr {
	display:block;
	margin-top:10px;
}
.zubehoerTxt .artNr strong {
	display:inline;
}
.zubehoerTxt + .zubehoerTxt {
	margin-top:8px;
}
.zubehoerBild {
	text-indent:0;
	margin-left:30px;
	overflow:hidden;
}
.zubehoerBildLinie {
	margin-left:-45px;
}





/*rechte Spalte*/
.prodRechteSpalte {
	float:right;
	width:235px;
	margin-right:5px;
	margin-top:-20px;
	background-color:#fbfbfb;
}
.prodRechteSpalte h3 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #50504F;
	padding-bottom:10px;
	text-indent:12px;
	margin-top:10px;
}
.tabArtNr {
	font-size:12px;
	color:#50504F;
}
.tabArtNr td {
	padding:0px 10px;
	border-bottom:1px dotted #50504F;
}
.tabArtNr td.first {
	width:150px;
	font-weight:bold;
}
.tabArtNr td.first p, .tabArtNr td.first p strong {
	font-size:12px;
}

.tabArtNr td.second {
	width:200px;
	font-size:11px;
	line-height:14px;
}
.downloadsHeader {
	position:relative;
}
.downloadsHeader span {
	position:absolute;
	top:0px;
	left:10px;
	text-transform:uppercase;
	color:#8b8b8b;
}



/*Tabelle Technische Daten*/
.tabTechnischeDaten table {
	width:100%;
	font-size:12px;
	margin-top:10px;
	margin-bottom:20px;
	cursor:default;
	text-transform:none;
	color:#50504F;	
	border-spacing: 0px;
    border-collapse: separate;
}
.tabTechnischeDaten table td {
	border-bottom:1px dotted #50504F;
	text-align:left;
	vertical-align:top;
	line-height:18px;
	padding-top:3px;
	padding-bottom:3px;
}
.tabTechnischeDaten table td p {
	margin:0;
	padding:0;
	font-size:12px;
}
.tabTechnischeDaten table .tableBlue {
	color:#019BDB;
}
.tabTechnischeDaten table .tableText8px {
	font-size:8px !important;
}
.tabTechnischeDaten table .tableText10px {
	font-size:10px !important;
}
.tabTechnischeDaten table .tableText12px {
	font-size:12px !important;
}
.tabTechnischeDaten table .tableText14px {
	font-size:14px !important;
}
.tabTechnischeDaten table .tableText16px {
	font-size:16px !important;
}
.tableBgColor {
 	background-color:#f3f3f3 !important;
}

/*ProductGuideGesamt*/
.downloadPGgesamt {
	font-size:12px;
	margin-left:227px;
	position:relative;
	margin-top:30px;
	margin-bottom:50px;
}
.PGgesamtIcon {
	padding-left:80px;
}
.PGgesamtIcon img {
	position:absolute;
	top:-10px;
	left:580px;
}