@charset 'utf-8';

/* 
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}

ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/* -- type-kit -- */

.page-header-inner h2,
#navigation,
.article-header h1,
.panel-desc h2,
.panel-info h2,
.teaser h2,
.channel-teaser h2,
.productfinder li {
  font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", Calibri, Tahoma, Verdana, sans-serif; font-weight: 100;
}



/* -- basic styles -- */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  line-height: 1em;
  color: #393C3E;
}


h1, h2 { margin: 0 0 1em 0; font-weight: normal; }

h1 { font-size: 1.375em; line-height: 1em; }

h2 { font-size: 1em; line-height: 1.5em; }

h3 { font-size: 0.875em; font-weight: bold; margin: 0 0 1em; }

h4 { font-size: 0.75em; font-weight: bold; }

h5 { margin: 0; font-size: 0.875em; font-weight: bold; color: #868D90;}

p { font-size: 0.75em; margin: 0 0 1em; }

a { color: #00914A; text-decoration: none; }

a:hover { text-decoration: underline; }

div { margin: 0 0 1em 0; }

.column { float: left; }

.left { float: left; }

.image-left { float: left; margin: 0 1em 1em 0; }

.clear-left { clear: left; }

.right { float: right; }

address { font-weight: normal; font-style: normal; margin: 0 0 1em 0; }

strong { font-weight: bold; }

.datum { font-size: 60%; color: #868d90; font-weight: normal; }

.profi { font-size: 60%; color: #00914A; text-transform: uppercase; }

#header, .page-header-inner, .breadcrumbs { width: 930px; overflow: hidden; margin: 0 auto; }

.excerpt { font-size: 0.875em; line-height: 1.5em; }

/*-- COUNTER --*/

.counter-small {
  font-size: 12px;
  padding: 12px 20px;
  color: #FFF;
  background: url('img/counter-small.png') center center no-repeat;
  text-align: center;
}

.small-counter {
  display: block;
  width: 30px;
  font-size: 12px;
  color: #FFF;
  background: url('img/counter-small.png') center center no-repeat;
  text-align: center;
  float: left;
}

.counter-big {
  font-size: 0.55em;
  padding: 12px 15px;
  color: #FFF;
  background: url('img/counter-big.png') center center no-repeat;
}

/*-- HEADER --*/

#header { position: relative; }


/*-- SERVICE MENU --*/
#servicemenu {
  float: left;
  width: 670px;
  height: 82px;
  margin: 0;
}

#servicemenu a { color: #5F5F5F; }

#servicemenu li {
  float: left;
  margin: 1em 2em 0 0;
  font-size: 0.6875em;
}

#servicemenu label {
  color: #5F5F5F;
  padding: 0 1em 0 0;
}

/*-- SITE SEARCH --*/
#site-search { float: left; margin: 0; }
#site-search p { font-size: 0.6875em; margin: 0.3em 0 0 0; }

#search {
  border: none;
  border-bottom: 1px solid #BDBEBF;
}
/*-- LOGO --*/

#logo {
  float: right;
  width: 260px;
  height: 47px;
  margin: 1.5em 0;
}
#logo a { border: none; }

/*-- NAVIGATION --*/

#navigation {
  float: left;
  margin: 0;
  padding: 0 0 11px 0;
  overflow: hidden;
  
}

#navigation li { float: left; margin: 0 2em 0 0; font-size: 1.125em; line-height: 1em;}
#navigation li a { display: block; color: #62696C; }
#navigation li a:hover { color: #00914A; text-decoration: none; }
#navigation .selected, #sub-navigation .selected { color: #00914A; }

/*-- SUB-NAVIGATION --*/
#sub-navigation {
  width: 100%;
  margin: 0;
  padding: 0.75em 0;
  overflow: hidden;
  background: #FFF;
  border-top: 1px solid #DDD;
}

#sub-navigation ul { width: 930px; margin: 0 auto; }
#sub-navigation li { float: left; margin: 0 1.5em 0 0; font-size: 0.8125em; }
#sub-navigation li a { color: #868D90; }
#sub-navigation li a:hover { color: #00914A; text-decoration: none; }

/*-- PAGE-HEADER --*/

