* {
	margin: 0;
	padding: 0;
	border: none;
	}
body {
	font: normal normal .75em/1.32em Arial, Helvetica, sans-serif;
	color: #fff;
	background: #0a141d;
	}
	* html body { behavior: url(/js/csshover.htc); }
	* html img { behavior: url(/js/pngbehavior.htc); }
a {
	color: #e64215;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a.rundpfeil {
	display: block;
	background: #fff url(/client/media/images/elemente/sym_linkpfeil-rundpfeil.gif) right center no-repeat;
	color: #000;
	padding: 7px 35px 8px 9px;
	}
a.minipfeil {
	background: url(/client/media/images/elemente/sym_linkpfeil-mini.gif) left center no-repeat !important;
	padding-left: 15px !important;
	}
p {
	margin: 0;
	}
p + p,
p + ul,
ul + p,
p + ol,
ol + p {
	margin: 1.32em 0 0 0;
	}
	.ie6fix1 { margin: 1.32em 0 0 0; } /*JS erzeugt css - Verhalten*/
li + li {
	margin: .6em 0 0 0;
	}
	.ie6fix2 { margin: .6em 0 0 0; } /*JS erzeugt css - Verhalten*/
ul.li-plus li + li {
	margin: 1em 0 0 0;
	}
ul,
ol {
	list-style-type: none;
	}
ul li {
	padding-left: 0.8em;
	/*padding-bottom: 0.25em;*/
	list-style-type: none;
	background: url(/client/media/images/elemente/sym_ul-punkt.gif) 0.2em 0.5em no-repeat;
	}
	* html ul li { padding-left: 1.1em;	}
ol {
	margin-left: 1.6em;
	}
	* html ol { margin-left: 2em; }
	*+html ol { margin-left: 2em; }
ol,
ol li {
	padding-left: 0 !important;
	list-style-type: decimal;
	}
ul li ul {
	margin: .75em 0;
	}
ul li ul li {
	padding-left: 1.2em;
	background: url(/client/media/images/elemente/sym_ul-ul-punkt.gif) 0.2em 0.5em no-repeat;
	}
ul.aufzFett li {
	font-weight: bold;
	padding-left: 2.2em;
	background-position: 1.2em 0.5em;
	}
table {
	table-layout: auto;
	border-collapse: collapse;
	}
table td,
table th {
	text-align: left;
	vertical-align: top;
	}
hr,
del.hr {
	display: block !important;
	text-align: left;
	height: 10px;
	overflow: hidden;
	background: url(/client/media/images/elemente/sym_strich-trenner_teaser.gif) left center repeat-x;
	border: none;
	margin: 0.7em 12px 0.8em 0;
	}
	* html hr { margin: 0.1em 0 0.2em 0; }
	*+html hr { margin: 0.1em 0 0.2em 0; }
address {
	font-style: normal;
	}
.hide, .print {
	display: none !important;
	}
.hideLow {
	display: none;
	}
blockquote {
	margin-left: 20px;
	}
br.clear {
	clear: both !important;
	line-height: 0;
	height: 0;
	font-size: 0;
	overflow: hidden;
	}
	html[xmlns*=""] body:last-child br.clear + br.clear { display: none; } /* Safari Hack */
	body:last-child:not(:root:root) br.clear + br.clear { display: none; } /* Safari Hack */
	@media all and (min-width: 0px) { br.clear + br.clear { display: none; } } /* Webkit Hack */
br.clear[class] {
	margin-top: -1px;
	}
*+html br.clear[class] {
	margin: 0;
	}
br.h0 {
	line-height: 1px;
	}
	html[xmlns*=""] body:last-child br.h0 { display: none; } /* Safari Hack */
	body:last-child:not(:root:root) br.h0 { display: none; } /* Safari Hack */
	@media all and (min-width: 0px) { br.h0 { display: none; } } /* Webkit Hack */
.clear {
	clear: both !important;
	}
.clearLeft {
	clear: left !important;
	}
.noborder {
	border: none !important;
	}
.nofloat {
	float: none !important;
	}
.center {
	text-align: center;
	}
.rechts {
	float: right;
	}
.textRechts {
	text-align: right;
	}
.textMittig {
	text-align: center;
	}
.links {
	float: left;
	}
.nowrap {
	white-space: nowrap !important;
	}
.uc {
	text-transform: uppercase !important;
	}
.kleiner {
	font-size: 0.9em;
	}
.weiss {
	color: #fff;
	}
.bildInhalt {
	display: block;
	background: #34383c;
	}
.bildInhalt img {
	display: block;
	margin: 7px;
	}
.bildInhalt span {
	display: block;
	background: #fff;
	color: #000;
	padding: 7px 9px 8px 9px;
	margin: 7px;
	overflow: hidden;
	}
