* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #151515;
	background-color: #fff;
}

td {
	font-size: 13px;
	line-height: normal;
	color: #151515;
}
td,th
{
	vertical-align: top;
}

a {
	text-decoration: none;
}
hr {
	color:#fff;
	}
.divider {
	margin-top:10px;
	border-bottom: 1px solid #D6D5D0;
	margin-bottom: 10px;
}
.bordo {
	color: #AD1D36;
}
.align-left
{text-align: left;}
.align-center
{text-align: center;}
.align-right
{text-align: right;}
.align-justify
{text-align: justify;}
.csc-textpic-image, .csc-textpic {page-break-after:avoid;}
/* Bullet styles for unordered lists.*/
ul.component-items { color: #10007B; list-style-type: circle; }
ul.action-items { color: #AC1E36; list-style-image: url(img/red_arrow_bullet.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #AC1E36; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #AC1E36; }
/*span.name-of-person { color: #10007B; }*/
span.detail { color: #10007B; }

td{ padding: 0 12px 12px 0;}
td:last-child{padding: 0 0px 12px 0;}
table.ohneabstand td{padding: 0 0 0 0;}
table.ohneabstand td:last-child{padding: 0 0 0 0;}
td.top { vertical-align: top; }
td.middle { vertical-align: middle; }
td.bottom { vertical-align: bottom; }

.links {
	float: left;
}

.rechts {
	float: right;
}

#deco-border {
	display:none;
}

#container {
	position: relative;
	text-align: center;
	height: auto;
	min-height: 100%;
	width: 100%;
	background-color: transparent;
}

/*Header*/
#header-wrap {
	width: auto;
	height: auto;
	background: #fff;
	margin-bottom:15px;
}

#header {
	width: auto;
	margin: 0 auto;
	text-align: left;
	height: auto;
}

#logo {
	position: relative;
	top: 0px;
	left: 0px;
}

#logo-text {
	position: absolute;
	top: 7px;
	left: 150px;
	color: #151515;
	text-shadow: 0px 1px 0 #fff;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}

/*Languege*/
#languages-wrap {
	display:none;
	}

/*search-top*/
#search-top {
	display: none;
}

/*Merken-Kaufen*/
#meka-wrap {
	display: none;
}

/*top-menu-1*/
#top-menu-1 {
	display: none;
}

/*top-menu-2*/
#top-menu-2 {
	display: none;
}

/*root-nav*/
#root-nav {
	width: auto;
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	border-left: 2px solid #adadad;

}

#root-nav a {
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	color: #151515;
	padding: 0 5px;

}
#root-nav a:after
{
	content:" > ";
} 

#root-nav a:hover {
	color: #AC1E36;
}

#root-nav a.last:after {
	content:" ";
}

/*Barousel*/
.barousel {
	position: relative;
	margin: 0 auto 20px;
	border: 1px solid #e1e1e1;
	border-top: 0;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 0px 1px 1px rgba(50, 50, 50, 0.15);
}

.barousel_image {
	position: absolute;
	z-index: 10;
}

.barousel_image img {
	display: none;
	position: absolute;
}

.barousel_image img.default {
	display: block;
	z-index: 2;
}

.barousel_image img.current {
	z-index: 10;
}

.barousel_image img.previous {
	z-index: 5;
}

.barousel_content {
	position: absolute;
	background: transparent url(../images/slider-title-hg.png) 0 0 repeat;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.15);
	z-index: 50;
}

.barousel_content div {
	display: none;
	padding: 10px 15px;
}

.barousel_content div.default {
	display: block;
}

.barousel_content p,
#inhalt .barousel_content p {
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 0px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	margin-bottom:10px;
}

.barousel_content p.header,
#inhalt .barousel_content p.header {
	font-size: 20px;
	font-weight: bold;
	
}

.barousel_content a,.barousel_content a:hover {
	background-color: transparent !important;
}

.barousel_nav, .barousel_nav_pv {
	position: absolute;
	width: auto;
	height: 16px;
	z-index: 20;
}

.barousel_nav ul,
#inhalt .barousel_nav ul,
.barousel_nav_pv ul,
#inhalt .barousel_nav_pv ul {
	float: right;
	margin: 0;
	padding: 0;
}

.barousel_nav li,
.barousel_nav_pv li {
	float: left;
	list-style-type: none;
}

.barousel_nav li a {
	display: block;
	height: 16px;
	width: 16px;
	overflow: hidden;
	margin-right: 3px;
	background: transparent url(../images/pager-but.png) 0 0 no-repeat;
	text-decoration: none;
	text-indent: 20px;
}
.barousel_nav li a:hover,.barousel_nav li a.current {
	background: transparent url(../images/pager-but-act.png) 0 0 no-repeat;
}

.barousel_nav_pv {
	height: 30px;
	width:67px;
}
.barousel_nav_pv .counter{
	position: relative;
	top:2px;
	left:0px;
	width:15px;
	color:#777;
	text-shadow: 0 -1px #e1e1e1;
}
.barousel_nav_pv li a{
	display: block;
	height: 20px;
	width: 20px;
	overflow: hidden;
	margin-right: 0px;
	background: transparent url(../images/sl-pf-prev.png) 0 0 no-repeat;
	text-decoration: none;
	opacity:0.7;
}
.barousel_nav_pv li.next a{
	background: transparent url(../images/sl-pf-next.png) 0 0 no-repeat;
}
#inhalt .barousel_nav_pv li a:hover{
	opacity: 1;
	text-decoration: none;
}