.page-header { width: 100%; margin: 0; color: #FFF; background: #000; }
.page-header-inner { position: relative; }
.page-header-inner h2 { font-size: 2.8125em; margin: 0.25em 0; }

/*-- PANEL --*/


.panel, .panel p { margin: 0; }
.panel, .panel-item {width: 930px; height: 380px; overflow: hidden;}

/*-- Größere Bilder im Showroom --*/

.page-header.showroom .panel, .page-header.showroom .panel-item { height: 500px; }

.panel-control { display:none }

.panel-item-wrapper {width: 100000px; position: absolute;}
.panel-item-wrapper .panel-item {float:left; position: relative; }

.panel-desc {
  position: absolute;
  width: 225px;
  height: 380px;
  left: 640px;
  top: 0;
  margin: ;
  padding: 1em 0 0 1em;
  z-index: 10;
}
.panel-desc h2, .panel-info h2 { font-size: 1.25em; line-height: 1.25em; margin: 0 0 1em 0; }
.panel-desc h3 { font-size: 0.75em; margin: 0; }
.panel-desc p, .panel-info p { font-size: 0.875em; margin: 0 0 1.25em 0; }
.panel-desc li, .panel-info li { font-size: 0.75em; }
.panel-desc a { background: url('img/small-arrow.png') center left no-repeat; }

.panel-info {
  position: absolute;
  width: 445px;
  right: 5em;
  bottom: 0.5em;
  padding: 1em;
  background: url('img/panel-info.png');
}


/*-- PANEL-SELECTOR --*/
.panel-selector { width: 930px; height: 20px; }
.panel-selector-item-wrapper {width: 10000px; position: absolute;}
.panel-selector .panel-selector-item {float:left; position: relative; width:40px; height: 40px;}
.panel-selector .carousel-selected { border: 1px solid red;}


/*-- PAGE-WRAPPER --*/
#page-wrapper { width: 100%; margin: 0; overflow: hidden; }
.grey { background: #F7F7F7; }

/*-- PAGE-BODY --*/

#page-body { width: 960px; margin: 0 auto; }

#page-home { width: 960px; margin: 0; padding: 0; overflow: hidden; }

/*-- PAGE-CONTENT --*/
#page-content { width: 950px; overflow: hidden; margin: 0 auto; }

/*-- BREADCRUMBS --*/

.breadcrumbs { width: 930px; height: 37px; margin: 0 auto 2.5em ; font-size: 0.6875em; color: #868D90; background: url('img/breadcrumb-shadow.png') bottom center no-repeat; }
.breadcrumbs li { float: left; margin: 1em 0; }
.breadcrumbs a { margin: 0 0.5em 0 0; padding: 0 1em 0 0; color: #868D90; background: url('img/breadcrumb-arrow.png') right center no-repeat; }

/*-- TEASER --*/

.teaser {
  width: 290px;
  overflow: hidden;
  padding: 0 15px 1em;
  height: 270px;
}

.teaser h2, .channel-teaser h2 { font-size: 1.125em; margin: 0 0 0.25em; white-space: nowrap; }
.teaser h4 { font-size: 0.875em; font-weight: normal; margin: 0; }
.teaser h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em; font-weight: normal; }

.countries li { font-size: 0.75em; }

/*-- PLZ Suche --*/
.geo-search { font-size: 0.6875em; }

.geo-search input {
  margin: 0;
  width: 25px;
  font-size: 1em;
  padding: 2px 5px;
  border: 1px solid #BDBEBF;
}
.geo-search-submit {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 0 5px;
  padding: 2px 2px;
  height: 19px;
  color: #FFF;
  background: #00914A;
  border: none;
}

.productfinder {
  margin: 0 0 0.75em;
}
.productfinder li {
  margin: 0 0 5px 0;
  height: 50px;
  font-size: 1.125em;
  text-align: left;
  background: #000 url('img/productfinder-arrow.png') center right no-repeat;
}
.productfinder a {
  display: block;
  color: #FFF;
  padding: 1em 0 1em 1em;
}
/*-- ARTICLE-HEADER --*/
.article-header {
  width: 930px;
  overflow: hidden;
  margin: 0 auto;
}

.article-header h1 {
  display: block;
  float: left;
  margin: 0;
  font-size: 3em;
  line-height: 1.333em;
  color: #393C3E;
}

.article-header h2 { text-transform: uppercase; }

.fb-like-button {
  float: left;
  width: 120px;
  height: 21px;
  margin: 1.75em 0 0 1em;
}

/*-- ARTICLE --*/

.article {
  margin: 0 10px;
}

/*-- ARTICLE-BODY --*/

.article-body {
  width: 660px;
  padding: 11px 0 0 0;
  background: url('img/article-body-shadow.png') top center no-repeat;

}

/*-- ARTICLE-INNER --*/
.article-inner {
  width: 660px;
  background: url('img/article-bottom-shadow.png') bottom center no-repeat;
  margin: 0;
  padding: 0 0 12px 0;
}

.article-tab-contents .article-inner {
	display: none;
}

.article-tab-contents .article-inner.selected {
	display: block;
}

.article-inner {
  overflow: hidden;
}
/*-- ARTICLE-TABS --*/

.article-tabs {
  width: 640px;
  overflow: hidden;
  margin: 0 auto 1em;
  background: url('img/tabs-bg.png') top center;
  font-size: 0.875em;
}
.article-tabs ul {
  width: 640px;
  margin: 0 !important;
  background: url('img/tabs-bg.png') top center;
}
.article-tabs li {
  float: left;
  width: 213px;
  height: 41px;
  text-align: center;
  font-size: 1em !important;
  list-style: none !important;
}
.article-tabs a {
  display: block;
  width: 213px;
  height: 41px;
  padding: 1em 0;
  color: #868D90;
}

.article-tabs a:hover { color: #00914A; }
.article-tabs .selected { font-weight: bold; color: #00914A; background: #FFF; }

/*-- ARTICLE-IMAGE --*/
.article-image {
  float: left;
  margin: 0 1.5em 1em 0;
}

/*-- ARTICLE-TEXT --*/
.article-text {
  width: 600px;
  margin: 1em auto 1em auto;
  background: #FFF;
}

.article-text h2 { font-size: 0.875em; font-weight: bold; }

/*-- PRODUCT-INFO --*/

.product-info {
  width: 600px;
  overflow: hidden;
  margin: 0 auto;
}

.product-info-list {
  width: 200px;
  margin: 0 0 0 0;
}

.product-info-list li { margin-right: 3px; }
.product-info-list li img { margin: 5px 0 0 2px; }

.list-view ul, .article-text ul, .product-info ul, .product-application ul, .product-highlight ul {
  margin: 0 0 1em 1em;
}
.article-text li, .product-info li, .product-application li, .product-highlight li {
  font-size: 0.75em;
  list-style: square outside url('img/list-square.gif');
}

.list-view li {
  font-size: 0.75em;
  list-style: none;
}

.article-footer {
  width: 660px;
  overflow: hidden;
  margin: 0 0 2em 0;
}

.article-footer-list {
  width: 200px;
  margin: 0 1em;
  line-height: 1.5em;
}

.article-footer-list h3 { margin: 0; }
.article-footer-list li { font-size: 0.875em; }
.article-footer-list a { font-weight: normal; color: #00914A; }


/*-- FORMATE --*/
.formate {
  margin: 2em 0 0 -20px;
  width: 640px;
  overflow: hidden;
  background: url('img/formate-bg.png') repeat;
}

.formate h3 {
  padding: 0 0 1em 20px;
}

.format-item {
  float: left;
  padding: 0 0 0 1em;
  min-height: 250px;
  height: 300px;
  margin: 0;
}



/*-- ARTICLE-DOWNLOAD --*/

.article-download {
  margin: 0 auto 1em;
  padding: 1em;
  background: #F2F2F2;
  overflow: hidden;
}

.download-image { float: left; margin: 0 1em 0 0; }
.download-image p { margin: 0; }

.download-description { overflow: hidden; }

.article-download h3 {
  margin: 0;
  font-size: 0.875em;
  font-weight: bold;
  color: #868d90;
}

.article-download ul { margin: 0 !important; }
.article-download li { font-size: 0.75em; line-height: 1.75em; list-style: none !important; }
.article-download a { color: #5F5F5F; }
.article-download a:hover { color: #00914A; }

.ico-pdf { padding: 0 35px 0 35px; background: url('img/ico-pdf.png') left top no-repeat;}
.ico-jpg { padding: 0 35px 0 35px; background: url('img/ico-jpg.png') left top no-repeat;}
.ico-dwg { padding: 0 35px 0 35px; background: url('img/ico-dwg.png') left top no-repeat;}
.ico-pat { padding: 0 35px 0 35px; background: url('img/ico-pat.png') left top no-repeat;}
.ico-3d { padding: 0 35px 0 35px; background: url('img/ico-3d.png') left top no-repeat;}

/*-- PRODUCT-FINDER --*/

.product-category-wrapper {
  width: 660px;
  overflow: hidden;
  margin: 0 0 2em 12px;
  display: inline;
}
.product-category {
  clear: left;
  margin: 0;
  overflow: hidden;  
}

.product-category h2 { font-size: 1.25em; text-transform: uppercase; margin: 0; }
.product-category h2 a {
  display: block;
  float: left;
  width: 40px;
  color: #000;
  background: url('img/product-finder-arrow-off.png') center left no-repeat;
  padding: 0 0 0 20px;
}

.product-category a:hover { text-decoration: none; }

.product-category.product-category-selected h2 a { background: url('img/product-finder-arrow-on.png') center left no-repeat; padding: 0 0 0 20px; }
.product-category.product-category-selected .product-panel { display: block; }
.product-list { margin: 1em 0 0 0; width: 610px;}
.product-list li { clear: left; overflow: hidden; }

.products-more, .products-less {
  clear: left;
  text-align: center;
  padding: 0 0 1em 0;
}
.products-more a {
  font-size: 1.125em;
  padding: 0.5em;
  background: url('img/products-more.png') bottom center no-repeat;
}

.products-less a {
  font-size: 1.125em;
  padding: 0.5em;
  background: url('img/products-less.png') bottom center no-repeat;
}

.product-image, .product-description, .product-application, .product-highlight { float: left; }

.product-image { width: 76px; }

.product-description { width: 532px; }

.product-description a:hover { text-decoration: underline; }

.product-application {
  width: 150px;
  margin: 0 0 1em 15px;
  padding: 0 0 0 15px;
  background: url('img/divider.png') top left no-repeat;
}

.product-highlight {
  width: 300px;
  margin: 0 0 1em 15px;
  padding: 0 0 0 15px;
  background: url('img/divider.png') top left no-repeat;
}



/*-- PRODUCT-PLANER --*/

.product-planer {
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.product-planer li { margin: 0 0 3em 0; font-size: 1em; }

.pattern-selector-list {
  width: 600px;
  height: 165px;
  position: relative;
  overflow: hidden;
}

.pattern-selector-list li.selected {
  margin-right: 40px;
}

.pattern-selector ul {width: 10000px; position: absolute; }

.pattern-selector ul li{ float: left; width: 165px; height: 165px;}

.pattern-selector > div { clear: both; }

.pattern-nav {
  width: 100%;
  height: 60px;
  position: relative;
  margin: 0em auto;
  overflow: hidden;
  background: #F3F3F3;
  text-align: center;
}


.pattern-selector-left, .pattern-selector-right {
  position: absolute;
  top: 0;
  display: block;
  width: 40px;
  height: 60px;
  text-indent: -9999px;
  background: url('img/pattern-selector-nav.png') no-repeat;  
}
.pattern-selector-left {
  position: absolute;
  left: 0;
  background-position: top left;
}
.pattern-selector-left:hover { background-position: center left; }
/*.pattern-selector-left.disabled { background-position: bottom left; cursor: default; }*/

.pattern-selector-right {
  right: 0;
  background-position: top right;
}
.pattern-selector-right:hover { background-position: center right; }

/*.pattern-selector-right.disabled { background-position: bottom right; cursor: default; }*/

.pattern-selector-desc {
  margin: 0.9em 0;
}
.pattern-selector-desc p { margin: 0; }
.pattern-selector-title { margin: 0; font-weight: bold; font-size: 1.16667em; }
.pattern-selector-count { font-size: 1em; }


.product-planer-result li {
  width: 300px;
  float:left;
  margin: 1em 0;
  overflow: hidden;
}

.product-planer-result-imagecontainer {
  margin: 0 1em 0 0;
  float: left;
  text-align: center;
  overflow: hidden;
}

.product-planer-result-detail {
  width: 80px;
  float: left;
  margin: 2em 0 0 0;
}

.product-planer-result-amount {
  font-size: 1em;
  color: #868d90;
  margin: 0 0 0.25em 0;
}
.product-planer-result-pallets {
  font-size: 1em;
  color: #868d90;
  margin: 0 0 0.25em 0;
}
.print-button {
  width: 300px;
  margin: 1em;
}
.print-button button {
  display: block;
  width: 221px;
  height: 51px;
  padding: 0.25em 0 0 0.75em;
  border: none;
  font-size: 1em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  background: url('img/print-button.png') top left no-repeat;
  cursor: pointer;
}

table.printtable tr {
}
table.printtable td.col1 {
	width: 300px;
	height: 30px;
}

/*-- LIST-VIEW -- */

.list-view { width: 610px; margin: 0 50px 2em 10px; }

/*-- PLAIN-ARTICLE -- */
.plain-article { width: 610px; margin: 0 50px 2em 10px; }


/*-- REFERENZ-LIST --*/
.reference-list { width: 640px; margin: 0; overflow: hidden; }

.reference-list li { clear: left; font-size: 1em; overflow: hidden; list-style: none !important; }

.ref-image, .ref-teaser, .ref-teaser-desc, .ref-products { float: left; }

.ref-image { width: 160px; }

.ref-teaser { width: 265px; }

.ref-teaser-desc { width: 450px; }

.ref-products {
  width: 145px;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  background: url('img/divider.png') top left no-repeat;
}

.ref-products ul {
  font-size: 0.75em;
}

.ref-products li {
  margin: 0 0 0 0px;
  line-height: 1.7em;
  list-style: square outside url('img/list-square.gif') !important;
}

/*-- SIDEBAR --*/

#sidebar {
  width: 270px;
}

/*-- SIDEBARMENU --*/
#sidebarmenu { margin: 1em 0;  }
#sidebarmenu ul { margin: 0; }
#sidebarmenu li { font-size: 0.875em; line-height: 1.75em; list-style: none; }
#sidebarmenu a { color: #393C3E; }
#sidebarmenu .selected { list-style: outside url('img/sidebarmenu-arrow.png'); }
#sidebarmenu .selected a { color: #00914A; }


/*-- BOX --*/
.box {
  text-align: center;
  background: #E5E5E5;
  padding: 0 0 0 0;
}
.box p {
  margin: 0;
  padding: 0 0 0.5em 0;
  font-size: 0.875em;
  font-weight: bold;
}

.box p:first-child {
  padding: 0.5em 0;
}
.box p:first-child img { margin: -0.5em 0 0.5em; }

#sidebar .teaser-image { margin: 0; padding: 0; }


/*-- SIDEBAR PRODUCTFINDER --*/

#sidebar .productfinder { text-align: left; }
#sidebar .productfinder a {
  font-size: 0.75em;
  font-weight: normal;
  color: #00914A;
  margin: 0;
  padding: 0;
}
  
#sidebar .productfinder li {
  margin: 0 0 5px 0;
  height: 50px;
  text-align: left;
  background: #000 url('img/productfinder-arrow.png') center right no-repeat;
}
#sidebar .productfinder li a {
  display: block;
  color: #FFF;
  font-size: 1.125em;
  padding: 1em 0 1em 1em;
}

/*-- FOOTER --*/

#footer { width: 100%; clear: left; overflow: hidden; margin: 0; background: #DEDEDE url('img/footer-shadow.png') top center no-repeat; }

/*-- SITEMAP --*/

#sitemap { width: 930px; overflow: hidden; margin: 2em auto; font-size: 0.75em; line-height: 1.5em;  }
#sitemap li { float: left; width: 155px; font-weight: bold; }
#sitemap li ul { margin: 1.5em 0 0 0; }
#sitemap ul li { clear: left; }
#sitemap a { font-weight: normal; color: #333; }


/*-- IMPRESSUM --*/

#impressum { width: 100%; clear: left; overflow: hidden; margin: 0; color: #FFF;  background: #000; }

#impressum ul { width: 930px; margin: 0 auto; }
#impressum li { float: left; padding: 1em 0; font-size: 0.6875em; }
#impressum a { color: #FFF; }

.col-1 { width: 310px; }
.col-3 { width: 465px; }
.col-6 { width: 155px; }


/*-- COLOR-SELECTOR --*/

#color-selector {
  width: 600px;
  height: 460px;
  background: #F7F7F7;
  overflow: hidden;
  position: relative;
}


#color-viewer {
  width: 400px;
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
}

#color-thumbs .color-thumbs-down a {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: 181px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  background: url('img/color-selector-button.png') top left no-repeat;
  border: none;
  z-index: 100;
}

#color-thumbs .color-thumbs-up a {
  display: block;
  position: absolute;
  top: 0px;
  left: 10px;
  width: 181px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  background: url('img/color-selector-button.png') top right no-repeat;
  border: none;
  z-index: 100;
}

#color-thumbs .color-thumbs-down a:hover { background: url('img/color-selector-button.png') center left no-repeat; }
#color-thumbs .color-thumbs-up a:hover { background: url('img/color-selector-button.png') center right no-repeat; }

#color-thumbs .color-thumbs-down.disabled a { background: url('img/color-selector-button.png') bottom left no-repeat; }
#color-thumbs .color-thumbs-up.disabled a {  background: url('img/color-selector-button.png') bottom right no-repeat; }

#color-thumbs-carousel { width: 145px; height: 460px; margin: 16px 0 0 0; position: absolute; left: 25px; list-style: none; }
#color-thumbs li { list-style: none; }
#color-thumbs {
  height: 460px;
  overflow: hidden;
}
#color-thumbs a {
  display: block;
  width: 140px;
  height: 120px;
  padding: 5px 0;
}