.bildInhalt a.rundpfeil {
	margin: 7px;
	}
.bildRechts {
	float: right;
	/*clear: right;*/
	margin-left: 1.7em;
	margin-bottom: 1.32em;
	}
.bildLinks {
	float: left;
	/*clear: left;*/
	margin-right: 1.7em;
	margin-bottom: 1.48em;
	}
.bildLinksHome {
	float: left;
	/*clear: left;*/
	margin-right: 1.1em;
	margin-bottom: 1.48em;
	}
.bildZentriert {
	margin: 0 0 1.32em 0;
	}
.bildBanner {
	margin: 0 0 1.32em 0;
	}
input, textarea {
	padding: .2em 0.4em 0.25em 0.4em;
	background: #fff;
	color: #000;
	font: 1em/100% Arial, sans-serif;
	border: 1px solid #0a141d;
	}
	* html input { padding: .3em 0.4em 0.1em 0.4em; }
	* html textarea { padding: .3em 0.4em 0.1em 0.4em; }
	*+html input { padding: .3em 0.4em 0.1em 0.4em; }
	*+html textarea { padding: .3em 0.4em 0.1em 0.4em; }
select {
	padding: .14em 0.15em;
	background: #fff;
	color: #000;
	font: 1em/100% Arial, sans-serif;
	}
input.submitImg {
	border: none;
	}
input.checkbox,
input.radio {
	position: relative;
	border: none !important;
	background: none !important;
	padding: 0;
	margin: 0 3px 0 0;
	top: 1px;
	}
	input.checkbox, x:-moz-any-link { top: 0; } /* FF Alle */
	input.checkbox, x:-moz-any-link, x:default { top: 2px; } /* FF3 Hack */
	input.radio, x:-moz-any-link { top: 0; } /* FF Alle */
	input.radio, x:-moz-any-link, x:default { top: 2px; } /* FF3 Hack */

#header {
	height: 350px;
	background: #fff;
	}
#header #pos-wrap {
	position: relative;
	width: 972px;
	}
#header ul#sprachwahl {
	position: absolute;
	top: 8px;
	left: 183px;
	}
#header ul#sprachwahl li {
	float: left;
	width: 20px;
	height: 17px;
	padding: 0;
	margin: 0 4px 0 0;
	background: none;
	}
#header ul#sprachwahl li a {
	display: block;
	width: 20px;
	height: 17px;
	background-color: #5b5b5b;
	}
#header ul#sprachwahl li a:hover,
body#sprache-deu ul#sprachwahl li a.de,
body#sprache-eng ul#sprachwahl li a.en {
	background-color: #e64215;
	}
#header ul#sprachwahl li a.de { background-image: url(/client/media/images/elemente/sym_sprachwahl-de.gif); }
#header ul#sprachwahl li a.en { background-image: url(/client/media/images/elemente/sym_sprachwahl-en.gif); }
#header ul#sprachwahl li a span {
	display: none;
	}
#header ul.system {	
	position: absolute;
	top: 9px;
	right: 17px;
	font-size: 0.9em;
	}
#header ul.system li {
	float: left;
	padding: 0;
	margin: 0;
	background: none;
	color: #5b5b5b;
	}
#header ul.system li a {
	color: #5b5b5b;
	}
#header ul.system.fh {
	right: 208px;
	}
#header ul.system.lang
{
	right: 589px;
	width: 200px;
}
#header ul.system.lang li {
	margin-right:12px;
}
#header ul.system.lang img {
	margin-right:6px;
}
#header ul.system.fh li,
#header ul.system.fh li a {
	color: #e64215;
	}
#header ul#menu {	
	position: absolute;
	top: 130px;
	left: 0;
	width: 168px;
	}
#header ul#menu li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	width: 168px;
	height: 27px;
	background: none;
	}
#header ul#menu li a {
	display: block;
	width: 168px;
	height: 27px;
	background-position: left top;
	}
#header ul#menu li a strong {
	display: none;
	}
#header ul#menu li a:hover {
	background-position: left -54px;
	}
body.ebene-unternehmen 			#header ul#menu li.mi-unternehmen a,
body.ebene-anwendungen 			#header ul#menu li.mi-anwendungen a,
body.ebene-fachhandel 			#header ul#menu li.mi-fachhandel a,
body.ebene-pehapol 				#header ul#menu li.mi-pehapol a,
body.ebene-qualitaet-u-service 	#header ul#menu li.mi-qualitaet-u-service a {
	background-position: left -27px;
	}
