
/**
-------------------------------------------------------------
Stylesheet für http://www.berendsohn.com/          
------------------------------------------------------------- */
/**
-------------------------------------------------------------
Regeln für allgemeine Elemente
------------------------------------------------------------- */ 
/* Alle kritischen Werte mit 0 instanziieren */
* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}
/* Schriftgröße kontrollieren */
body, td, th {
  font: normal 70%/160% Arial, sans-serif;
}
td, th {
  f\ont-size: 100%;
}
/* Farben und Höhen setzen */
html {
  height: 100%;
}
body {
  color: #5E5E5E;  
  height: 100%;
}
* html body {
  height: 100%; 
}
/* Links und Anker */
a:link {
  color: #5F5E5E;
  background-color: transparent;
}
a:visited {
  color: #5F5E5E;
  background-color: transparent;
}
a:hover, a:focus {
  color: #EE3338;
  background-color: transparent;
}
a:active {
  color: #EE3338;
  background-color: transparent;
}
#contentBodyInner a[href^="http://"]:before,
#contentBodyInner a[href^="https://"]:before {
  content: "\2197\00A0";
}
#contentBodyInner a[href^="http://"].noarrow:before,
#contentBodyInner a[href^="https://"].noarrow:before,
#contentBodyInner a[href^="http://www.etracker.de"]:before {
  content: "";
}
a:link img, a:visited img, a:hover img, a:focus img, a:active img {
  border: 0;
}
#contentBody strong a:link, #contentBody strong a:visited, #contentBody strong a:hover, #contentBody strong a:active,
#contentBody a:link strong, #contentBody a:visited strong, #contentBody a:hover strong, #contentBody a:active strong {
  text-decoration: none !important;
}

/* Überschriften */
h1 {
  font-size: 1.5em;
  margin: 0 0 30px 0;
}
h2 {
  font-size: 1.2em;
  margin: 20px 0 10px 0;
}
h3, h4, h5, h6 {
  font-size: 1em;
  margin: 1em 0 .5em 0; 
}

/* Präformatierter und Quelltext */
pre, code {
  font: 1em "Courier New", monospace;
  margin: 1em 0;
}

/* Zitate */

/* Abkürzungen, Akronyme und Erläuterungen */

/* Sprachauszeichnung */

/* Absätze */
p {
  margin: .5em 0;
}

/* Bilder */
img {
  vertical-align: bottom;
  /* Poprietäre Microsoft-Erweiterung zum Anstoßen des PNG-Alpha-Renderings */
  behavior: url(/~pngbehavior.htc/78);
}

/* Listen */

ol {
  margin: 1em 0 1em 1.8em;
}
ul {
  list-style: none;
  margin: 1em 0;
}
ul li {
  background: url(/binary.ashx?id=101816) 1px 7px no-repeat;
  padding: 0 0 2px 10px;
}

/* Formulare */
label, input, select {
  vertical-align: middle;
  font-size: 1em;
}
input.text,
input.password {
  color: #7F7D7E;
  background-color: white;  
  border: 1px solid #7F9DB9;
  padding: 1px 2px;
}
input.text:focus {
  color: black;
  background-color: white;
}
textarea {
  border: 1px solid #7F9DB9;
  font-family: Arial, sans-serif;
  font-size: 1em;
  padding: 1px 2px;  
}
p.submit {
  margin: 1em 0 0 10px;
}
input.submit,
input.gf_submit {
  border: 1px solid #7E919D;
  color: #424040;
  background-color: #BCCAD3;
  padding: 2px 5px;
  font-size: 1em;
}
.gf_checkbox input {
  margin: 0 .5em 0 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
form th {
  text-align: left;
  width: 150px; 
  font-weight: normal;
}
form .gf_error{
  color: #EE3338;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.1em;
}
form input.text,
form input.password {
  width: 180px; 
}
legend {
  color: #5E5E5E;
  background-color: transparent;
  display: block;
  font-size: 1.2em;
  margin: 0;
  padding: 20px 0 0 15px;
  font-weight: bold;
}
span.checkbox label {
  padding: 0 1em 0 4px;
}
span.radio label {
  padding: 0 1em 0 2px;
}

input.readonly,
input.readonly:focus {
  background-color: #bfbfbf;
  color: #2f2f2f;
}


/* Tabellen */
#content table.content,
#content form table {
  w\idth: 100%;  /* Nicht IE5 */
  margin: 1em 0; 
}
#content table.content td,
#content table.content th,
#content form table td,
#content form table th {
  padding: 6px 15px 5px 15px;
}
#content tr.odd td,
#content tr.odd th,
#content tr.gf_odd td,
#content tr.gf_odd th {
  color: #5E5E5E;
  background-color: #F0F3F5;  
  border-bottom: 1px solid #7E919D;  
}
#content table.content th {
  font-weight: bold;
}

/* Textauszeichung */
em {
  font-style: normal;
  font-weight: bold; 
}
strong {
  color: #EE3338;
  background-color: transparent;
}
kbd, samp {
  font: 1em "Courier New", monospace;
}