.barousel img.ajax_loader {
	display: none;
	left: 135px;
	position: absolute;
	top: 70px;
	z-index: 99;
}

/*Inhalt*/
#content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	position: relative;
	z-index: 50;
}



#inhalt {
	
}
#tmpl-2-sp #inhalt {
	width:66%;
	float: left;
}
#tmpl-2-sp #rechts {
	width:30%;
	float: right;
	padding-left: 10px;
}

#inhalt h1,#inhalt h2,#inhalt h3,#inhalt h4,#inhalt h5,
#rechts h1,#rechts h2,#rechts h3,#rechts h4,#rechts h5 {
	font-size: 22px;
	margin-bottom: 15px;
}
#inhalt hgroup h1
{
	margin-bottom: 0;
}
#inhalt hgroup h2
{
	margin-top: 5px;
	font-weight: normal;
}
#inhalt h2,#inhalt h3,#inhalt h4,#inhalt h5,
#rechts h2,#rechts h3,#rechts h4,#rechts h5 {
	font-size: 18px;
	margin: 10px 0;
}
#inhalt #inhalt-prod h2
{
	font-weight:normal;
}
#inhalt #inhalt-prod .pass-prod-head h2
{
	font-weight:bold;
}
#inhalt h3,#inhalt h4,#inhalt h5,
#rechts h3,#rechts h4,#rechts h5 {
	font-size: 16px;
}

#inhalt h4,#inhalt h5,
#rechts h4,#rechts h5 {
	font-size: 15px;
}

#inhalt p,
#rechts p {
	margin-bottom: 10px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
#inhalt td p:last-child
{
	margin-bottom:0;
}
#inhalt ul ,
#rechts ul{
	margin: 0 0 10px 18px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	list-style-image: url(../images/prod-kurz-beschr-li-img.gif);
}
#inhalt ul.multicolumnContainer,
#inhalt ul.simpleTabsContainer,
#inhalt ul.simpleTabNavigation,
#inhalt ul.vAccordion,
#inhalt ul.filelist,
#inhalt .tx-flseositemap-pi1 ul,
#inhalt .barousel_nav ul
{
	list-style: none;
	list-style-image: none;
}
#inhalt ol,
#rechts ol{
	margin: 0 0 10px 20px;
}
#inhalt ol li,
#rechts ol li{
	margin-bottom: 5px;
}
#inhalt ul.simpleTabNavigation,#inhalt ul.multicolumnContainer {
	margin: 0;
	list-style-type: none;
}
#inhalt ul.simpleTabNavigation li
{
	visibility: hidden;
}
#inhalt ul.simpleTabNavigation li.tabItemAct
{
	visibility: visible;
}
#inhalt ul.simpleTabNavigation li.tabItemAct a
{
	color: #151515;
	font-size: 16px;
	font-weight:bold;
}
#inhalt ul.multicolumnLayout4>li.columnLast div.columnItems {
	padding-left: 20px;
}

#inhalt a,
#rechts a {
	color: #AC1E36;
}

#inhalt a.pfeil,
#inhalt .add-links a,
#inhalt .prod-right-wrap h3 a.pfeil,
#rechts a.pfeil,
#rechts .add-links a,
#rechts .prod-right-wrap h3 a.pfeil {
	padding-right: 0.8em;
}

#inhalt a:hover,
#rechts a:hover {
	text-decoration: underline;
}
#inhalt .csc-frame-indent6633 .csc-textpic-image a img
{
	display: block;
	margin: 0 auto 10px;
	padding-bottom: 2px;
	opacity: 0.85;
}
#inhalt .csc-frame-indent6633 DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0px;
}
#inhalt .csc-frame-indent6633:hover .csc-textpic-image a img
{
}
#inhalt .csc-frame-indent6633:hover .csc-textpic-text
{
	color:#AC1E36;
}
#inhalt .csc-frame-frame1,
#rechts .csc-frame-frame1
{
	padding-top:10px;
	background: transparent url(../images/block-str-hg.png) 0 0
		no-repeat;
	background-size: 100% 3px;
}
#inhalt .multicolumnContainer .csc-frame-frame1,
#rechts .csc-frame-frame1
{
	margin-top:10px;
	padding-top:20px;
	background: transparent url(../images/block-str-hg.png) 0 0
		no-repeat;
	background-size: 100% 2px;
}
#inhalt .csc-frame-frame2,
#rechts .csc-frame-frame2
{
	padding-top:10px;
	background: transparent url(../images/block-str-hg-hg.png) 0 -3px
		no-repeat;
	background-size: 100% 100%;
	border-top: 3px solid #F7F6F4;
	-moz-border-image:url(../images/block-str-hg.png) 3 0 stretch; /* Old Firefox */
	-webkit-border-image:url(../images/block-str-hg.png) 3 0 stretch; /* Safari */
	-o-border-image:url(../images/block-str-hg.png) 3 0 stretch; /* Opera */
	border-image:url(../images/block-str-hg.png) 3 0 stretch;
}

#inhalt DIV.csc-textpic-imagecolumn:last-child {
    margin-right: 0px;
}
/*Produkte*/
/*media-box*/
.prod-info-wrap {
	margin-bottom: 30px;
}
.prod-left-wrap {
	width:635px;
	float:left;
}