body#sprache-deu #header ul#menu li.mi-unternehmen a 			{ background-image: url(/client/media/images/texte/deu/menu_unternehmen.gif); }
body#sprache-deu #header ul#menu li.mi-anwendungen a 			{ background-image: url(/client/media/images/texte/deu/menu_anwendungen.gif); }
body#sprache-deu #header ul#menu li.mi-fachhandel a 			{ background-image: url(/client/media/images/texte/deu/menu_fachhandel.gif); }
body#sprache-deu #header ul#menu li.mi-pehapol a 				{ background-image: url(/client/media/images/texte/deu/menu_pehapol.gif); }
body#sprache-deu #header ul#menu li.mi-qualitaet-u-service a 	{ background-image: url(/client/media/images/texte/deu/menu_qualitaet-u-service.gif); }

body#sprache-eng #header ul#menu li.mi-unternehmen a 			{ background-image: url(/client/media/images/texte/eng/menu_unternehmen.gif); }
body#sprache-eng #header ul#menu li.mi-anwendungen a 			{ background-image: url(/client/media/images/texte/eng/menu_anwendungen.gif); }
body#sprache-eng #header ul#menu li.mi-fachhandel a 			{ background-image: url(/client/media/images/texte/eng/menu_fachhandel.gif); }
body#sprache-eng #header ul#menu li.mi-pehapol a 				{ background-image: url(/client/media/images/texte/eng/menu_pehapol.gif); }
body#sprache-eng #header ul#menu li.mi-qualitaet-u-service a 	{ background-image: url(/client/media/images/texte/eng/menu_qualitaet-u-service.gif); }

#header #headbild {
	position: absolute !important;
	top: 33px;
	left: 183px;
	width: 581px;
	height: 240px;
	overflow: hidden;
	}
#header #handlespartner {
	position: absolute;
	top: 33px;
	right: 0;
	width: 163px;
	height: 185px;
	padding: 40px 15px 15px 15px;
	background: transparent url(/client/media/images/texte/deu/header_handelspartner.gif) repeat scroll 0 0;
	background-color:#e64215;
	/* background: url(/client/media/images/texte/deu/header_handelspartner.gif); */
	color: #fff;
	}
#header #handlespartner strong {
	display: none;
	}
#header #handlespartner a.rundpfeil {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 119px;
	}
#header #handlespartner a.maplink {
  height:72px;
  position:absolute;
  right:0;
  top:110px;
  width:99px;
	}	
#header fieldset {
	position: absolute;
	top: 292px;
	right: 0;
	width: 168px;
	padding: 0 0 0 25px;
	background: url(/client/media/images/elemente/sym_lupe-suche.gif) 0 4px no-repeat;
	}
#header fieldset legend {
	display: none;
	}
#header fieldset .suchbegriff {
	float: left;
	width: 101px;
	margin: 1px 7px 0 0;
	}
#header fieldset .submitImg {
	float: left;
	padding: 0;
	}
#fussblock {
	position: relative;
	height: 78px;
	background: url(/client/media/images/logos/peter-lacke.jpg) 10px top no-repeat;
	font-size: 0.9em;
	}
#fussblock #fusszeile {
	position: absolute;
	top: 37px;
	left: 183px;
	width: 760px;
	padding: 6px 15px;
	background: #34383c;
	}
#fussblock #fusszeile p {
	float: right;
	color: #fff;
	}
#fussblock #fusszeile ul {
	float: left;
	margin: 0;
	}
#fussblock #fusszeile ul li {
	float: left;
	padding: 0;
	margin: 0;
	background: none;
	color: #fff;
	}
#fussblock #fusszeile ul li a {
	color: #fff;
	}
#spalten-wrap {
	clear: left;
	overflow: hidden;
	}
#spalten-wrap #nav {
	float: left;
	width: 168px;
	margin: 0 15px 0 0;
	}
#spalten-wrap #inhalt {
	float: left;
	width: 581px;
	margin: 0 15px 0 0;
	overflow: hidden;
	}
#spalten-wrap #sidebar {
	float: left;
	width: 193px;
	margin: 0;
	}
h1 {
	position: absolute;
	top: 273px;
	left: 183px;
	width: 581px;
	height: 66px;
	padding-top:11px;
	}

h1 img
	{
		padding-top:5px;
		padding-right:5px;
		display:block;
	}
h1 img.fl
	{
			margin:0px;
			padding-top:0px;
			float:left;
	}
/*	body#sprache-deu h1 { background: url(/client/media/images/texte/deu/titel_home.gif) no-repeat; }
	body#sprache-eng h1 { background: url(/client/media/images/texte/eng/titel_home.gif) no-repeat; } */
h1 span {
	display: none;
	}
h2 {
	margin: 1.32em 0;
	padding: 9px 15px 8px 15px;
	font-size: 1.3em;
	font-weight: bold;
	background: #e64215;
	}
h2.blockMitPfeil {
	clear: both;
	margin: 1.2em 0 -10px 0;
	padding: 11px 15px 8px 38px;
	font-size: 1.3em;
	font-weight: bold;
	background: #34383c url(/client/media/images/elemente/sym_pfeil-ueberschrift.gif) 12px 8px no-repeat;;
	}