#color-thumbs img { border: 2px solid transparent; }

#color-thumbs li .selected {
  background: url('img/color-selector-indicator.png') center right no-repeat;
}

#color-thumbs li .selected img { border: 2px solid #00914A; }


.color-sample { margin: 0 0 0.5em 0; }


/*-- SLIDER STYLES --*/

/*-- SLIDER STYLES DEFAULT --*/

.thumbnail-housing-default {
  width: 960px;
  margin: 0 auto;
  height: 80px;  
}

.thumbnail-housing-default .thumbnail-wrapper {
  float: left;
  height: 60px;
  margin: 0;
  overflow: hidden;
}

.thumbnail-housing-default .thumbs-short {
  width: 640px;
  padding: 0 15px;
  overflow: hidden;
  height: 80px;     
  background: url('img/thumbs-short-bg.png') bottom no-repeat;
}

.thumbnail-housing-default .thumbs-full {
  width: 930px;
  padding: 0 15px;
  overflow: hidden;
  height: 80px;     
  background: url('img/thumbs-full-bg.png') bottom no-repeat;
}

.thumbnail-housing-default .gallery-thumbs-buttons-left,
.thumbnail-housing-default .gallery-thumbs-buttons-right {
  float: left;
  width: 40px;
  height: 60px;
  margin: 0;
}
  