.tx-afmediabox-pi1 {
	margin-bottom:10px;
}
[class|=html5gallery-container]
{
	background-color: transparent !important;
}
[class|=html5gallery-elem]
{
	padding: 0 !important;
} 
[class|=html5gallery-title]      
{
	padding: 0 !important;
}
[class|=html5gallery-title-text] 
{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75) !important;
	color: #151515 !important;
	font-size: 18px !important;
	padding: 0 12px !important;
	text-align:left !important;
	font-family: Arial, sans-serif !important;
}
[class|=html5gallery-toolbox-bg]
{
	background-color: #fff !important;
} 
[class|=html5gallery-elem-img]
{
	margin: 0 !important;
}
[class|=html5gallery-tn-img]
{
    background-color: #d1d1d1;
}
[class|=html5gallery-elem-video]
{
	top: 0 !important;
	left: 0 !important;
}
 
[class|=html5gallery-car-list]
{
	left: 1.5% !important;
	width: 97% !important;
}
#inhalt .html5gallery-tn-0 img {
    opacity: 0.5;
}
/*kurze Beschreibung*/
.prod-right-wrap {
	width: 290px;
	float: right;
}

#inhalt .prod-right-wrap h3 {
	font-weight: bold;
}

#inhalt .prod-right-wrap h3 a {
	padding: 0 0 0 10px;
	background-image: none;
	font-weight: normal;
}

.prod-right-wrap div {
	margin-bottom: 20px;
}

#inhalt .prod-right-wrap ul li {
	margin-bottom: 7px;
	list-style-image: url(../images/prod-kurz-beschr-li-img.gif);
}

/*Tabs*/
.reiter-wrap {
	position: relative;
	margin-bottom: 57px;
}



/*Artikel*/
#inhalt #reiter-inhalt-1 {
	padding-top: 15px;
}

table.art-liste {
	width: 800px;
	border-collapse: collapse;
	border: 0;
	margin-bottom: 35px;
}
table.art-liste tr.odd {
	background-color: #D6D5D0;
}

table.art-liste td {
	padding: 3px 10px;
	border: 0;
}

td.art-num {
	width: 170px;
}

td.art-bescr {
	width: 420px;
}

div.merk-anfr {
	display: none;
}

/*lange Beschreibung*/
#inhalt #reiter-inhalt-2 .links {
	width: 600px;
	padding: 20px 20px 20px 15px;
	border-right: 2px solid #D6D5D0;
}

#inhalt #reiter-inhalt-2 .rechts {
	width: 285px;
	padding: 20px 20px 20px 15px;
}
#inhalt #reiter-inhalt-2 .rechts td{
	padding-right: 15px;
	vertical-align:top;
}
#inhalt #reiter-inhalt-2 .rechts td:first-child{
	font-weight: bold;
}

/*Download-Prod*/
#inhalt #reiter-inhalt-3 {
	padding-top: 15px;
}

table.down-liste {
	width: 635px;
	border-collapse: collapse;
	border: 0;
	margin-bottom: 15px;
}

table.down-liste tr {
	border-bottom: 2px solid #D6D5D0;
}

table.down-liste tr:last-child {
	border-bottom: 0;
}

table.down-liste td {
	padding: 3px 10px;
	border: 0;
}

td.down-typ {
	width: 180px;
	vertical-align: top;
	font-weight: 600;
	font-size: 15px;
}

#inhalt td.down-dateien a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	font-weight: bold;
	padding-left: 32px;
}

#inhalt td.down-dateien a.down-pdf,
#inhalt ul.filelist a[href$=".pdf"] {
	background: transparent url(../images/pdf_icon.png) 7px 1px no-repeat;
}
#inhalt td.down-dateien a.down-mp4,
#inhalt ul.filelist a[href$=".mp4"] {
	background: transparent url(../images/mp4_icon.png) 7px 1px no-repeat;
}

#inhalt td.down-dateien a.down-zip,
#inhalt ul.filelist a[href$=".zip"] {
	background: transparent url(../images/zip_icon.png) 0px 1px no-repeat;
}
#inhalt ul.filelist a[href$=".pdf"],
#inhalt ul.filelist a[href$=".mp4"] {
	background-position: 0px 1px;
	padding-left: 25px;
}
div#zu-mc
{
	display: none;
}
/*passende Produkte*/
.pass-prod-wrap {
	position: relative;
}

.pass-prod-head {
	background: transparent url(../images/top-m-1-a-hg.gif) no-repeat;
	border-right: 1px solid #D6D5D0
}

#inhalt .pass-prod-head h2 {
	background: transparent url(../images/pass-prod-head-hg.png) repeat-x;
	line-height: 30px;
	padding: 0 15px;
	margin: 0 0 15px 2px;
	font-size: 14px;
	font-weight: bold;
}

.slideshow {
	margin: 0 auto;
	width: 890px;
	height: 275px;
	overflow: hidden;
}  
/* gibt Höhe und Breite des Sliders an, wichtig overflow:hidden */
.inner {
	height: 265px;
}

/*Höhe muss gleich sein wie bei .slideshow, Breite wird später definiert */
.slide {
	width: 890px;
	height: 275px;
	margin-left: 0px;
	float: left;
}