h2.blockMitPfeil#loesemittel {
	background-image: url(/client/media/images/elemente/sym_pfeil-ueberschrift_loesemittel.gif);
	}
h2.blockMitPfeil#wasser {
	background-image: url(/client/media/images/elemente/sym_pfeil-ueberschrift_wasser.gif);
	}
	
h2.oben {
	margin: 0 0 1.32em 0;
	}
h2 span {
	float: right;
	font-weight: normal;
	font-size: .7em;
	}
h2 span a {
	color: #ffffff;
	}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #e64215;
	margin: 1em 0;
	line-height: 1.32em;
	}
h3 a {
	color: #e64215;
	}
h4 {
	font-size: 1.2em;
	margin: 1em 0 0.5em 0;
	}
h5 {
	font-size: 1em;
	font-weight: bold;
	color: #e64215;
	margin: 0;
	display: inline;
	}
h6 {
	font-size: 1em;
	font-weight: normal;
	}
#nav ul {
	padding: 1px 0 0 0;
	margin: 57px 0 0 0;
	background: url(/client/media/images/elemente/sym_strich-trenner.gif) left top repeat-x;
	}
#nav ul li {
	display: block;
	padding: 0 0 1px 0;
	margin: 0;
	width: 168px;
	background: url(/client/media/images/elemente/sym_strich-trenner.gif) left bottom repeat-x;
	}
#nav ul li a {
	display: block;
	width: 149px;
	padding: 0.45em 0 0.5em 19px;
	color: #fff;
	font-weight: bold;
	}
#nav ul li a:hover {
	color: #e64215;
	background: #fff;
	text-decoration: none;
	}
.teaser {
	padding: 11px 5px 15px 15px;
	margin: 0 0 15px 0;
	background: #272a2f;
	}
.teaser h3 {
	color: #fff;
	margin: 0;
	}
.teaser h3 a {
	color: #fff;
	}
.teaser a.rundpfeil {
	margin: 1.2em 10px 0 0;
	}
.teaser ol {
	margin-top: 1em;
	margin-right: 10px;
	}
ul.linkliste,
ul.dokumentenliste {
	padding: 1px 0 0 0;
	margin: 0;
	background: url(/client/media/images/elemente/sym_strich-trenner.gif) left top repeat-x;
	}
ul.linkliste li,
ul.dokumentenliste li {
	width: 100%;
	position: relative;
	display: block;
	padding: 0 0 1px 0;
	margin: 0;
	background: url(/client/media/images/elemente/sym_strich-trenner.gif) left bottom repeat-x;
	}
ul.linkliste li a,
ul.dokumentenliste li a {
	display: block;
	padding: 0.45em 0 0.5em 15px;
	margin-right: 10em;
	background: url(/client/media/images/elemente/sym_linkpfeil-download.gif) left center no-repeat;
	}
ul.linkliste li a {
	margin-right: 13em;
	padding-left: 0;
	background: none;
	}
ul.linkliste li a span,
ul.dokumentenliste li a span {
	text-transform: uppercase;
	}
ul.linkliste li em,
ul.dokumentenliste li em {
	position: absolute;
	top: 0;
	right: 0;
	font-style: normal;
	}
ul.linkliste li em a,
ul.dokumentenliste li em a {
	margin-right: 0;
	}
ul.linkliste li dfn {
	display: block;
	padding: 0.45em 0 0.5em 0;
	font-style: normal;
	}
table.lackfarben {
	width: 570px;
	}
table.lackfarben tr td {
	background: #565657;
	border: 1px solid #0a141d;
	padding: 5px 15px 6px;
	}
table.lackfarben tr td.col1 {
	background: #34383c;
	}
table.lackfarben tr td.col1 b {
	color: #e64215;
	}
table.mischtabelle {
	width: 570px;
	}
table.mischtabelle tr td {
	background: #34383c;
	border: 1px solid #0a141d;
	padding: 6px 10px 7px;
	text-align: center;
	white-space: nowrap;
	height: 3.8em;
	}
table.mischtabelle tr.al2 td {
	background: #565657;
	}
table.mischtabelle tr .col1 {
	text-align: left !important;
	}
table.mischtabelle tr .col2 {
	font-weight: bold;
	}
table.mischtabelle tr .col3 {
	text-align: left !important;
	}
table.mischtabelle tr th {
	background: #d3d3d3;
	border: 1px solid #0a141d;
	border-width: 11px 1px;
	/* padding: 6px 10px 7px; */
	padding:6px 5px 7px;
	text-align: center;
	font-weight: bold;
	color: #000;
	/* white-space: nowrap; */
	height: 3.8em;
	}
table.mischtabelle tr th.col1 {
	color: #e64215;
	padding:6px 10px 7px !important;
	}