/* -- left default button --*/
.thumbnail-housing .gallery-thumbs-buttons-left a {
  display: block;
  width: 40px;
  height: 80px;
  text-indent: -9999px;
  background: url('img/gallery-thumbs-button.png') top left no-repeat; 
}

/* -- left hover button --*/
.thumbnail-housing .gallery-thumbs-buttons-left a:hover { background: url('img/gallery-thumbs-button.png') center left no-repeat; }

/* -- left disabled button --*/
.thumbnail-housing .gallery-thumbs-buttons-left.carousel-disabled a,
.thumbnail-housing .gallery-thumbs-buttons-left.carousel-disabled a:hover {
  background: url('img/gallery-thumbs-button.png') bottom left no-repeat !important; cursor: default;
}

/* -- right default button --*/
.thumbnail-housing .gallery-thumbs-buttons-right a {
  display: block;
  width: 40px;
  height: 80px;
  text-indent: -9999px;
  background: url('img/gallery-thumbs-button.png') top right no-repeat; 
}

/* -- right hover button --*/
.thumbnail-housing .gallery-thumbs-buttons-right a:hover { background: url('img/gallery-thumbs-button.png') center right no-repeat; }

/* -- right disabled button --*/
.thumbnail-housing .gallery-thumbs-buttons-right.carousel-disabled a,
.thumbnail-housing .gallery-thumbs-buttons-right.carousel-disabled a:hover {
  background: url('img/gallery-thumbs-button.png') bottom right no-repeat !important; cursor: default;
}