.slide-in {
	width: 25%;
	height: 275px;
	margin-left: 0px;
	float: left;
	text-align: center;
}
*+html .slide-in {
	width: 222px;
}
/*float:left für horizontalen Slide */
.pass-prod-wrap .left {
	float: left;
	margin-left: 0px;
	width: 32px;
	height: 32px;
	background: transparent url(../images/carousel_left.png) 0 0 no-repeat;
}  /* linker Button */
.pass-prod-wrap .right {
	float: right;
	margin-right: 0px;
	width: 32px;
	height: 32px;
	background: transparent url(../images/carousel_right.png) 0 0 no-repeat;
}  /* rechter Button */
.pass-prod-wrap .right:hover,.pass-prod-wrap .left:hover {
	cursor: pointer;
	background-position: -32px 0;
}  /* hover linker + rechter Button */
.control {
	width: 960px;
	position: absolute;
	top: 115px;
	left: 0;
}

.slide-in img {
	display: block;
	margin: 0 auto;
	padding-bottom: 2px;
	height:180px;
	width: 210px;
	background: transparent url(../images/pass-prod-line.jpg) 0 bottom
		no-repeat;
	background-size: 100% 2px;
}

.slide-in span {
	display: block;
	margin: 0 auto;
}

.slide-in span.pp-title {
	font-weight: bold;
	margin-top: 5px;
}

#inhalt .slide-in a {
	display: block;
	margin: 0 12px 0 0;
	width: 210px;
	height:275px;
	overflow: hidden;
	padding: 0;
	background-image: none;
	color: #151515;
}

#inhalt .slide-in:last-child a {
	margin: 0;
}

#inhalt .slide-in a:hover {
	color: #AC1E36;
	text-decoration: none;
}

/*Lightbox*/
#html5-lightbox-overlay,
[class|=html5gallery-fullscreen-overlay]
{
	background-color: #555 !important;
	opacity: 0.55 !important;
}
*+html #html5-loading,
*+html #html5-image,
*+html #html5lightbox-web
{
	left:0 !important;
}
/*Merkzettel*/
.merkzettel-wrap {
	width: 920px;
	padding-bottom: 24px;
}

.merkzettel-wrap h1 {
	text-align: left;
	font-size: 26px;
	padding: 5px 0 13px 10px;
}

.merkzettel-wrap td {
	text-align: left;
}

td.prod-title {
	font-weight: bold;
	color: #AC1E36;
}

.merkzettel-wrap td.art-bescr {
	width: 320px;
}

.merkzettel-wrap td.art-num {
	width: 150px;
}

.merkzettel-wrap .merk-anfr {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 24px;
	width: 302px;
}

.merkzettel-wrap #inhalt .merk-anfr a,.merkzettel-wrap .merk-anfr a {
	display: block;
	padding: 0;
	height: 24px;
	line-height: 24px;
	width: 302px;
	text-align: center;
	margin-left: 0px;
	color: #fff;
	text-shadow: 0 -1px #4F0D18;
	background: #AF1E36 url(../images/merk-kauf-but.png) no-repeat;
}

.merkzettel-wrap #inhalt .merk-anfr a:hover,.merkzettel-wrap .merk-anfr a:hover
	{
	text-decoration: none;
	line-height: 22px;
	border:0;
}

/*Preis anfragen*/
.preisanfr-wrap {
	width: 920px;
	text-align: left;
}

.preisanfr-wrap h1 {
	text-align: left;
	font-size: 26px;
	padding: 5px 0 13px 10px;
}

.preisanfr-wrap h2 {
	text-align: left;
	font-size: 16px;
	margin-bottom: 15px;
}

.preisanfr-wrap td {
	text-align: left;
}

.preisanfr-wrap p {
	margin-bottom: 10px;
}

.preisanfr-wrap #anfr-info-wrap p {
	padding: 5px 0 0px 10px;
}

.preisanfr-wrap #pranfr-hinw p {
	font-size: 12px;
}

td.prod-title {
	font-weight: bold;
	color: #AC1E36;
}

.preisanfr-wrap td.art-bescr {
	width: 320px;
}

.preisanfr-wrap td.art-num {
	width: 150px;
}

.preisanfr-wrap #anfrage-form-wrap {
	width: 800px;
}

.preisanfr-wrap #form-wrap {
	width: 590px;
	padding: 0 0 10px 10px;
}

.preisanfr-wrap #kontmitt {
	width: 280px;
	padding: 0 10px 10px 0;
}

.preisanfr-wrap #kontdat {
	width: 280px;
	padding: 0 10px 10px 0;
}

.preisanfr-wrap #empaeng-adr-wrap {
	width: 180px;
	padding: 0 10px 10px;
}

.preisanfr-wrap .anfr-senden {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 24px;
	width: 152px;
}

.preisanfr-wrap .fieldset {
	margin-bottom: 5px;
}

.preisanfr-wrap .fsradio {
	padding-top: 0px;
}

.preisanfr-wrap label {
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
}

.preisanfr-wrap .fsinput label,.preisanfr-wrap .fstextarea label {
	display: block;
}

.preisanfr-wrap .fsinput input,.preisanfr-wrap .fstextarea textarea {
	width: 272px;
	padding: 1px 3px;
	font-size: 12px;
	font-family: Arial, Sans-serif; border-top : 1px solid #9F9F9F;
	border-left: 1px solid #9F9F9F;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
	border-top: 1px solid #9F9F9F;
}

.preisanfr-wrap .fsinput input:focus,.preisanfr-wrap .fstextarea textarea:focus
	{
	-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.75);
}