table.mischtabelle tr td.textRechts {
	text-align: right;
	}
ul.farbtoene li {
	float: left;
	width: 96px;
	padding: 0;
	margin: 0 22px 7px 0;
	background: none;
	text-align: center;
	}
ul.farbtoene li span {
	display: block;
	width: 96px;
	height: 36px;
	border: 1px solid #fff;
	margin: 0 0 7px 0;
	}
dl {
	padding-left: 5.9em;
        clear: left;
	}
dl dt {
	position: absolute;
	margin-left: -5.9em;
	color: #e64215;
	font-weight: bold;
	}
dl dd {
	padding: 0 0 1em 0;
	}
.formbox {
	position: relative;
	width: 540px;
	background: #34383c;
	margin: 1.32em 0;
	padding: 0 15px 15px;
	}
.formbox fieldset legend {
	display: none;
	}
.formbox fieldset input,
.formbox fieldset select,
.formbox fieldset textarea {
	background: #565657;
	border: 1px solid #565657;
	color: #fff;
	}
.formbox fieldset .formfehler1,
.formbox fieldset .formfehlerinner1 input {
	background: #565657 !important;
	border: 1px solid #F50603 !important;
	}
.formbox fieldset label {
	clear: left;
	float: left;
	width: 120px;
	color: #fff;
	}
.formbox fieldset label.checkbox,
.formbox fieldset label.radio {
	float: none;
	clear: none;
	width: auto;
	font-weight: normal;
	margin-left: 20px;
	}
.formbox fieldset small {
	color: #787878;
	font-size: 0.9em;
	}
.formbox fieldset .captchaInput {
	position: relative;
	top: -20px;
	width: 97px;
	}
.formbox fieldset .captchaImg {
	width: 140px;
	height: 40px;
	margin-right: 10px;
	}
.formbox br.formspacer {
	clear: both !important;
	display: block;
	line-height: 15px;
	margin: 0 0 15px 0;
	}
.formbox input.submitButton {
	display: block;
	width: 12em;
	background: #fff url(/client/media/images/elemente/sym_linkpfeil-rundpfeil.gif) right center no-repeat;
	color: #000;
	padding: 7px 35px 8px 9px;
	text-align: left;
	}
.formbox input.submitButton:hover {
	text-decoration: underline;
	cursor: pointer;
	}
.warnmeldung-rot {
	margin: 0 0 1.25em 0;
	color: #F50603;
	}
.warndialog {
	position: relative; /*durch JS: absolute;*/
	z-index: 10000;
	width: 70%;
	left: 51%;
	margin-top: 8%;
	margin-left: -40%;
	background: #ffe7e5;
	border: 2px solid #F50603;
	padding: 15px;
	}
.warndialog a.ok {
	display: none; /*durch JS: block;*/
	margin: 1em auto 0 auto;
	width: 40%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border: 2px solid #fff;
	background: #a2b0bd;
	text-decoration: none !important;
	}
.warndialog-holder {
	position: relative;
	z-index: 10000;
	width: 480px;
	}
table.materialtabelle {
	width: 570px;
	}
table.materialtabelle tr td {
	background: #dadcde;
	border: 1px solid #0a141d;
	padding: 3px 4px 4px;
	text-align: left;
	font-size: 0.9em;
	color: #0a141d;
	}
table.materialtabelle tr.al2 td {
	background: #b2b5b6;
	}
table.materialtabelle tr td.col345 {
	font-size: 1.9em;
	text-align: center;
	}
table.materialtabelle tr td ul li {
	padding: 0 0 0 0.7em;
	margin: 0 !important;
	background: url(/client/media/images/elemente/sym_ul-punkt-mini.gif) 0 0.7em no-repeat;
	}
table.materialtabelle tr th {
	background: #b2b5b6;
	border: none;
	padding: 7px 4px;
	text-align: left;
	vertical-align: bottom;
	}
table.materialtabelle tr th span {
	display: none;
	}
table.materialtabelle tr th.col345 {
	padding: 7px 0;
	}
table.materialtabelle tr th.col7 {
	border-right: 1px solid #0a141d;
	}
table.materialtabelle tr th.col6 img,
table.materialtabelle tr th.col7 img {
	margin: 0 2px;
	}
table.empfehlungentabelle {
	width: 570px;
	}
table.empfehlungentabelle td,
table.empfehlungentabelle th {
	background: #34383c;
	border: 1px solid #0a141d;
	padding: 5px 10px;
	}
table.empfehlungentabelle th {
	background: #d3d3d3;
	color: #000;
	}
table.meldungen {
	width: 570px;
	}
table.meldungen td {
	background: #34383c;
	border: 1px solid #0a141d;
	padding: 8px 13px;
	}