/**
-------------------------------------------------------------
Regeln für besondere Bereiche
------------------------------------------------------------- */
/** Hauptbereich
------------------------------------------------------------- */
div#main {
  background: url(/binary.ashx?id=101812) top center repeat-y;  
  width: 941px;
  margin: 0 auto;
  padding: 0 2px 0 2px;
  min-height: 100%;
}
* html div#main {
  height: 100%; 
}
body > div#main {
  overflow: hidden;
}

/** Kopfbereich mit Navigation, Suche, Sprachauswahl, Logo
------------------------------------------------------------- */
#top {
  height: 99px;
  background: url(/binary.ashx?id=101811) top left repeat-y;
}
#logo {
  float: right; 
}
#logo h1 {
  margin: 0;
  padding: 0;  
}

/* Sitenavigation */
#sitenav {
  float: left;
}
#sitenav ul,
#sitenav li {
  display: inline;
  background: none;
  padding: 0;
}
#sitenav li strong,
#sitenav li a {
  color: #424040;  
  background: url(/binary.ashx?id=101810) top right repeat-y;
  float: left;
  padding: 7px 20px 0 20px;
  text-decoration: none;
}
#sitenav a:hover,
#sitenav a:focus {
  color: #EE3338;
}
#sitenav li strong {
  font-weight: normal;
  color: #EE3338;
}

/* Footernavigation */
#footernav {
  margin: 20px 0 20px 20px;
/*  font-size: .9em;*/
  text-align: center;
  height: 40px;
}
#contentBody #footernav {
  margin: 60px 0 20px 20px;
  font-size: .9em;
}
#footernav .clear {
  border-bottom: 1px solid #DEE6E9; /* IE-Bugfix */
}
#footernav strong,
#footernav a {
  color: #424040;  
  background: url(/binary.ashx?id=101810) top right repeat-y;
  margin: 5px 0;
  padding: 3px 20px 0 20px;
  text-decoration: none;
}
#footernav strong.last,
#footernav a.last {
  background: none;
}
#footernav a:hover,
#footernav a:focus {
  color: #EE3338;
}
#footernav strong {
  font-weight: normal;
  color: #EE3338;
}

#specialFooter {
  width: 909px;
  margin: 0 auto;
  padding: 20px 2px 20px 30px;
  background: #dee6e9 url(/binary.ashx?id=101823) no-repeat top center;
  border-left: 1px solid #7e919d;
  border-bottom: 1px solid #7e919d;
  border-right: 1px solid #a1b0b8;
  overflow: hidden;
}

#specialFooter a {
  text-decoration: none;
}

#specialFooter li {
  white-space: nowrap;
}

#specialFooter ul {
  float: left;
  margin: 0;
  width: auto;
  margin-right: 30px;
  white-space: nowrap;
}
#specialFooter ul li.headline {
  background: none;
  padding-left: 0;
}
#specialFooter ul li.headline a {
  font-weight: bold;
  font-size: 1.1em;
}

/* Suche */
#search {
  background: url(/binary.ashx?id=101810) top right repeat-y;
  float: left;
  padding: 7px 20px 0 20px;
  white-space: nowrap;
}
#search input.text {
  width: 90px;
  margin: 0 8px;  
}
/* Sprachauswahl */
#lang {
  float: left;
  padding: 7px 0 0 20px;
  white-space: nowrap;
}
#lang select {
  width: 12ex;
  margin: 0 7px;
}
#lang input {
  margin: 2px 0 0 0;
}

/** Tagline
------------------------------------------------------------- */
#tagline {
  position: absolute;
  top: 63px;
  clear: left; 
}

/** Hauptmenü
------------------------------------------------------------- */
#nav {
  border-top: 1px solid #B7C2C9;  
  padding: 4px 0; 
}
#nav, #nav ul {
  background: url(/binary.ashx?id=101811) top left repeat-y;
  margin: 0;
}
#nav li {
  float: left;
  width: 187px;
  text-align: center;
  list-style: none;
  background: none;
  padding: 0;  
}
#nav li a {
  color: #424040;
  font-size: 1.1em;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 20px;
  font-weight: bold;
}
#nav a:hover,
#nav a:active,
#nav strong,
#nav a.active {
  color: #EE3338;
  background-color: transparent;
}

.menu, .menu_over {
  color: #424040;
  background: white url(/binary.ashx?id=101809) top center no-repeat;
  border: 1px solid #A0AFB8;
  border-top: 0;
  padding: 10px 0;
  min-width: 160px;
}
* html .menu,
* html .menu_over {
  width: 130px;
}
.menuitem,
.menuitem_over {
  white-space: nowrap;
  /* Proprietäre Microsoft-Erweiterung für IE5 */
  cursor: hand;
  c\ursor: pointer;
  display: block;
  margin: 0;
  padding: 2px 15px;
}
* html .menuitem,
* html .menuitem_over {
  width: 100%;
}
.menu .menuitem_over {
  background-color: #E6ECEF;
}

/** Bereichsmenü
------------------------------------------------------------- */
#subnav {
  background: #E9EEF0 right top no-repeat;
  min-height: 195px;
  line-height: 100%;
}

#subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 215px;
  min-height: 196px;
  border-right: 2px solid white;
}
* html #subnav,
* html #subnav ul{
  height: 195px; 
}
#subnav li {
  width: 215px;
  background: none;
  padding: 0;
}
#subnav a,
#subnav strong,
#subnav li.dummy span {
  color: #424040;
  background-color: #D3DDE2;
  padding: 7px 10px 8px 20px;
  display: block;
  width: 185px;
  margin: 0 0 1px 0;
  text-decoration: none;
}
#subnav li.last a,
#subnav li.last strong,
#subnav li.last span {
  padding: 7px 10px 8px 20px;
}
#subnav a.active {
  font-weight: bold;
}
#subnav a:hover,
#subnav a:focus,
#subnav strong:hover {
  color: #424040;
  background-color: #C6CFD4;
}

/** Ariadne-Faden
------------------------------------------------------------- */
#ariadne {
  margin: 10px 0 20px 0; 
}
#ariadne a {
  text-decoration: none; 
}
#ariadne span {
  padding: 0 7px; 
}

/** Content
------------------------------------------------------------- */
#content {
  border-top: 1px solid #B7C2C9;
}
* html #content {
  height: 1%;
}
#contentBody {
  margin: 0 0 18px 0;
  padding: 0;
  width: 720px;
  font-size: 1.1em;
}
/* IE7-Bugfix */
* + html #contentBody {
  margin: -14px 0 18px 0; 
}

.contentBodyInner {
  padding: 5px 0 5px 20px;  
}
/** Rechter Servicebereich
------------------------------------------------------------- */
#sidebar {
  float: right;
  width: 197px;
  padding: 7px 0 0 0;
}
.service {
  border-bottom: 1px solid white;
  padding: 10px 5px 10px 15px;
  line-height: 140%;
}
.service h2 {
  color: #424040;
  background: transparent url(/binary.ashx?id=101808) left center no-repeat;
  font-size: 1.1em;
  padding: 0 0 0 40px;
  margin: 0 0 10px 0;
}
#sidebar .service form {
  clear: right; 
}

/* Kundenberatung */
#customer form {
  font-weight: bold;
  line-height: 210%;
}
#customer .plz {
  width: 50px;
  margin: 0 8px 0 0;  
}
#customer .e-mail {
  width: 130px;
  margin: 0 4px 0 0;
}

/* Newsletter */
#newsletter .text {
  width: 130px;
  margin: 0 4px 0 0;   
}

/* Kontakt */
#contact div {
  margin: 5px 0;
}
#contact strong {
  display: block;
  height: 40px;
}
#contact div span {
  display: block; 
}
#contact a {
  text-decoration: none;
}
#contact .phone {
  background: url(/binary.ashx?id=101782) left center no-repeat;
  padding: 0 0 0 15px;
}
#contact .fax {
  background: url(/binary.ashx?id=101783) left center no-repeat;
  padding: 0 0 0 15px;
}
#contact .e-mail {
  background: url(/binary.ashx?id=101784) left center no-repeat;
  padding: 0 0 0 15px;
}

#customer a, #newsletter a, #samples a {
  text-decoration: none;
}

#customer a.arrow, #newsletter a.arrow, #samples a.arrow {
  display: block;
  background: url(/binary.ashx?id=101816) 1px 6px no-repeat;
  padding: 0 0 2px 10px;
  margin: 0 0 0 -10px;
}

/** Social Bookmarks
-------------------------------------------------------------*/
#socialBookmarks h2 {
  font-size: 1.1em;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}
#socialBookmarks {
  padding: 20px 0 0 0;
  text-align: center;
}

#socialBookmarks h2,
#socialBookmarks ul,
#socialBookmarks ul li
{
  display: inline;
  vertical-align: bottom;
}

#socialBookmarks ul li{
  list-style-type: none;
  background: none;  
}



/** Fußzeile
------------------------------------------------------------- */
#footer {
  text-align: right; 
  font-size: .9em;
  margin: 10px 0 0 0;
  clear: both;
}
#footer a.top {
  background: url(/binary.ashx?id=101786) left center no-repeat;
  padding: 0 0 0 20px;
  text-decoration: none;
}
#footer a:link,
#footer a:visited {
  color: #86979F;
  background-color: transparent; 
}
#footer a:hover,
#footer a:focus {
  color: #EE3338;
  background-color: transparent;
}

/** Theme
------------------------------------------------------------- */
#theme {
  background: 0 310px repeat-x;
  margin: 0 0 12px 0;
  font-size: .9em;
}
#theme h1 {
  margin: 0;
  padding: 0; 
}
#claim {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
#theme .themeComplement {
  background: top left repeat-x;  
  width: 350px;
  min-height: 181px;
  padding: 1px 0 5px 0;
  line-height: 145%;
}
* html #theme .themeComplement {
  height: 181px;
}
#theme .dummy {
  width: 19px;
}
#theme .themeComplement .illustration {
  float: right;
  display: inline;
  margin: 0;
  padding: 0;
}
#theme .themeComplement .inner {
  background: none transparent;
  margin: 10px 165px 10px 20px;
}
#theme .themeComplement h2 {
  font-size: 1em;
}
#theme .themeComplement a {
  color: #424040;
  background-color: transparent;
  text-decoration: none;
}
#theme .themeComplement a:hover,
#theme .themeComplement a:focus {
  text-decoration: underline; 
}