.preisanfr-wrap .fstextarea textarea {
	height: 100px;
}

.preisanfr-wrap span.fsfehler {
	display: block;
	font-size: 12px;
	color: #AC1E36;
	margin-top: 2px;
}

.preisanfr-wrap #anf-plz-wrap {
	width: 100px;
}

.preisanfr-wrap #anf-plz-wrap input {
	width: 92px;
}

.preisanfr-wrap #anf-ort-wrap {
	width: 160px;
	margin-right: 10px;
}

.preisanfr-wrap #anf-ort-wrap input {
	width: 162px;
}

.preisanfr-wrap .anfr-senden input {
	display: block;
	cursor: pointer;
	padding: 0;
	height: 24px;
	line-height: 24px;
	width: 152px;
	text-align: center;
	margin-left: 0px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 -1px #4F0D18;
	background: #AF1E36 url(../images/merk-kauf-but.png) no-repeat;
}

.preisanfr-wrap a {
	color: #AC1E36;
}

.preisanfr-wrap a:hover {
	text-decoration: underline;
}

/*Fachhändler*/
#fach-wrap {
	position: relative;
}

.fach-h-int {
	width: 480px;
}

.fach-adr-map {
	width: 460px;
	height: 247px;
}

.lamello-adr-wrap {
	width: 180px;
	margin: 0 auto;
}

table.fach-h-int-tab,table.fach-h-erg-tab, table.messekalender {
	width: 478px;
	font-size: 12px;
	border: 1px solid #D6D5D0;
	border-collapse: separate;
	border-spacing: 0;
	background: #FEFEFE;
	background: -moz-linear-gradient(top, #FEFEFE 0%, #ecece4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEFEFE), color-stop(100%, #ecece4) );
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #ecece4 100%);
	background: -o-linear-gradient(top, #FEFEFE 0%, #ecece4 100%);
	background: -ms-linear-gradient(top, #FEFEFE 0%, #ecece4 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #ecece4 100%);
	filter: progid :   DXImageTransform.Microsoft.gradient ( startColorstr = '#FEFEFE', endColorstr =   '#ecece4', GradientType =   0 );
}
table.messekalender {
	width: 100%;
}

table.fach-h-erg-tab {
	width: 958px;
}

table.fach-h-int-tab thead tr,table.fach-h-erg-tab thead tr, table.messekalender thead tr {
	background: #FEFEFE;
	background: -moz-linear-gradient(top, #FEFEFE 0%, #ecece4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEFEFE), color-stop(100%, #ecece4) );
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #dcdcd4 100%);
	background: -o-linear-gradient(top, #FEFEFE 0%, #dcdcd4 100%);
	background: -ms-linear-gradient(top, #FEFEFE 0%, #dcdcd4 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #dcdcd4 100%);
	filter: progid :   DXImageTransform.Microsoft.gradient (  startColorstr =  '#FEFEFE', endColorstr =   '#dcdcd4', GradientType =   0 );
}

table.fach-h-int-tab thead th,table.fach-h-erg-tab thead th,table.messekalender thead th {
	text-align: center;
	padding: 3px 0;
}

table.fach-h-int-tab td,table.fach-h-erg-tab td, table.messekalender td {
	border: 1px solid #D6D5D0;
}

#inhalt table.messekalender td {
	padding:7px 10px;
}
#inhalt table.messekalender td.td-0 {
	font-weight:bold;
}

table.fach-h-erg-tab td.map-marker {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding: 10px 0 22px;
	line-height: 18px;
	width: 32px;
	cursor: pointer;
	background: transparent url(../images/map-marker.png) center 7px
		no-repeat;
}
#inhalt table.fach-h-erg-tab td.map-marker a
{
	color:#151515;
}
#inhalt table.fach-h-erg-tab td.map-marker a:hover
{
	color:#000;
	text-decoration: none;
}
table.fach-h-int-tab td.fach-h-name,table.fach-h-erg-tab td.fach-h-name
	{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 10px 15px;
	width: 120px;
}

table.fach-h-int-tab td.fach-h-link,table.fach-h-erg-tab td.fach-h-adr,table.fach-h-erg-tab td.fach-h-tel,table.fach-h-erg-tab td.fach-h-mail,table.fach-h-erg-tab td.fach-h-link
	{
	text-align: left;
	vertical-align: middle;
	padding: 10px 15px;
	width: 120px;
}
table.fach-h-erg-tab td.fach-h-adr
{
	width: 140px;
}
table.fach-h-erg-tab td.fach-h-tel
{
	width: 100px;
}
table.fach-h-erg-tab td.fach-h-adr,table.fach-h-erg-tab td.fach-h-tel,table.fach-h-erg-tab td.fach-h-mail,table.fach-h-erg-tab td.fach-h-link
	{
	vertical-align: top;
}

table.fach-h-int-tab td.fach-h-link a,table.fach-h-erg-tab td.fach-h-link a
	{
	display: block;
}

table.fach-h-int-tab td.shop,table.fach-h-erg-tab td.shop {
	padding-right: 45px;
	background: transparent url(../images/shop-icon.png) right 10px
		no-repeat;
}

table.fach-h-int-tab td.fach-h-anfr,table.fach-h-erg-tab td.fach-h-anfr
	{
	text-align: center;
	vertical-align: middle;
	padding:0;
}

table.fach-h-int-tab td.fach-h-anfr a,table.fach-h-int-tab td.fach-h-anfr span,table.fach-h-erg-tab td.fach-h-anfr a,table.fach-h-erg-tab td.fach-h-anfr span
	{
	line-height: 24px;
	display: block;
	text-align: center;
	font-weight: bold;
}

#inhalt table.fach-h-int-tab td.fach-h-anfr a,#inhalt table.fach-h-erg-tab td.fach-h-anfr a
	{
	background: url("../images/merk-kauf-but.png") no-repeat -2px 0 #AF1E36;
	color: #FFFFFF;
	text-shadow: 0 -1px #4F0D18;
}
#inhalt table.fach-h-int-tab td.fach-h-anfr a:hover,#inhalt table.fach-h-erg-tab td.fach-h-anfr a:hover {
	background: #fff none left top no-repeat;
	border-style: solid;
	border-color: #DCDDD8;
	border-width: 1px 1px 1px 1px;
	-webkit-box-shadow: inset 0px 0px 2px 1px rgba(150, 150, 150, 0.15);
	box-shadow: inset 0px 0px 2px 1px rgba(150, 150, 150, 0.15);
	color: #151515;
	text-shadow: 0px 1px 0 #fff;
	text-decoration: none;
}

table.fach-h-int-tab td.fach-h-anfr span,table.fach-h-erg-tab td.fach-h-anfr span
	{
	background: url("../images/merk-kauf-no-but.png") repeat-x 0 0 #F3F2EE;
	color: #999;
	text-shadow: 0 -1px #fff;
}

#fach-h-such {
	margin-bottom: 20px;
}

#fach-h-such label {
	display: block;
	margin-bottom: 5px;
}

#fach-h-such input#fachplz {
	width: 150px;
	padding: 1px 3px;
	margin-right: 15px;
	border-top: 1px solid #9F9F9F;
	border-left: 1px solid #9F9F9F;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
}