/* -- left default button --*/
.thumbnail-housing-default .gallery-thumbs-buttons-left a {
  display: block;
  width: 40px;
  height: 80px;
  text-indent: -9999px;
  background: url('img/gallery-thumbs-button.png') -10px left no-repeat; 
}

/* -- left hover button --*/
.thumbnail-housing-default .gallery-thumbs-buttons-left a:hover { background: url('img/gallery-thumbs-button.png') -90px left no-repeat; }

/* -- left disabled button --*/
.thumbnail-housing-default .gallery-thumbs-buttons-left.carousel-disabled a,
.thumbnail-housing-default .gallery-thumbs-buttons-left.carousel-disabled a:hover {
  background: url('img/gallery-thumbs-button.png') -170px left no-repeat !important; cursor: default;
}



/* -- right default button --*/
.thumbnail-housing-default .gallery-thumbs-buttons-right a {
  display: block;
  width: 40px;
  height: 80px;
  text-indent: -9999px;
  background: url('img/gallery-thumbs-button.png') -10px right no-repeat; 
}

/* -- right hover button --*/
.thumbnail-housing-default .gallery-thumbs-buttons-right a:hover { background: url('img/gallery-thumbs-button.png') -90px right no-repeat; }

/* -- right disabled button --*/
.thumbnail-housing-default .gallery-thumbs-buttons-right.carousel-disabled a,
.thumbnail-housing-default .gallery-thumbs-buttons-right.carousel-disabled a:hover {
  background: url('img/gallery-thumbs-button.png') -170px right no-repeat !important; cursor: default;
}