table.meldungen tr.al1 td {
	background: #565657;
	}
table.meldungen td.col2 a {
	color: #fff;
	}
table.meldungen td.col1 {
	width: 6em;
	white-space: nowrap;
	}
table.meldungen td.col3 {
	width: 10.5em;
	white-space: nowrap;
	}
.prmeldung {
	margin: 0 12px 0 0;
	}
.formbox fieldset.haendlersuche label {
	width: 100px;
	}
.formbox fieldset.haendlersuche input {
	width: 160px;
	}
.formbox fieldset.haendlersuche input.submitButton {
	width: 172px;
	margin-left: 100px;
	}
.formbox fieldset.haendlersuche select {
	width: 172px;
	}
.formbox fieldset.haendlersuche h3 {
	margin: 0;
	padding: 1em 0;
	}
.formbox #kartenfeld {
	position: relative;
	float: right;
	width: 246px;
	height: 24em;
	border-left: 1px solid #0a141d;
	margin: 0 -15px -15px 0;
	background: #565657;
	}
.formbox #kartenfeld div {
	position: absolute;
	width: 246px;
	height: 24em;
	}
.formbox #kartenfeld .karte-deu {
	background: #565657 url(/client/media/images/bilder/inhalt_fachhandel_karte-deu.gif) center center no-repeat;
	}
.formbox #kartenfeld .karte-eur {
	background: #565657 url(/client/media/images/bilder/inhalt_fachhandel_karte-eur.gif) center center no-repeat;
	}
	
.seitennav {
	background: #d3d3d3;
	padding: 10px 13px;
	border-bottom: 11px solid #0a141d;
	}
.seitennav strong {
	color: #e64215;
	}
.seitennav b {
	color: #000;
	}
.seitennav p.seitenlinks {
	float: right;
	color: #000;
	white-space: nowrap;
	}
.seitennav p.seitenlinks span {
	position: absolute;
	margin-left: -5px;
	padding: 0 2px;
	background: #d3d3d3;
	}
.sn-u-wrap .seitennav strong {
	color: #d3d3d3;
	}
.sn-u-wrap .seitennav b {
	display: none;
	}
ul.haendlerliste li {
	position: relative;
	padding: 12px 24px;
	margin: 0 !important;
	border-bottom: 11px solid #0a141d;
	background-color: #34383c;
	background-position: 15px 20px;
	color: #d3d3d3;
	}
ul.haendlerliste li.al1 {
	background-color: #565657;
	}
ul.haendlerliste li h3 {
	font-size: 1.2em;
	margin: 0 0 0.6em 0;
	color: #d3d3d3;
	}
ul.haendlerliste li dl {
	width: 300px;
	padding-left: 6.9em;
	}
ul.haendlerliste li dl dt {
	font-weight: normal;
	color: #d3d3d3;
	margin-left: -6.9em;
	}
ul.haendlerliste li dl dd {
	padding: 0 0 0.2em;
	}
ul.haendlerliste li .mehrlink {
	margin: 0.7em 0 0;
	}
ul.haendlerliste li .link2map {
	position: absolute;
	right: 20px;
	bottom: 15px;
	}
	* html ul.haendlerliste li .link2map { position: relative; float: right; }
ul.haendlerliste li .link2map img {
	margin: 0 25px 5px;
	}
ul.haendlerliste li .link2map a.minipfeil {
	display: block;
	background-position: left 5px !important;
	}
.suchtreffertext {
	margin: 0.4em 0 0 9px;
	color: #d3d3d3;
	}
.suchtreffertext span {
	color: #fff;
	font-weight: bold;
	}

#header fieldset.fsSel {
	position: absolute;
	z-index: 100000;
	top: 6px;
	left: 183px;
	padding: 0;
	margin: 0;
	border: none;
	border-width: 0;
	width: 11.5em;
	text-align: left;
	background: none;
	}
#header fieldset.fsSel legend {
	display: block !important;
	position: relative;
	margin: 0;
	padding: 0;
	}
	* html #header fieldset.fsSel legend { left: -7px; }
	*+html #header fieldset.fsSel legend { left: -7px; }
#header fieldset.fsSel legend span {
	cursor: default;
	display: block;
	width: 11.5em;
	line-height: 1.8em;
	height: 1.8em;
	border: none;
	background: #fff url(/client/media/images/elemente/sym_select-pfeil.gif) right center no-repeat;
	color: #333;
	}
#header fieldset.fsSel legend span b {
	display: block;
	width: 9.25em;
	padding-left: 0.5em;
	line-height: 1.6em;
	height: 1.7em;
	border: 1px solid #000;
	font-weight: normal;
	}
#header fieldset.fsSel ul {
	position: absolute;
	left: auto;
	z-index: 100000;
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 9.75em;
	white-space: nowrap;
	background: #fff;
	overflow: hidden;
	border: solid #000;
	border-width: 0 1px 1px 1px;
	}