/**
-------------------------------------------------------------
Regeln für spezielle Elemente
------------------------------------------------------------- */ 
.center {
  text-align: center; 
}
.floatRight {
  float: right;
  padding: 0 0 .5em .5em; 
}
.clear {
  width: 0;
  height: 0;
  line-height: 0%;
  font-size: 0;
  overflow: hidden;
  clear: both;
}
p.illustration {
  float: right;
  padding: 0 0 0 10px; 
}
.error {
  color: red;
  background-color: transparent;
  font-weight: bold;
}

.gf_validationsummary {
  border: 2px solid red;
  color: red;
  background-color: white;
  padding: 0 10px;
}


/** Richtext-Outpot
------------------------------------------------------------- */
.float--right {
  float: right;
  padding: 0 0 10px 10px;
}
.float--left {
  float: left;
  padding: 0 10px 10px 0;
}


/** Teaser
------------------------------------------------------------- */
.teaser,
.contentTeaser {
  margin: 18px 0 0 0;
}
.teaser .inner,
.contentTeaser .inner {
  color: #424040;
  background-color: #EDF1F3;
}
.teaser .inner {
  padding: 5px 15px 5px 250px;
}
.teaser h3,
.contentTeaser h2 {
  font-size: 1em;
}
.teaser .product {
  margin: 1em 0 0 0;
  text-align: center; 
}
.homepage {
  margin: 0 0 12px 0;
}
.teaser a {
  color: #424040;
  background-color: transparent;
  text-decoration: none;
}
.teaser a:hover,
.teaser a:focus {
  text-decoration: underline; 
}
.more {
  margin: .5em 0;
  text-align: right;
}
.contentTeaser table {
  width: 100%;
}
.contentTeaser table td.image {
  padding: 0;
}
.contentTeaser table td.description {
  padding: 5px 15px;
  width: 100%;
}
#homepageteaser .inner {
  padding: 0;
}

/* Teaserscroller auf der Startseite */
table#homepageteaser td {
  font-size: 70%; /* IE5 */
  f\ont-size: .9em;
}
#homepageteaserLeft {
  color: #5E5E5E;
  background-color: #EDF1F3;
}
#teaserScroller {
  width: 228px;
  line-height: 145%;
}
#teaserBoundary {
  position: relative;
  height: 270px;
  overflow: hidden;
}
#teaserContainer {
  position: absolute;
  width: 228px;   
  border-right: 18px solid white;
}
#homepageteaser h2,
.teaser h2,
.contentTeaser h2 {
  color: #424040;
  background-color: #CEDBE2;
  padding: 7px 15px 5px 15px;
  margin: 0;
  font-size: 1.1em;
  border-bottom: 2px solid white;
}
#teaserContainer .teaser {
  height: 270px;
  margin: 0;
  border-bottom: 2px solid white;
  width: 228px; /* IE5 */
}
* html #teaserBoundary,
* html #teaserContainer .teaser {
  height: 278px; /* Optimiert für IE6, Standardschriftgröße */
}
#teaserContainer, .teaser {
  color: #424040;
  background-color: #EDF1F3;
  line-height: 140%;
}
#teaserContainer .teaser .inner {
  padding: 5px 15px;
}

#homepageteaser table td.image {
  width: 250px;
}

#homepageteaser table td.description {
  padding: 10px 15px 5px 0;
  font-size: 1em;
  line-height: 140%;
}

/**
-------------------------------------------------------------
Regeln für spezielle Dokumente
------------------------------------------------------------- */

/** Sitemap
------------------------------------------------------------- */
#sitemap {
  background-color: white;
  background-position: 1px 0;
  background-repeat: no-repeat;
  /* background-image INLINE */
  padding: 26px 0 0 4px;
}
#sitemap ul {
  background: url(/binary.ashx?id=101840) 1px 0 repeat-y; 
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0;
}
#sitemap li {
  background: none;
  padding: 0;
}
#sitemap ul ul {
  padding: 0;
  border-bottom: 0;  
}
#sitemap a {
  text-decoration: none;
  display: block;
  padding: 4px 0;
}
#sitemap li a {
  background-color: #F3F4F6;
}
#sitemap li li a {
  background-color: #E7EAEC;
}
#sitemap li li li a {
  background-color: #DAE0E3;
}
#sitemap li li li li a {
  background-color: #CED5DA;
}
#sitemap ul li span {
  display: block;
  background: #F3F4F6 url(/binary.ashx?id=101841) left top repeat-y;
  border-bottom: 1px solid white;
  padding: 0 8px;
  font-size: 1.1em;
  font-weight: bold;
}
#sitemap ul li li span {
  display: block;
  background: #E7EAEC url(/binary.ashx?id=101841) -108px 0 repeat-y;
  margin: 0 0 0 108px;
  font-size: 1em;
  font-weight: bold;
}
#sitemap ul li li li span {
  display: block;
  background: #DAE0E3 url(/binary.ashx?id=101841) -218px 0 repeat-y;    
  margin: 0 0 0 218px;  
  font-size: 1em;
  font-weight: bold;
}
#sitemap ul li li li li span {
  display: block;
  background: #CED5DA url(/binary.ashx?id=101841) -324px 0 repeat-y;    
  margin: 0 0 0 324px;
  font-size: .9em;
  font-weight: normal;  
}