.thumbnail-housing {
  width: 960px;
  margin: 0 auto;
  height: 100px;  
}

.thumbnail-housing .thumbnail-wrapper {
  float: left;
  height: 80px;
  margin: 0;
  overflow: hidden;
}

.thumbnail-housing .thumbs-short {
  width: 640px;
  padding: 0 15px;
  overflow: hidden;
  height: 100px;     
  background: url('img/thumbs-short-bg.png') bottom no-repeat;
}

.thumbnail-housing .gallery-thumbs-buttons-left,
.thumbnail-housing .gallery-thumbs-buttons-right {
  float: left;
  width: 40px;
  height: 60px;
  margin: 0;
}











.thumbs-short {
  width: 640px;
  padding: 0 15px;
  overflow: hidden;
  height: 80px;     
  background: url('img/thumbs-short-bg.png') bottom no-repeat;
}

.thumbs-full {
  width: 930px;
  padding: 0 15px;
  overflow: hidden;
  height: 100px;
  background: url('img/thumbs-full-bg.png');
}

.thumbnail-wrapper {
  float: left;
  height: 80px;
  margin: 0;
  overflow: hidden;
}

.thumbnail-wrapper.short { width: 560px; }
.thumbnail-wrapper.full { width: 850px; }

.gallery-thumbs { width: 20000px; height: 80px; margin: 0 0 0 0; border-bottom: 1px solid #CCC; }
.gallery-thumbs p { clear: left; padding: 0 5px; font-size: 0.875em; color: #868D90; }
.gallery-thumbs li { float: left; margin: 4px 3px 3px 3px; }

.privat-thumbs { float: left; margin: 0; height: 80px; background: #DEDEDE; overflow: hidden; }

.public-thumbs { float: left; margin: 0; height: 80px; background: transparent; overflow: hidden; }

.gallery-thumbs a {
  display: block;
  width: 48px;
  height: 48px;
}
.gallery-thumbs li a { border: 2px solid transparent; }

.gallery-thumbs li a:hover { border: 2px solid #FFF; }

.gallery-thumbs li.selected a { border: 2px solid #00914A; }

.gallery-thumbs li.selected a:hover { border: 2px solid #00914A; }


.profi-download-wrapper {
  width: 610px;
  margin: 0 50px 0 10px;
}

.profi-download-wrapper .product-panel { background: none; overflow: hidden; }

.profi-download-wrapper .product-category h2 { font-size: 1em; margin: 0 0 1em 0; }
.profi-download-wrapper .product-category h2 a { display: inline; float: none; }

/* CHANNEL */
.channel {
  width: 660px;
  padding: 0 0 0 10px;
}

.channel-teaser {
  width: 290px;
  overflow: hidden;
  padding: 0 30px 0 0;
  height: 270px;  
}

/*-- MAP --*/


.map-results-wrapper {
  width: 660px;
  margin: 2em 0 0 0;
  padding: 0 0 0 10px;
}

#map-text {
  width: 660px;
  margin: 1em 0 0 0;
  padding: 0 0 0 10px;
  float: left;
}

.map-results-wrapper .product-panel { width: 610px; background:url('img/map-panel-shadow.png') bottom center no-repeat; overflow: hidden; }

.map-results-wrapper .product-category h2 { font-size: 1em; margin: 0 0 1em 0; }
.map-results-wrapper .product-category h2 a { display: inline; float: none; }

.address-list { width: 610px; }

.address-item { overflow: hidden; }

.contact-image {
  float: left;
  margin: 0 1em 0 0;
  min-height: 80px;
  max-width: 150px;
  overflow: hidden;
}
.contact-address {
  float: left;
  width: 408px;
  font-size: 0.75em;
  position: relative;
}
.contact-icon {
  position: absolute;
  top: 0px;
  right: 0px;
}

.contact-details {
  float: right;
  width: 170px;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  border-left: 2px solid #EDEDED;
  font-size: 0.75em;  
}

.contact-address h5, .contact-details h5 {
  font-size: 1.166666667em;
}


.location-filter {
  overflow: hidden;
  margin: 0;
  padding: 0.5em 0.5em 0 0.5em;
  background: #EAEAEA;
}

.location-filter div {
  background: #F7F7F7;
  overflow: hidden;
  margin: 0 0 0.5em 0;
  padding: 0.5em 1em;
}

.location-filter div p { margin: 0; }

.map-icon { vertical-align: middle; margin: 0.25em; }

.location-filter-region, .location-filter-city { width: 100%; margin: 0.5em 0; }

.location-filter-search {
  float: left;
  display: block;
  margin: 0;
  padding: 3px 0 0 5px;
  width: 120px;
  height: 20px;
  border: 1px solid #999;
  border-right: none;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;  
}

.map-search-button { 
  float: left;
  display: block;
  width: 85px;
  height: 25px;
  color: #FFF;
  text-align: center;
  background: url('img/map-search-button.png') top left no-repeat;
  border: none;
  cursor: pointer;
}

.description { font-size: 1em; }
.country { text-transform: capitalize; }

/*-- PRODUCT-FINDER --*/

#product-finder-housing { width: 930px; height: 380px; margin: 0 auto; overflow: hidden; }

.product-finder-wrapper { width: 828px; height: 380px; margin: 0; overflow: hidden; }
#product-finder-steps { width: 10000px; margin: 0 0 0 102px; }
#product-finder-steps li { display: block; float: left; height: 380px; background: url('img/panel-info.png'); }

#selector-application { width: 726px; } /* 3*(222 + 2 + 2) + 4*16 */
#selector-load { width: 242px; }
#selector-color { width: 484px; }
#selector-surface { width: 242px; }
#selector-joint { width: 242px; }


.selector-container { overflow: hidden; clear: left; margin: 1em 0; }

.selector-desc { float: left; width: 226px; height: 69px; background: #000; margin: 0.5em; }

.selector-desc h2 { font-size: 1.375em; margin: 0; padding: 0 0 0 5px; }
.selector-desc p { font-size: 1em; padding: 0 0 0 5px; }

.selector {
  float: left;
  width: 222px;
  height: 65px;
  color: #000;
  background: #D3D3D3;
  border: 2px solid #FFF;
  margin: 0.5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.selector p {
  font-size: 1em; line-height: 1.5em; margin: 0; padding: 1em 0 0 70px; height: 65px;  }

.selector.activated { color: #FFF; background: #00914A; }


/* PRODUCT-FINDER-ITEMS */


#selector-1 p { background: url('product-finder-img/semmelrock_productfinder_step1_1.jpg') top left no-repeat; }
#selector-2 p { background: url('product-finder-img/semmelrock_productfinder_step1_2.jpg') top left no-repeat; }
#selector-3 p { background: url('product-finder-img/semmelrock_productfinder_step1_3.jpg') top left no-repeat; }
#selector-4 p { background: url('product-finder-img/semmelrock_productfinder_step1_4.jpg') top left no-repeat; }
#selector-5 p { background: url('product-finder-img/semmelrock_productfinder_step1_5.jpg') top left no-repeat; }
#selector-6 p { background: url('product-finder-img/semmelrock_productfinder_step1_6.jpg') top left no-repeat; }
#selector-7 p { background: url('product-finder-img/semmelrock_productfinder_step1_7.jpg') top left no-repeat; }
#selector-8 p { background: url('product-finder-img/semmelrock_productfinder_step1_8.jpg') top left no-repeat; }
#selector-9 p { background: url('product-finder-img/semmelrock_productfinder_step1_9.jpg') top left no-repeat; }
#selector-10 p { background: url('product-finder-img/semmelrock_productfinder_step1_10.jpg') top left no-repeat; }
#selector-11 p { background: url('product-finder-img/semmelrock_productfinder_step1_11.jpg') top left no-repeat; }
#selector-12 p { background: url('product-finder-img/semmelrock_productfinder_step2_1.jpg') top left no-repeat; }
#selector-13 p { background: url('product-finder-img/semmelrock_productfinder_step2_2.jpg') top left no-repeat; }
#selector-14 p { background: url('product-finder-img/semmelrock_productfinder_step2_3.jpg') top left no-repeat; }
#selector-15 p { background: url('product-finder-img/semmelrock_productfinder_step3_1.png') top left no-repeat; }
#selector-16 p { background: url('product-finder-img/semmelrock_productfinder_step3_2.png') top left no-repeat; }
#selector-17 p { background: url('product-finder-img/semmelrock_productfinder_step3_3.png') top left no-repeat; }
#selector-18 p { background: url('product-finder-img/semmelrock_productfinder_step3_4.png') top left no-repeat; }
#selector-19 p { background: url('product-finder-img/semmelrock_productfinder_step3_5.png') top left no-repeat; }
#selector-20 p { background: url('product-finder-img/semmelrock_productfinder_step3_6.png') top left no-repeat; }
#selector-21 p { background: url('product-finder-img/semmelrock_productfinder_step3_7.png') top left no-repeat; }
#selector-22 p { background: url('product-finder-img/semmelrock_productfinder_step4_1.png') top left no-repeat; }
#selector-23 p { background: url('product-finder-img/semmelrock_productfinder_step4_2.png') top left no-repeat; }
#selector-24 p { background: url('product-finder-img/semmelrock_productfinder_step5_1.jpg') top left no-repeat; }

.product-type {
  clear: left;
  margin: 0;
  overflow: hidden;  
}


.product-type h2 { font-size: 1.25em; text-transform: uppercase; margin: 0; }

.product-type h2 a {
  display: block;
  float: left;
  color: #000;
  background: url('img/product-finder-arrow-off.png') center left no-repeat;
  padding: 0 0 0 20px;
}
.product-type h2 a { text-decoration: none; }

.product-type h2 a:hover { text-decoration: none; }

h2.product-category-selected a { background: url('img/product-finder-arrow-on.png') center left no-repeat; padding: 0 0 0 20px; }

.product-panel {
  clear: left;
  overflow: hidden; 
  background: url('img/map-panel-shadow.png') bottom left no-repeat;
  min-height: 10px;
  display: none;
}
/*-- FORMULAR --*/
.plain-article form p { font-size: 1em; }

.plain-article input { font-size: 1em; }

.error-message {
  float: right;
  padding: 1em;
  color: #C73B41;
  background: url('img/error-message.png') left center no-repeat;
}
.error-message h3 { margin: 0; font-size: 0.875em; }
.plain-article form .error-message p { margin: 0; font-size: 0.75em; }

.form-active { color: #00914A; }

.form-active .form-field { border: 1px solid #00914A; }

.form-error { color: #C73B41; }

.form-error .form-field { border: 1px solid #C73B41; }

.alert {
  width: 435px;
  padding: 1em;
  background: #E7E8E9;
}
.alert p strong { color: #C73B41; font-size: 1.3333em; }

.alert li { font-size: 0.75em; color: #C73B41; list-style: square inside url('img/list-square.gif'); }
.alert li strong { font-size: 1.16667em; color: #000; }



.form-field {
  display: block;
  margin: 0.25em 0 0 0;
  padding: 3px 0 0 5px;
  width: 210px;
  height: 20px;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.15);  
}

.text-field {
  display: block;
  margin: 0.25em 0 0 0;
  padding: 3px 0 0 5px;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.15);
}

.field-container { width: 430px; overflow: hidden; }
form ul { margin: 0 0 1em 0; }
form li { font-size: 0.75em; }

.form-submit-button { 
  width: 120px;
  height: 25px;
  font-size: 0.875em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: url('img/form-submitt-button.png') top left no-repeat;
  border: none;
  cursor: pointer;
}


/*-- STANDORT-DETAIL --*/

.anschrift {
  width: 273px;
  float: left;
  color: #000;
}

.anschrift address {
  font-size: 0.875em;
}
.ansprechpartner {
  float: right;
  width: 327px;
}
.v-card {
  margin: 0 auto 1em;
  padding: 1em;
  background: #F2F2F2;
  overflow: hidden;
}

.v-card-image { float: left; margin: 0 1em 0 0; }
.v-card-image p { margin: 0; font-size: 0.875em;}

.v-card-description { overflow: hidden; margin: 0; }

.v-card h3 {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
  color: #000;
}
.v-card h4 {
  font-size: 0.875em;
  font-weight: normal;
  color: #868d90;
}

#map_canvas {
  width: 930px;
  height: 380px;
  margin: 0;
}
#map_canvas div { margin: 0; }


/*-- SPEZIAL-FARBE --*/

.red { background: #AF0917; }

.red .panel-desc a { color: #FFF; }


.blue { background: #839597; }

.blue .panel-desc a { color: #FFF; }

.brown { background: #6B4828; }

.brown .panel-desc a { color: #FFF; }


/*-- IE6 Message --*/
#ie-message {
  margin: 0;
  padding: 2em;
  font-size: 1em;
  color: #bc9202;
  background: #000;
  text-align: center;
}

#ie-message a {
  color: #bc9202;
  text-decoration: underline;
}

#ie-message a:hover {
  text-decoration: none;
}

.close {
  padding: 1em;
}