
/**
-------------------------------------------------------------
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=68089) 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=68085) 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=68084) 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=68083) 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=68083) 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=68096) 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=68083) 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=68084) 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=68082) 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=68081) 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=68055) left center no-repeat;
  padding: 0 0 0 15px;
}
#contact .fax {
  background: url(/binary.ashx?id=68056) left center no-repeat;
  padding: 0 0 0 15px;
}
#contact .e-mail {
  background: url(/binary.ashx?id=68057) 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=68089) 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=68059) 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=68113) 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=68114) 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=68114) -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=68114) -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=68114) -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=68090) 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=68091) 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=68097) 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=68100) top left repeat-y;
}

.corporateFashion ul li {
  background: url(/binary.ashx?id=68099) 1px 8px no-repeat;
  padding: 0 0 2px 10px;
}

.corporateFashion .service h2 {
  background: transparent url(/binary.ashx?id=68098) left center no-repeat;
}

.corporateFashion #contact .phone {
  background: url(/binary.ashx?id=68071) left center no-repeat;
}
.corporateFashion #contact .fax {
  background: url(/binary.ashx?id=68069) left center no-repeat;
}
.corporateFashion #contact .e-mail {
  background: url(/binary.ashx?id=68070) left center no-repeat;
}

.corporateFashion #customer a.arrow, .corporateFashion #newsletter a.arrow, .corporateFashion #samples a.arrow {
  background: url(/binary.ashx?id=68099) 1px 6px no-repeat;
}

.corporateFashion #nav, .corporateFashion #nav ul {
  background: #fff url(/binary.ashx?id=68100) 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=68114) 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=68114) -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=68114) -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=68114) -324px 0 repeat-y;    
  margin: 0 0 0 324px;
  font-size: .9em;
  font-weight: normal;  
}