/** Sucheergebnisseite
------------------------------------------------------------- */
.searchResultText {
  font-weight: bold;
  margin: 0 0 20px 0;
}
.searchResult {
  padding: 0 0 .5em 0;
  border-bottom: 1px solid #A2ACB3;
}
.searchResult .searchResultScore {
  margin: 1em 0 .5em 0;
}
.searchResultScore div {
  width: 100px;
  color: #424040;
  background-color: #E3E9ED;
}
.searchResultScore div div {
  color: #424040;
  background-color: #D4DEE3;
  padding: 0;
  margin: 0;
  height: 14px;
  border: 1px solid #A2ACB3;
}
.searchResult .title {
  font-weight: bold;
}
.searchResult .description {
  margin: .5em 0;
}
.searchResult .resultContent {
  margin: 1em 0 0 0;
}
.query {
  font-weight: bold;
}

/** Produktdetailseite
------------------------------------------------------------- */
table.detailTabs {
  w\idth: 700px;
}
table.detailTabs td {
  border: 1px solid #A9B7C0;
  color: #422020;
  background-color: #E9EEF1;
  white-space: nowrap;
}
.detailTabs td.noborder {
  border: 0;
  border-bottom: 1px solid #A9B7C0;  
  background-color: transparent;
  width: 100%;
}
.detailTabs td.active {
  background-color: white;
  border-bottom: 1px solid white;
}
.detailTabs td a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 5px 15px;  
}
.detailContent {
  border: 1px solid #A9B7C0;
  border-top: 0;
  margin: 0;
  w\idth: 700px;
}
.detailContentInner {
  padding: 10px 15px;
}
.detailContentInner table {
  width: 100%;
}
.detailContentInner th {
  font-size: .9em;
}
.detailContentInner td.metalic {
  padding: 0 30px;
}


/** Online-Eignungstest
------------------------------------------------------------- */
#screeningTest .answer {
  white-space: nowrap;
}
#screeningTest label {
  margin: 0 1em 0 0;
}
#screeningTest input {
  margin: 0 3px 0 0;
  vertical-align: middle;
}
#screeningTest th {
  white-space: nowrap; 
}

/** Farbvarianten Öffner
------------------------------------------------------------- */
#farbvariantenOeffner p,
#farbvariantenOeffner h3 {
  text-align: left;
  margin: 1em 0 1em 17px;
  font-size: .95em;
}
#farbvariantenOeffner .colorchooser {
  width: 110px;
  height: 15px;
  font-size: 0;
  line-height: 0;
  margin: 6px 0;
  padding: 0 15px 0 0;
  display: block;
}
#farbvariantenOeffner .colorchooser:hover {
  background: url(/binary.ashx?id=101817) right center no-repeat;
}
#farbvariantenOeffner .colorchooser span {
  border: 1px solid #AFBCC4;                        
  display: block;
  height: 15px;
}

/** Farbvarianten Berendsohn KS
------------------------------------------------------------- */
.detailContent #farbvariantenKS p {
  text-align: right;
  margin: 1em 0 0 0;
  font-size: .95em;
}
#farbvariantenKS .colorchooser {
  margin: 6px 0 6px 2px;
  line-height: 30px;
}
#farbvariantenKS .colorchooser:hover {
  background: url(/binary.ashx?id=101818) top center no-repeat;
}
#farbvariantenKS .colorchooser img {
  vertical-align: bottom;
}

/** Besondere Merkmale KS
------------------------------------------------------------- */
.detailContent #merkmaleKS {
  padding: 10px 20px;
  text-align: center; 
}
.detailContent #merkmaleKS p {
  text-align: right; 
}

/** top30Scroller
------------------------------------------------------------- */
#top30Scroller {
  color: #5E5E5E;
  background-color: #EDF1F4;
}
#top30Scroller h2 {
  color: #5E5E5E;
  background-color: #CEDBE3;
  border-bottom: 2px solid white;
  padding: 5px 20px;
  margin: 0;
}
#top30Scroller #scroller {
  padding: 0;
  margin: 5px 20px;
  white-space: nowrap;
  overflow: auto;
  height: 100px;
  width: 660px; 
}
#top30Scroller #scroller a {
  margin: 0 5px 0 0;
}
#top30Scroller #scrollerNav {
  text-align: right;
}
#top30Scroller .floatLeft {
  float: left;
}
.top30ScrollerMarginLeft {
  margin-left: 20px;
}

/** Prämierte Produkte
------------------------------------------------------------- */

div.designawardproduct {
  color: inherit;
  background-color: white;
  position: absolute;
  top: 290px;
  left: 50%;
  width: 350px;
  margin: 0 0 0 -180px;
  padding: 5px;
  border: 1px solid #B6B6B6;
  display: none;
}
.designawardproduct div.close {
  text-align: right;
}
.designawardproduct .close a {
  text-decoration: none;
}
.designawardproduct h2 {
  color: inherit;
  background-color: #CEDBE3;
  padding: 4px 7px;
  margin: 3px 0 10px 0;
}
.designawardproduct div.inner {
  padding: 0 3px;
  border-bottom: 10px solid #CEDBE3;
  overflow: hidden;
}