#header fieldset[class].fsSel:hover ul {
	display: block;
	}
#header fieldset.fsSel.noHover:hover ul {
	display: none;
	}
#header fieldset.fsSel ul li {
	list-style-type: none;
	padding: 0;
	margin: 0 !important;
	background: none;
	}
#header fieldset.fsSel ul li a {
	color: #0a0601;
	display: block;
	width: 11em;
	white-space: normal;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	}
#header fieldset.fsSel ul li a:hover {
	text-decoration: none;
	background: #dcdcdc;
	}

img.tableheadWLIW {
	display: block;
	border-bottom: 1px solid #000;
	}
img.tableheadWLIW.scrollImmerTop {
	position: fixed;
	top: 0;
	display: none;
	}


#logincontainer {
	position: absolute;
	display: none;
	top: 300px;
	left: 300px;
	width: 330px;
	border: 5px solid #e64215;
	}
#anmeldung-schliessen img {
	position: absolute;
	right: 5px;
	top: 5px;
	border: 1px solid #ffffff;
	cursor: pointer;
	}
	
	
/* === === === Webupdate August 2009 === === === */	
table#vorteile {
	width: 571px;
	padding: 0;
	margin: 30px 0px 0px 0px;
	}
table#vorteile tr td {
	border-bottom: 1px solid #0A141D;
	vertical-align: middle;
	background: #272a2f url(/client/media/images/elemente/sym_haken.gif) left top no-repeat;
	padding-left: 41px;
	padding-top: 5px;
	}
table#vorteile tr th {
	width: 285px;
	background-color: #464647;
	font-size: 16px;
	padding: 7px 0 7px 10px;
	border-bottom: 1px solid #0A141D;
	}
table#vorteile tr td.linke-spalte {
	width: 285px;
	border-right: 1px solid #0A141D;
	}
table#vorteile tr td.rechte-spalte {
	width: 237px;
	}
table#vorteile tr td.pikto {
	width: 48px;
	padding: 0;
	background: none;
	}
table#vorteile tr td.pikto img {
	display: block;
	cursor:pointer;
	}

#pruefnormen {
	width: 517px; 
	padding: 18px 0 17px 54px;
	margin-top: 20px;
	background:#272a2f url(/client/media/images/elemente/sym_pfeil.gif) left top no-repeat;
	}


.infobox {
	position: relative;
	width: 483px;
	background: #272a2f url(/client/media/images/elemente/sym_info_schwerentflammbar.gif) 13px 7px no-repeat;
	margin: 1.32em 0;
	padding: .5em 15px 15px 72px;
	}
.infobox h3 {
	margin-bottom: .4em;
	}
.infobox p.innerbox {
	padding: 13px 11px 17px 12px;
	background: #34383c;
	}
.infobox#schwerentflammbar {
	background-image: url(/client/media/images/elemente/sym_info_schwerentflammbar.gif);
	}
.infobox#seepruefung-brandschutz {
	background-image: url(/client/media/images/elemente/sym_info_seepruefung-brandschutz.gif);
	}
.infobox#moebeloberflaechnnorm {
	background-image: url(/client/media/images/elemente/sym_info_moebeloberflaechnnorm.gif);
	}
.infobox#schwermetallfrei {
	background-image: url(/client/media/images/elemente/sym_info_schwermetallfrei.gif);
	}
.infobox#vocKonform {
	background-image: url(/client/media/images/elemente/sym_info_vocKonform.gif);
	}
	
table.brennbarkeitstabelle {
	margin: 1em 0;
	width: 100%;
	border-collapse: collapse;
	}
table.brennbarkeitstabelle tr {

	}
table.brennbarkeitstabelle tr td {
	background: #505255;
	border: 1px solid #272a2f;
	padding: 5px 11px 6px;
	}
table.brennbarkeitstabelle tr.zeile-ungerade td {
	background: #34383c;
	}
.infolayer table.brennbarkeitstabelle tr td {
	background: none !important;
	}

.zweispalter {
	position: relative;
	background: #34383c;
	padding: 7px;
	width: 270px;
	margin: 16px 13px 0 0;
	float: left;
	}
.zweispalter#galvanoeffekte {
	background: none;
	margin-right: 0;
	padding: 0;
	width: 284px;
	}
#galvanoeffekte .bildInhalt {
	margin-right: 0;
	margin-bottom: 10px;
	}
#galvanoeffekte .bildInhalt span {
	padding: 7px 5px 8px;
	}
.dreispalter {
	background: #34383c;
	padding: 7px;
	width: 163px;
	margin: 16px 13px 0 0;
	float: left;
	}
p.dreispalter {
	padding-top: 0;
	padding-left: 0;
	width: 177px;
	margin-right: 0;
	margin-top: 0;
	background: none;
	}