#fach-h-such input#fachsubmit {
	padding: 1px 7px;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #9F9F9F;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
	background: #FEFEFE;
	background: -moz-linear-gradient(top, #FEFEFE 0%, #ecece4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEFEFE), color-stop(100%, #ecece4) );
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #dcdcd4 100%);
	background: -o-linear-gradient(top, #FEFEFE 0%, #dcdcd4 100%);
	background: -ms-linear-gradient(top, #FEFEFE 0%, #dcdcd4 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #dcdcd4 100%);
	filter: progid :   DXImageTransform.Microsoft.gradient ( startColorstr = '#FEFEFE', endColorstr =   '#dcdcd4', GradientType =   0 );
}

#fachmaps {
	position: absolute;
	top: 30px;
	right: 0;
}
/*Vertriebspartner*/
.vp-wrap-suche
{
	width:235px;
}
.vp-wrap-suche label
{
	display:block;
	margin-bottom:7px;
}
.vp-wrap-suche select
{
	width: 194px;
	padding: 1px 1px 1px 3px;
	margin-right: 3px;
	float:left;
	border-top: 1px solid #9F9F9F;
	border-left: 1px solid #9F9F9F;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
}
.vp-wrap-suche input#l-suche-submit
{
	height:20px;
	width:20px;
	float:left;
	border-bottom: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
}
.vp-wrap-erg
{
	padding-top:25px;
	width:465px;
}
.vp-item-wrap
{
	padding-bottom:15px;
	border-bottom: 1px solid #9F9F9F;
	margin-bottom:20px;
}
.vp-item-wrap:last-child
{
	border-bottom: 0px solid #9F9F9F;
	margin-bottom:0px;
}
#inhalt .vp-preis-anfr a,
#inhalt .vp-preis-anfr span {
	display: block;
	padding: 0;
	height: 24px;
	line-height: 24px;
	width: 150px;
	text-align: center;
	color: #fff;
	text-shadow: 0 -1px #4F0D18;
	background: #AF1E36 url(../images/merk-kauf-but.png) no-repeat;
}
#inhalt .vp-preis-anfr span {
	background: #CFCEC9 url(../images/top-m-1-li-hg.gif) repeat-x;
	color: #888;
	text-shadow: 0 -1px #fff;
}
#inhalt .vp-preis-anfr a:hover {
	text-decoration: none;
	line-height: 22px;
}
/*Bearbeitungszentrum-Patner*/
.bzp-logo
{
	width:33.3%;
}
.bzp-logo img
{
	width:100%;
}
.bzp-wrap-erg
{
	margin-top: 20px;
	width:100%;
}
.bzp-wrap-country
{
	display:none;
	width:100%;
}
.bzp-item-wrap
{
	width:33.3%;
	padding-bottom:20px;
}
.bzp-item-wrap:nth-child(3n+1)
{
	clear:left;
}
.bzp-item
{
	margin-right:50px;
}
#inhalt .bzp-item p {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
#inhalt .bzp-item-wrap a.a-block {
	display: block;