/** Corporate Fashion
------------------------------------------------------------- */
.corporateFashion div#main {
  background: url(/binary.ashx?id=101824) top center repeat-y;
}

.corporateFashion #sidebar, .corporateFashion #sidebar a:link {
  color: #909090;
}

.corporateFashion #sidebar a:hover {
  color: #EE3338;
}

.corporateFashion #top {
  background: url(/binary.ashx?id=101827) top left repeat-y;
}

.corporateFashion ul li {
  background: url(/binary.ashx?id=101826) 1px 8px no-repeat;
  padding: 0 0 2px 10px;
}

.corporateFashion .service h2 {
  background: transparent url(/binary.ashx?id=101825) left center no-repeat;
}

.corporateFashion #contact .phone {
  background: url(/binary.ashx?id=101798) left center no-repeat;
}
.corporateFashion #contact .fax {
  background: url(/binary.ashx?id=101796) left center no-repeat;
}
.corporateFashion #contact .e-mail {
  background: url(/binary.ashx?id=101797) left center no-repeat;
}

.corporateFashion #customer a.arrow, .corporateFashion #newsletter a.arrow, .corporateFashion #samples a.arrow {
  background: url(/binary.ashx?id=101826) 1px 6px no-repeat;
}

.corporateFashion #nav, .corporateFashion #nav ul {
  background: #fff url(/binary.ashx?id=101827) top left repeat-y;
}

.corporateFashion #lang {
  display: none;
}

.corporateFashion #specialFooter {
  background: #ECECEC none;
  border: 1px solid #777575;
}


.corporateFashion #nav {
  border-top: 1px solid #777575;  
}

.corporateFashion .menu .menuitem_over {
  background-color: #ECECEC;
}

.corporateFashion .menu, .menu_over {
  border: 1px solid #777575;
  border-top: 0;
}

.corporateFashion #content {
  border-top: 1px solid #777575;
}


.corporateFashion #subnav {
  background-color: white;
}

.corporateFashion #subnav a,
.corporateFashion #subnav strong,
.corporateFashion #subnav li.dummy span {
  color: #424040;
  background-color: #ECECEC;
}

.corporateFashion .highlight {
  overflow: hidden;
  margin-top: 17px;
  margin-bottom: 10px;
}

.corporateFashion .normal .teaser {
  width: 224px;
  float: left;
  margin-left: 20px;
  position: relative;
  font-size: 1.1em;
  background-color: white;
  border: 1px solid #E3E3E3;
}

.corporateFashion .highlight .teaser {
  width: 347px;
  float: left;
  margin-left: 25px;
  position: relative;
  font-size: 1.1em;
}

.corporateFashion .highlight .teaser .text {
  position: absolute;
  width: 332px;
  padding: 3px 5px 3px 10px;
  background-color: #777575;
  color: white;
}

.corporateFashion .normal .teaser .text {
  background-color:  white;
  font-size: 0.9em;
  line-height: 1.3em;
  padding: 8px;
  height: 60px;
}

.corporateFashion .normal .teaser .text .headline {
  display: block;
  font-size: 1.0em;
  font-weight: bold;
}

.corporateFashion .highlight .teaser .text .headline {
  font-weight: bold;
}

.corporateFashion .highlight .teaser .image {
  padding-top: 24px;
  display: block;
}

.corporateFashion .highlight .teaser .more {
  position: absolute;
  top: 136px;
  left: 315px;
}

.corporateFashion .normal .teaser .more {
  position: absolute;
  top: 200px;
  left: 193px;
}

.corporateFashion .highlight .first,
.corporateFashion .normal .first {
  margin-left: 0;
  border-left: 0;
}

.corporateFashion input.text,
.corporateFashion input.password {
  color: #7F7D7E; 
  border: 1px solid #6A6A6A;
}
.corporateFashion input.text:focus {
  color: black;
}
.corporateFashion textarea {
  border: 1px solid #6A6A6A;  
}

.corporateFashion input.submit,
.corporateFashion input.gf_submit {
  border: 1px solid #777575;
  color: #FFFFFF;
  background-color: #777575;
  padding: 2px 5px;
  font-size: 1em;
}


.corporateFashion #content tr.odd td,
.corporateFashion #content tr.odd th,
.corporateFashion #content tr.gf_odd td,
.corporateFashion #content tr.gf_odd th {
  color: #5E5E5E;
  background-color: #F7F7F7;  
  border-bottom: 1px solid #C4C4C4;  
}


.corporateFashion table.detailTabs td {
  border: 1px solid #D7D7D7;
  background-color: #ECECEC;
}

.corporateFashion .detailTabs td.noborder {
  border: 0;
  border-bottom: 1px solid #D7D7D7; 
  background-color: transparent;
  width: 100%;
}

.corporateFashion .detailTabs td.active {
  background-color: white;
  border-bottom: 1px solid white;
}

.corporateFashion .detailContent {
  border: 1px solid #D7D7D7;
  border-top: 0;
  margin: 0;
  w\idth: 700px;
}


.corporateFashion #footer a:link,
.corporateFashion #footer a:visited {
  color: #9090A1;
  background-color: transparent; 
}