.dreispalter img {
	display: block;
	padding-bottom: 7px;
	}
.farbsysteme {
	margin-top: 1.2em;
	}
.dreispalter p, .farbsysteme span {
	background: #ffffff;
	color: #000000;
	padding: 4px 5px;
	min-height: 59px;
	}
	* html .dreispalter p { height: 65px; overflow:visible; }
	*+html .dreispalter p { min-height: 65px; }
	* html .farbsysteme span { height: 65px; overflow:visible; }
	*+html .farbsysteme span { height: 65px; overflow:visible; }
.dreispalter p small, .farbsysteme span small {
	line-height: 1.1em;
	}
	
	
table.material-infobox {
	width: 100%;
	border-collapse: collapse;
	}	
table.material-infobox tr {
	
	}
table.material-infobox tr th {
	font-weight: normal;
	color: #000000;
	padding: 9px 8px;
	background: #b4b5b6;
	}
table.material-infobox tr td {
	background: #ffffff;
	color: #000000;
	border-right: 1px solid #000000;
	padding: 4px 8px;
	}
table.material-infobox tr td.zweiteSpalte {
	border-right: none;
	width: 123px;
	padding-right: 0;
	}
table.material-infobox tr.produktnummer td {
	background: #fdcfb7;
	}
table.material-infobox tr.produktnummer.blau td {
	background: #b9dff7;
	}
table.material-infobox tr td.pruefnorm {
	vertical-align: top;
	padding-left: 20px;
	background: #ffffff url(/client/media/images/elemente/sym_linpfeil-pruefnorm.gif) 8px center no-repeat;
	}
table.material-infobox tr td.pruefnorm img {
	cursor: pointer;
	}
span.vocKlein img {
	display: block;
	position: absolute;
	cursor: pointer;
	z-index: 10;
	bottom: 10px;
	right: 10px;
	z-index: 10;
	}
.thementrenner {
	clear: both;
	width: 100%;
	height: .5em;
	overflow: hidden;
	}

.erklaerung-piktogramme {
	margin: 16px 0 0;
	padding: 15px 0 14px 45px;
	background: #34383c url(/client/media/images/elemente/sym_info.gif) 13px 10px no-repeat;
	}

.infolayer {
	display: none;
	position: absolute;
	left: 500px;
	top: 0;
	z-index: 100;
	width: 340px;
	border: 1px solid #e64215;
	background: #ffffff url(/client/media/images/elemente/sym_info_schwerentflammbar2.gif) 12px 14px no-repeat;
	padding: 12px 18px 22px 72px;
	}
.infolayer * {
	color: #000000;
	}
.infolayer#info-moebeloberflaechennorm { background-image: url(/client/media/images/elemente/sym_info_moebeloberflaechennorm2.gif); }
.infolayer#info-schwerentflammbar { background-image: url(/client/media/images/elemente/sym_info_schwerentflammbar2.gif); }
.infolayer#info-schwermetalle { background-image: url(/client/media/images/elemente/sym_info_schwermetallfrei2.gif); }
.infolayer#info-seepruefung { background-image: url(/client/media/images/elemente/sym_info_seepruefung-brandschutz2.gif); }
.infolayer#info-voc-klein { background-image: url(/client/media/images/elemente/sym_info_vocKonform2.gif); }
	
table.farbtabelle {
	width: 100%;
	border-collapse: collapse;
	margin: 1.4em 0 0;
	color: #000000;
	}
table.farbtabelle thead tr th {
	background: #b4b5b6;
	padding: 12px 15px;
	}
table.farbtabelle thead tr th.artikelnummer { width: 54px; }
table.farbtabelle thead tr th.artikelbezeichnung { width: 210px; }
table.farbtabelle thead tr th.farbton { width: 140px; }
table.farbtabelle thead tr th.lichtechtheit { width: 80px; }
table.farbtabelle tfoot tr td {
	background: #34383c;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 30px 10px 19px;
	}
table.farbtabelle tbody tr td {
	background: #b4b5b6;
	padding: 8px 12px;
	
	}
table.farbtabelle tbody tr.ungerade-zeile td {
	background: #dadcde;
	}
.news {
   float: left;
   padding: 0 0 10px;
}
.news h3 {
   margin: 0 !important;
   padding: 0 0 10px !important;
}
.lvTable {
  border: 1px solid #ffffff;
  margin:0 0 0 1px;
}
.lvTable td {
  border: 1px solid #ffffff;
  text-align:center;
  padding: 1px;
}
.rekom_class {
  float: left;
  width: 180px;
  height: 130px;
  padding: 6px;
}
.rekom_class a {
  float: left;
  width: 180px;
  height: 130px;
}
.rekom_class a:hover {
  text-decoration: none;
}