/*	padding-right: 0.8em;
	background: transparent url(../images/a-pfeil-hover.png) right 0.4em
		no-repeat;*/
}
/*Tabellen*/
/*Vergleich*/
#inhalt table.vergleich {
	width:100%;
	border-collapse: collapse;
	border:0;
	margin-bottom:10px;
}
#inhalt table.vergleich caption{
	padding:10px 0px;
	text-align: left;
	font-weight:bold;
	border:0;
	border-top: 2px solid #d0cfcb;
}
#inhalt table.vergleich td,
#inhalt table.vergleich th {
	padding:3px 10px 3px 0;
	text-align: left;
	border:0;
	line-height: 150%;
	vertical-align: top;
}
#inhalt table.vergleich td.td-1,
#inhalt table.vergleich td.td-2 {
	font-weight:bold;
}
#inhalt table.vergleich tfoot td{
	padding:5px 10px 5px 0;
	text-align: left;
	font-weight:bold;
	color:#ac1e36;
	border:0;
	border-top: 2px solid #d0cfcb;
	border-bottom: 2px solid #d0cfcb;
}
/*border und logistik*/
#inhalt table.border,
#inhalt table.logistik {
	width:100%;
	border-collapse: collapse;
	border: 2px solid #d0cfcb;
	margin-bottom:10px;
}
#inhalt table.border caption,
#inhalt table.logistik caption{
	padding:10px 0px;
	text-align: left;
	font-weight:bold;
	border:0;
}
#inhalt table.border td,
#inhalt table.logistik td,
#inhalt table.border th,
#inhalt table.logistik th {
	padding:10px 7px;
	text-align: left;
	border:0;
	line-height: 150%;
	vertical-align: top;
	border: 2px solid #d0cfcb;
}
#inhalt table.logistik td.td-0{
	width:25%;
}
#inhalt table.logistik td.td-2 {
	width:15%;
}
/*border-zeilen und vorteile*/
#inhalt table.border-zeilen,
#inhalt table.vorteile {
	width:100%;
	border-collapse: collapse;
	border: 0;
	margin-bottom:10px;
}
#inhalt table.border-zeilen caption,
#inhalt table.vorteile caption{
	padding:10px 0px;
	text-align: left;
	font-weight:bold;
}
#inhalt table.border-zeilen td, 
#inhalt table.vorteile td,
#inhalt table.border-zeilen th, 
#inhalt table.vorteile th {
	padding:10px 7px 10px 0;
	text-align: left;
	border:0;
	line-height: 150%;
	vertical-align: top;
	border-bottom: 2px solid #d0cfcb;
}
#inhalt table.border-zeilen tr:last-child td,
#inhalt table.vorteile tr:last-child td {
	border-bottom: 0px;
}
#inhalt table.vorteile td.td-1,
#inhalt table.vorteile td.td-2 {
	font-weight:bold;
}
/*Mediathek*/
table#mediathek-search
{
	width:665px;
}
#inhalt table#mediathek-search td.such-feld
{
	width:211px;
	padding-right:0;
}
table#mediathek-search td.td-suche-submit
{
	vertical-align:bottom;
}
td.such-feld label
{
	display:block;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}
td.such-feld select
{
	width: 200px;
	padding: 1px 1px 1px 3px;
	border-top: 1px solid #9F9F9F;
	border-left: 1px solid #9F9F9F;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
}
td.td-suche-submit input#m-suche-submit
{
	height:20px;
	width:20px;
	float:left;
	border-bottom: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
}
/*Suche*/

#inhalt .tx-indexedsearch-searchbox input.sword {
	padding: 1px 3px;
	border-top: 1px solid #9F9F9F;
	border-left: 1px solid #9F9F9F;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
}