.corporateFashion #footer a:hover,
.corporateFashion #footer a:focus {
  color: #EE3338;
  background-color: transparent;
}


.corporateFashion .teaser .inner,
.corporateFashion .contentTeaser .inner {
  color: #424040;
  background-color: #F6F6F6;
}


.corporateFashion .teaser h2,
.corporateFashion .contentTeaser h2 {
  color: white;
  background-color: #777575;
  padding: 7px 15px 5px 15px;
  margin: 0;
  font-size: 1.1em;
  border-bottom: 2px solid white;
}


.corporateFashion #sitemap li a {
  background-color: #ECECEC;
}
.corporateFashion #sitemap li li a {
  background-color: #F7F7F7;
}
.corporateFashion #sitemap li li li a {
  background-color: #FBFBFB;
}
.corporateFashion #sitemap li li li li a {
  background-color: #FFFFFF;
}

.corporateFashion #sitemap ul li span {
  display: block;
  background: #ECECEC url(/binary.ashx?id=101841) left top repeat-y;

  padding: 0 8px;
  font-size: 1.1em;
  font-weight: bold;
}
.corporateFashion #sitemap ul li li span {
  display: block;
  background: #F7F7F7 url(/binary.ashx?id=101841) -108px 0 repeat-y;
  margin: 0 0 0 108px;
  font-size: 1em;
  font-weight: bold;

}
.corporateFashion #sitemap ul li li li span {
  display: block;
  background: #FBFBFB url(/binary.ashx?id=101841) -218px 0 repeat-y;    
  margin: 0 0 0 218px;  
  font-size: 1em;
  font-weight: bold;
}
.corporateFashion #sitemap ul li li li li span {
  display: block;
  background: #FFFFFF url(/binary.ashx?id=101841) -324px 0 repeat-y;    
  margin: 0 0 0 324px;
  font-size: .9em;
  font-weight: normal;  
}
/* -- Highslide-Änderungen -- */
/* -- Highslide-Änderungen -- */
#highslide-wrapper-0 #hsId0 .highslide-credits {
  display: none;
  visibility: hidden;
}
.highslide-container .draggable-header .highslide-header {
  border-bottom: 0px solid #000000;
}
.highslide-container .highslide-footer {
  display: none;
}

.highslide-controls .highslide-move {
  display: none;
}
.highslide-controls .highslide-full-expand {
  display: none;
}
.highslide-controls {
  width: 135px !important;
}



/* -- Online-Bestellung Produkte --
____________________________________*/
ul.products {
  margin-top: 10px;
}
ul li.product {
  background-image: none;
/*  border-bottom: 1px dashed #DEE6E9; */
  margin: 0 0 8px 15px;
  padding: 8px;
}
.description ul li {
  background: url(/binary.ashx?id=101816) 1px 7px no-repeat;
  padding: 0 0 2px 10px;
  margin: 0 0 2px 10px;
  border: none;
}
img.productImage {
  position: absolute;
}
.description {
  margin: 0 0 2px 153px;
  padding-left: 17px;
  overflow: hidden;
  position: relative;
}

li.product.special {
  background-color: #fff8e7;
}

.description .inner {
  width: 415px;
  padding-bottom: 27px;
}

.priceInfo{
  position: absolute;
  height: 70px;
  bottom: 0px;
  right: 0;
}
.specialInfo{
  position: absolute;
  height: 70px;
  top: 0;
  right: 0;
  color: #e00000;
}

.priceH {
  font-size: 14px;
  color: #727272;
}

.oldPrice {
  text-decoration: line-through;
}

.description input.amount {
  width: 40px;
  text-align: right;
  color: #515151;
  margin-right: 3px;
}

.description .recognized {
  padding-left: 20px;
  margin-left: 20px;
  background: transparent url(/binary.ashx?id=101856.png) no-repeat scroll 0 0;
  display: none;
}
ul.products li.dashed {
  overflow: hidden;
  background: transparent none;
}
ul.products div.dashed {
  border-bottom: 1px dashed #c7d0d4;
  width: 536px;
  float: right;
  height: 2px;
  margin-bottom: 5px;
  margin-right: 10px;
}

ul.products .amountLabel {
  vertical-align: middle;
}

#step1 span.minAmount {
  display: inline;
}
#step1 .minAmount {
  color: #e2001a;
}
#step1 p.minAmount {
  margin-left: 15px;
}

.priceInfo span{
  display: block;
  text-align:right;
  padding-bottom: 5px;
}
.product h2 {
  margin-top: 0;
  color: #515151;
  font-size: 18px;
  font-weight: normal;
}
select.country {
  width: 18ex;
}
form input.zip {
  width: 50px; 
}
form input.city {
  width: 121px;
}

.productSummary{
  height: 50px;
}

.sumHeader th{
font-weight: bold;

}

.finSum{
font-weight: normal;
font-size: 13px;  
}

.finSumTitle{
font-weight: bold;
font-size: 13px;  
}

.fullAmount{
  border-top: 1px solid black;
}