#inhalt .tx-indexedsearch-searchbox input.submit {
	padding: 1px 7px;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #9F9F9F;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
	background: #FEFEFE;
	background: -moz-linear-gradient(top, #FEFEFE 0%, #ecece4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEFEFE), color-stop(100%, #ecece4) );
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #dcdcd4 100%);
	background: -o-linear-gradient(top, #FEFEFE 0%, #dcdcd4 100%);
	background: -ms-linear-gradient(top, #FEFEFE 0%, #dcdcd4 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #dcdcd4 100%);
	filter: progid :   DXImageTransform.Microsoft.gradient (startColorstr ='#FEFEFE', endColorstr ='#dcdcd4', GradientType =0 );
}
#inhalt .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: #AF1E36;
}
#inhalt .tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-info
{
	padding:5px;
	background: #f3f3f3;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #ecece4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #ecece4) );
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #dcdcd4 100%);
	background: -o-linear-gradient(top, #f3f3f3 0%, #dcdcd4 100%);
	background: -ms-linear-gradient(top, #f3f3f3 0%, #dcdcd4 100%);
	background: linear-gradient(to bottom, #f3f3f3 0%, #dcdcd4 100%);
	filter: progid :   DXImageTransform.Microsoft.gradient (startColorstr ='#f3f3f3', endColorstr ='#dcdcd4', GradientType =0 );
}
/*Dateiliste allgemein*/
#inhalt ul.filelist 
{
	list-style-type: none;
	margin-left:0;
}
#inhalt ul.filelist li
{
	padding: 2px 0;
}
#inhalt ul.filelist a
{
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	padding-left: 25px;
	background: transparent url(../images/download-icon.png) left 2px no-repeat;
}
#inhalt ul.filelist a span.filelist-size
{
	color:#151515;
	font-style: italic;
	white-space: nowrap;
}
/*Extranet*/
.tx-felogin-pi1 fieldset
{
	margin: 15px 0 20px;
}
.tx-felogin-pi1 fieldset>div
{
	position:relative;
	margin-bottom: 7px;
}
.tx-felogin-pi1 form legend
{
	display: none;
}
.tx-felogin-pi1 form label
{
	width:120px;
	float:left;
}
.tx-felogin-pi1 form input[type=text],
.tx-felogin-pi1 form input[type=password]
{
    background-color: #FFFFFF;
    border: 0px solid white;
    border-left: 1px solid #9F9F9F;
    border-top: 1px solid #9F9F9F;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
    line-height: 14px;
    padding: 1px 3px;
    width: 195px;
    }
.tx-felogin-pi1 form input[type=text]:focus,
.tx-felogin-pi1 form input[type=password]:focus
{
    background-color: #EfEfEf;
    border: 0px solid white;
    border-top: 1px solid #7F7F7F;
	border-left: 1px solid #7F7F7F;
    outline: medium none;
    }
.tx-felogin-pi1 form input[type=submit]
{
    padding: 3px 15px;
    margin-left:120px;
    width:auto;
    float:none;
	font-weight: bold;
	cursor: pointer;
	color:#151515;
	border: 1px solid #9F9F9F;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
	background: #FEFEFE;
	background: -moz-linear-gradient(top, #FEFEFE 0%, #ecece4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEFEFE), color-stop(100%, #ecece4) );
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #dcdcd4 100%);
	background: -o-linear-gradient(top, #FEFEFE 0%, #dcdcd4 100%);
	background: -ms-linear-gradient(top, #FEFEFE 0%, #dcdcd4 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #dcdcd4 100%);
	filter: progid :   DXImageTransform.Microsoft.gradient (startColorstr ='#FEFEFE', endColorstr ='#dcdcd4', GradientType =0 );
}
.tx-felogin-pi1 form input[type=submit]:hover {    
    color:#AC1E36;
}
.tx-felogin-pi1 form input[type=submit]:focus {
    border: 1px solid #7F7F7F;
}
/*Dateiliste extranet*/
#inhalt ul.vAccordion ul.filelist 
{
	margin: 0px 25px;
}
#inhalt ul.vAccordion ul.filelist li
{
	padding: 3px 0 3px 25px;
	background: transparent url(../images/ordner-icon.jpg) 3px 5px no-repeat;
	border-bottom: 2px solid #d6d5d1;
}
#inhalt ul.vAccordion ul.filelist li:last-child
{
	border-bottom: 0;
}
#inhalt ul.vAccordion ul.filelist a
{
	display:block;
	padding-left:0px;
	background: transparent url(../images/download-icon.jpg) right 2px no-repeat;
}
#inhalt ul.vAccordion ul.filelist a span.filelist-size
{
	color:#151515;
	font-style: italic;
}
/*Sitemap*/
#inhalt .tx-flseositemap-pi1 ul li a {
    color:#151515;
}
#inhalt .tx-flseositemap-pi1 ul li a:hover {
    color:#AC1E36;
    text-decoration: none;
}
#inhalt .tx-flseositemap-pi1 ul
{
	margin-left:0;
	list-style-type: none;
}
#inhalt .tx-flseositemap-pi1 ul li.deep0 {

    background: url("../images/sm-li-first-middle.gif") no-repeat scroll 7px 0px transparent;
    line-height: 14px;
    padding: 2px 0 2px 25px;
}
#inhalt .tx-flseositemap-pi1 ul li.deep0:first-child {

    background: url("../images/sm-li-first.gif") no-repeat scroll 7px 10px transparent;
}
#inhalt .tx-flseositemap-pi1 ul li.deep0 > a {
	display:block;
	font-weight:bold;
	padding:2px 0;
	text-transform: uppercase;

}
#inhalt .tx-flseositemap-pi1 ul li.deep1,
#inhalt .tx-flseositemap-pi1 ul li.deep2,
#inhalt .tx-flseositemap-pi1 ul li.deep3,
#inhalt .tx-flseositemap-pi1 ul li.deep4 {
    margin-left:20px;
    background: url("../images/sm-li-middle.gif") no-repeat scroll 7px 0 transparent;
    border-bottom: 0 solid #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    padding: 2px 0 2px 25px;
}
#inhalt .tx-flseositemap-pi1 ul.deep2,
#inhalt .tx-flseositemap-pi1 ul.deep3,
#inhalt .tx-flseositemap-pi1 ul.deep4 {
	margin-top:3px;
}
#inhalt .tx-flseositemap-pi1 ul li.last {
	background: url("../images/sm-li-last.gif") no-repeat scroll 7px 0 transparent;
}
#inhalt .tx-flseositemap-pi1 ul li.deep1 > a {
	font-variant: small-caps;
	font-weight:bold;
}
#inhalt .tx-flseositemap-pi1 ul li.deep2 > a {
	font-weight:bold;
}
/*Logos*/
#inhalt .csc-frame-indent3366
{
	position: relative;
	margin-bottom: 10px;
}

#inhalt .csc-frame-indent3366 DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0;
}
#inhalt .csc-frame-indent3366 .csc-textpic-imagerow
{
	display:none;
}
#inhalt .csc-frame-indent3366  .csc-textpic-imagerow-last
{
	display:block;
}
#inhalt .csc-frame-indent3366 .csc-textpic-center-inner:hover .csc-textpic-imagerow
{
	display:block;
}
#inhalt .csc-frame-indent3366 .csc-textpic-center-inner:hover .csc-textpic-imagerow-last
{
	display:none;
}
/*Footer*/
#footer-wrap {
	display: none;
}

.clear {
	clear: both;
}