.deliverTo {
  padding-left: 15px;
}
.deliverTo label {
  padding-left: 10px;
}
#confirmAGB {
  margin-bottom: 10px;
}
#ctl03_agbNotChecked {
  margin-top: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;

}
#smallmain, #smallbody {
  width: 600px;
  height: auto;
}
#content .products .product table tr td {
  text-align: right;
  padding-right: 185px;
}
#ctl03_step2 table tr td.range,
#ctl03_step4 table tr td.range {
  text-align: right;
  padding-right: 120px;
}
#ctl03_step2 table tr td.price,
#ctl03_step4 table tr td.price {
  text-align: right;
  padding-right: 65px;
}
#ctl03_step2 table tr.netto td.finSum,
#ctl03_step2 table tr.tax td.finSum,
#ctl03_step2 table tr.package td.finSum,
#ctl03_step2 table tr.fullAmount td.finSum,
#ctl03_step4 table tr.netto td.finSum,
#ctl03_step4 table tr.tax td.finSum,
#ctl03_step4 table tr.package td.finSum,
#ctl03_step4 table tr.fullAmount td.finSum {
  text-align: right;
  padding-right: 240px;
}

/* -- Bildergalerien -- */
ul.pictureGallery {
  overflow: hidden;
}
ul.pictureGallery li {
  float: left;
  background: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-right: 40px;
  padding-bottom: 20px;
}
ul.pictureGallery li img {
  border: 1px solid #7E919D;
}

/* Neuer Bestellprozess */

.stepHeadline, .progressContainer {
  margin: 0 0 0 15px;
}

.stepHeadline {
  margin-top: 40px;
  overflow: hidden;
}
.stepHeadline div {
  width: 20%;
  float: left;
  color: #727272;
  text-align: center;
}

/* progressBar */
.progressContainer {
  background-color: #f3f3f3;
  height: 7px;
}
.progressBar {
  background: #ff6659 url(/binary.ashx?id=101855.png) no-repeat scroll right top;
  height: 100%;
}
.progressBar.step1 {
  width: 20%;
}
.progressBar.step2 {
  width: 40%;
}
.progressBar.step3 {
  width: 60%;
}
.progressBar.step4 {
  width: 80%;
}
.progressBar.step5 {
  width: 100%;
}

/* Submit-Buttons */
.productsOrder {
  overflow: hidden;
}
.productsOrder .submit {
  float: right;
  margin-left: 5px;
  cursor: pointer;
}

/* Tabellen-Stile */

table col.picture,
table col.price,
table col.range {
  width: 20%;
}
table col.name {
  width: 40%;
}

#step2 table.productSummary,
#step4 table.confirm {
  font-size: 14px;
}

#step2 table.productSummary td,
#step4 table.confirm td {
  padding-bottom: 0;
}
#step2 table.productSummary th,
#step4 table.confirm th {
  font-weight: 14px;
  color: #7f7f7f;
  font-weight: bold;
}

/* Step 2 table summary */

#step2 table.productSummary .price, 
#step2 table.productSummary .range,
#step4 table.confirm .price,
#step4 table.confirm .range {
  text-align: right;
}
#step2 table.productSummary p {
  font-size: 12px;
  line-height: 18px;
}
#step2 table.productSummary tbody tr.delete td {
  padding-top: 0;
  padding-bottom: 5px;
}
#step2 table.productSummary tbody tr.delete td.dashed,
#step4 table.confirm tbody tr.productSummary td {
  border-bottom: 1px dashed #c7d0d4;
}
#step2 table.productSummary tbody tr.delete td.dashed input {
  float: none;
  color: #e2001a;
  background-color: transparent;
  border: 0 none;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  text-align: left;
  margin-left: 0;
}

#step2 table.productSummary .range input,
#step2 table.productSummary td.price {
  font-size: 14px;
  color: #515151;
}

#step2 table.productSummary .range input {
  width: 40px;
  text-align: right;
}

#step2 table.productSummary td h2 {
  margin-top: 0;
  font-size: 18px;
  font-weight: normal;
  color: #515151;
}
#step2 table.productSummary tr.summary td {
  font-size: 14px;
  line-height: 22px;
}
#step2 table.productSummary tr.summary td.name span,
#step4 table.confirm tr.summary td.name span {
  font-size: 14px;
  text-align: right;
}
#step2 table.productSummary tr.summary span,
#step4 table.confirm tr.summary span{
  display: block;
}
#step2 table.productSummary tr.summary span.netto,
#step4 table.confirm tr.summary span.netto {
  font-size: 16px;
  font-weight: bold;
}
#step2 table.productSummary tr.summary td.amount span.low,
#step4 table.confirm tr.summary td.amount span.low {
  font-size: 11px;
  color: #e2001a;
}

#step3 input[type=text] {
  width: 185px;
}
#step3 input.zip {
  width: 50px;
}
#step3 input.city {
  width: 130px;
  margin-left: 5px;
}
#step3 #shippingAddresToggler {
  cursor: pointer;
}
#step3 #shippingAddresToggler,
#step3 #deliverToShippingAddress {
  margin-left: 15px;
}

#step3 fieldset,
#step4 fieldset{
  margin-left: 15px;
}

#step4 .agbCheckbox {
  margin-left: 15px;
  margin-right: 5px;
}

#step5 .inner {
  margin-left: 130px;
  margin-right: 120px;
}
#step5 h2 {
  font-size: 20px;
}


