/*----------------------------------------------------------------*/
/* CSS by K4SYSTEMS */
/*----------------------------------------------------------------*/

/* wichtige Farben
Rot: #cc0000
Grun: #62BD6E
*/

/*----------------------------------------------------------------*/
/* Allgemeines */
/*----------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  font-size: 82.5%;
  background: #fff;
  text-align: center;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, input, textarea, select {
  font-family: Verdana,Arial,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
  color: #434343;
  text-align: left;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
}

img, a img {
  border: 0;
}

form {
  display: inline;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted;
}

p {
  line-height: 1.3em;
  margin: 0 0 1em 0;
}

a {
  color: #0033BB;
}

.note {
  text-align: center;
}

.versteckt {
  display: none;
}

/*----------------------------------------------------------------*/
/* pseudoklassen */
/*----------------------------------------------------------------*/
.clear {
  clear: both;
}

.none {
  display: none;
}

.leftalign {
  float: left;
}

.rightalign {
  float: right;
}

.pfeil {
  background: transparent url('../bilder/skins/default/pfeil.gif') left center no-repeat;
  padding-left: 16px;
}

.print {
  position: absolute;
  left: 50%;
  top: 120px;
  z-Index: 999;
  margin-left: 220px;
  padding: 3px 20px 1px 1px;
  background: transparent url('../bilder/icon_print.gif') right bottom no-Repeat;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
}

/*----------------------------------------------------------------*/
/* h1 und co */
/*----------------------------------------------------------------*/
h1 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #434343;
}

h2 {
  font-size: 1.0em;
  color: #0033BB;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  background: #EFEFEF;
  padding: 2px 4px;
  background: #EFEFEF url('../bilder/back_h2.gif') left top repeat-X;
}

h3 {
  font-size: 1.0em;
  font-weight: bold;
  color: #434343;
  margin: 0;
  padding: 0;
  margin-top: 1.0em;
}


/*----------------------------------------------------------------*/
/* bereiche */
/*----------------------------------------------------------------*/
#wrap {
  margin: 0 auto;
  padding: 0;
  width: 962px;
  text-align: left;
}

#header {
  border: 1px solid #999;
  height: 100px;
  overflow: hidden;
  margin: 73px 0px 11px 0px;
  background: #fff url('../bilder/back_header.jpg') left top no-repeat;
}

#content {
  border: 1px solid #999;
}

/*----------------------------------------------------------------*/
/* header */
/*----------------------------------------------------------------*/
#header_links, #header_suche {
  float: right;
  width: 250px;
  padding-top: 14px;
}

#header_links ul li {
  text-align: right;
  margin-right: 17px;
  line-height: 26px;
  height: 26px;
}

#header_links ul li a {
  font-size: 0.8em;
  padding-right: 40px;
  font-weight: bold;
  text-decoration: none;
}

#header_links ul li.header_navi_13 {
  background: transparent url('../bilder/icon_email.gif') right bottom no-Repeat;
}

#header_links ul li.header_navi_14 {
  background: transparent url('../bilder/icon_basket.gif') right bottom no-Repeat;
}

#header_links input.suche {
  width: 82px;
}

#header_submit {
  background: transparent;
  border: 0;
  width: 40px;
  cursor: pointer;
  height: 23px;
  background: transparent url('../bilder/icon_suche.gif') right bottom no-Repeat;
}

#header_suche h3 {
  color: #0033BB;
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 0 2px;
}

/*----------------------------------------------------------------*/
/* topnavi */
/*----------------------------------------------------------------*/
#topnavi, #topnavi li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#topnavi {
  background: #EFEFEF url('../bilder/back_topnavi.gif') left top repeat-X;
}

#topnavi li {
  display: inline;
  width: 119px;
  float: left;
  text-align: center;
  height: 28px;
  border-right: 1px solid #999;
}

#topnavi li a {
  color: #0033BB;
  font-weight: bold;
  text-decoration: none;
  width: 119px;
  display: block;
  height: 22px;
  padding: 6px 0px 0px 0px;
  background: #EFEFEF url('../bilder/back_topnavi.gif') left top repeat-X;
}

#topnavi li a:hover, #topnavi li.selected a {
  background-position: left -35px;
}

#topnavi li.last, #topnavi li.last a {
  border: 0;
  width: 120px;
}

#topnavi li.umbruch a {
  height: 34px;
  padding: 1px 0px 0px 0px;
}

#header-clear {
  height: 1px;
  line-height: 1px;
  clear: both;
  font-size: 1px;
  overflow: hidden;
  background: #999;
}

#breadcrumb {
  background: #FDE5BC;
  color: #aaa;
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  border-bottom: 1px solid #999;
  padding: 0px 0px 2px 11px;
}

#breadcrumb a {
  color: #aaa;
  text-decoration: none;
}

#inhalt {
  padding-top: 15px;
  background: #fff;
}

#inhalt-0 {
  float: left;
  display: inline;
  width: 160px;
}

#inhalt-2 {
  float: right;
  display: inline;
  width: 200px;
  text-align: left;
}

#inhalt-1 {
  margin: 0px 217px 0px 178px;
  width: 565px;
}


/*----------------------------------------------------------------*/
/* subnavi */
/*----------------------------------------------------------------*/
#inhalt-0 ul, #inhalt-0 li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#inhalt-0 ul {
  border-bottom: 1px solid #999;
}

#inhalt-0 li {
  border: 1px solid #999;
  border-width: 1px 1px 0px 0px;
}

#inhalt-0 li a {
  color: #0033BB;
  text-decoration: none;
  font-size: 0.8em;
  padding: 2px 9px 2px 9px;
  display: block;
  background: #EFEFEF url('../bilder/back_subnavi.gif') left top no-repeat;
  width: 141px;
}

#inhalt-0 li a:hover, #inhalt-0 li.selected a {
  background-color: #B6C2E3;
  background-position: left -62px;
}

#inhalt-0 li.selected ul {
  border: 0;
}

#inhalt-0 li.selected ul li a {
  background: #EFEFEF url('../bilder/back_subnavi.gif') left top no-repeat;
  padding-left: 15px;
  width: 135px;
}

#inhalt-0 li.selected ul li a:hover, #inhalt-0 li.selected ul li.selected a {
  background-color: #B6C2E3;
  background-position: left -62px;
}


/*----------------------------------------------------------------*/
/* startseite */
/*----------------------------------------------------------------*/
#home-0 {
  padding: 0px 11px;
  min-height: 287px;
  border-bottom: 1px solid #999;
}

.home-block {
  width: 297px;
  display: inline;
  float: left;
  margin: 0px 50px 0px 0px;
}

#home-box-container {
  background: #EFEFEF url('../bilder/back_home_box_container.gif') left top repeat-X;
}

#home-box-container-workaround {
  background: transparent url('../bilder/back_home_box_container_w.gif') left top repeat-Y;
  min-height: 120px;
}

#home-box-container .block {
  width: 240px;
  float: left;
  display: inline;
  color: #999;
}

#home-box-container .block h3 {
  margin: 0px 0px 8px 0px;
  padding: 0;
  color: #0033BB;
  font-size: 1.0em;
  font-weight: bold;
  background: transparent url('../bilder/back_home_box_container_h3.gif') left top no-repeat;
  padding: 3px 0px 3px 10px;
  border-bottom: 1px solid #999;
}

#home-box-container p {
  padding: 0px 10px 0px 10px;
}


#footer {
  clear: both;
  border-top: 1px solid #999;
  background: #FDE5BC;
  color: #999;
  padding: 6px 11px;
}

#footer a {
  color: #999;
}


/*----------------------------------------------------------------*/
/* rechte seite */
/*----------------------------------------------------------------*/
#inhalt-2 h3, #inhalt-0 h3 {
  background: #EFEFEF url('../bilder/back_home_box_container.gif') left top repeat-X;
  color: #0033BB;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  padding: 5px;
  border: #C6C6C6 solid 1px;
  border-width: 1px 0px 1px 1px;
  margin-top: 1.0em;
}

#inhalt-0 h3 {
  border-width: 1px 1px 1px 0px;
}

#inhalt-2 p, #inhalt-0 p {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  background: #EFEFEF;
  color: #777;
  border: #C6C6C6 solid 1px;
  padding: 5px;
  border-width: 0px 0px 1px 1px;
}

#inhalt-0 p {
  border-width: 0px 1px 1px 0px;
}


/*----------------------------------------------------------------*/
/* produktsuche */
/*----------------------------------------------------------------*/
#produktsuche {
  border: 1px solid #999;
  margin: 0px 10px 10px 0px;
}

#produktsuche h2 {
  background: #FDE5BC;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  font-weight: normal;
  padding: 4px 11px;
  color: #0033BB;
}

#produktsuche td {
  padding: 4px 11px;
}

/*----------------------------------------------------------------*/
/* produktgruppe */
/*----------------------------------------------------------------*/
dl.produktgruppe0 {
  float: left;
  display: inline;
  width: 176px;
  border: 1px solid #999;
  margin: 0px 10px 10px 0px;
}

dl.produktgruppe0 dd {
  height: 6.0em;
  overflow: hidden;
}

dl.produktgruppe0 dd h2 {
  background: #FDE5BC;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  font-weight: normal;
  padding: 4px 11px;
  color: #0033BB;
}

dl.produktgruppe0 dd h2 a {
  color: #0033BB;
  text-decoration: underline;
}

dl.produktgruppe0 dd p {
  margin: 0;
  padding: 4px 11px;
}

dl.produktgruppe0 dt {
  width: 156px;
  height: 122px;
  overflow: hidden;
  margin: 0px 0px 11px 11px;
}

dl.produktgruppe0 dt a {
  text-decoration: none;
}


/*----------------------------------------------------------------*/
/* produkt */
/*----------------------------------------------------------------*/
dl.produkt0 {
  float: left;
  display: inline;
  width: 103px;
  border: 1px solid #999;
  margin: 0px 8px 8px 0px;
}

dl.produkt0 dd {
  height: 4.6em;
  overflow: hidden;
  background: #FDE5BC;
}

dl.produkt0 dd h2 {
  background: #FDE5BC;
  font-size: 1.0em;
  margin: 0;
  padding: 0;
  font-weight: normal;
  padding: 4px 7px;
}

dl.produkt0 dd h2 a {
  color: #0033BB;
  text-decoration: underline;
}

dl.produkt0 dt {
  width: 88px;
  height: 66px;
  overflow: hidden;
  margin: 7px 0px 7px 7px;
}

dl.produkt0 dt a {
  text-decoration: none;
}

.ff_probl {
  width: 100%;
}

.ff_probl td {
  vertical-align: top;
}

#produkt-0 {
  width: 260px;
  text-align: left;
}

#produkt-1 {
  width: 276px;
  text-align: right;
}

#produkte_next_last {
  display: inline;
  float: right;
}

#produkte_next_last a {
  margin-left: 10px;
  font-size: 1.3em;
}

/*----------------------------------------------------------------*/
/* produkt technische daten*/
/*----------------------------------------------------------------*/
table.tdata td {
  vertical-align: top;
  padding: 0.1em 0px;
}

table.tdata td.spalte-0 {
  width: 120px;
}

/*----------------------------------------------------------------*/
/* produkt preise*/
/*----------------------------------------------------------------*/
table.preise {
  width: 100%;
}

table.preise td, table.preise th {
  padding: 0.1em 0.2em;
}

table.preise td {
  vertical-align: top;
}

table.preise td.c0 {
  background: #EFEFEF;
}

table.preise td.c1 {
  background: #fff;
}

table.preise th {
  font-weight: bold;
  background: #FDE5BC;
}

table.preise .preis, table.preise .rg, table.preise .merkmal, table.preise .menge, table.preise .durchmesser {
  text-align: right;
}

table.preise th.durchmesser {
  text-align: center;
}

td.menge input {
  width: 35px;
  text-align: right;
}

table.preise td.artnr {
  width: 23%;
}

table.preise td.bez {
  width: 31%;
}

table.preise td.rg {
  width: 8%;
}

table.preise td.merkmal {
  width: 10%;
}

table.preise td.durchmesser {
  width: 15%;
}

table.preise td.preis {
  width: 13%;
}

table.preise td.merkliste {
  text-align: right;
}

div#wk_hinweis {
  padding: 4px;
  margin: 1.5em 0 1.5em 0;
  border: 2px solid #0033bb;
  text-align: center;
  background: transparent url('../bilder/icon_basket.gif') 14px center no-Repeat;
}

/*----------------------------------------------------------------*/
/* produkte rechte spalte */
/*----------------------------------------------------------------*/
dl.next_item {
  clear: left;
  height: 65px;
  cursor: pointer;
  overflow: hidden;
}

dl.next_item dt {
  float: left;
  width: 88px;
  height: 65px;
  overflow: hidden;
  display: inline;
}

dl.next_item dd {
  height: 64px;
  overflow: hidden;
  width: 112px;
  float: left;
  display: inline;
  background: #fff;
  border: solid #D2D2D2 1px;
  border-width: 1px 0px 0px 0px;
}

dl.selected dd {
  background: #e7e7e7;
}

#inhalt-2 p.next_item, #inhalt-2 p.last_item {
  padding: 0;
  margin: 0;
  height: 20px;
  cursor: pointer;
  clear: left;
  background: #999 url('../bilder/ico_pfeil_up.gif') center center no-repeat;
}

#inhalt-2 p.next_item {
  background-image: url('../bilder/ico_pfeil_down.gif');
}

#inhalt-2 p.next_item:hover, #inhalt-2 p.last_item:hover, dl.next_item:hover dd, dl.next_item:hover dt {
  background-color: #c7c7c7;
}





/*----------------------------------------------------------------*/
/* kontaktformular */
/*----------------------------------------------------------------*/
p.cx_error {
  background-color: #FFFFD5;
  border: 1px solid #FA3515;
  padding: 0.6em;
  color: #FA3515;
}

span.cx_pflicht {
  color: #FA3515;
}

input.cx_pflicht, textarea.cx_pflicht {
  background-color: #FFFFD5;
}

fieldset {
  margin-bottom: 1em;
  padding: 0.6em;
  border: 0;
}

fieldset legend {
  color: #000;
}

fieldset table {
  width: 100%;
}

fieldset table td.spalte-1 {
  width: 30%;
  text-align: left;
  padding-right: 0.5em;
  padding-bottom: 0.3em;
}

fieldset table td.spalte-2 {
  width: 70%;
  text-align: left;
  padding-bottom: 0.3em;
}

fieldset table td.spalte-3 {
  width: 38%;
  text-align: left;
  padding-bottom: 0.3em;
  vertical-align: top;
}

input.default {
  width: 80%;
}

input.halb {
  width: 50%;
}

input.plz {
  width: 20%;
}

input.submit {
  text-align: center;
}

textarea.default {
  width: 95%;
}

input {
  margin-right: 0.3em;
}

.valigntop {
  vertical-align: top;
  padding-top: 0.2em;
}

/*----------------------------------------------------------------*/
/* suche */
/*----------------------------------------------------------------*/
.formular_suche_btn {
  text-align: center;
}

.suche_like_text, .suche_like_text:visited {
  text-decoration: none;
  color: #333;
}

.suchergebnis li p {
  padding: 0;
  margin: 0;
}

#inhalt .suchergebnis li {
  margin-bottom: 1.5em;
}

.suchergebnis .suche_last_edit, .suchergebnis a.suche_a {
  font-size: 0.8em;
}

.suchtreffer {
  border-bottom: 1px dotted;
}

.seitennavi a {
  margin-right: 1.0em;
}


/*----------------------------------------------------------------*/
/* templates */
/*----------------------------------------------------------------*/
#inhalt-50-1, #inhalt-50-2 {
  width: 270px;
  display: inline;
  float: left;
}

#inhalt-50-2 {
  margin-left: 20px;
}


#inhalt-60-1, #inhalt-30-1, #inhalt-60-2, #inhalt-30-2, #inhalt-30-3 {
  width: 324px;
  display: inline;
  float: left;
}

#inhalt-30-1, #inhalt-30-2 {
  width: 216px;
  margin-left: 20px;
}

#inhalt-30-2 {
  margin: 0;
}

#inhalt-60-2 {
  margin-left: 20px;
}

#inhalt-30-3 {
  width: 30%;
}

#produkt_h h1, #produkt_h h2 {
  margin: 0;
}

#produkt_h h2 {
  text-align: right;
}

#produkt_h {
  margin-bottom: 1.0em;
}


/*----------------------------------------------------------------*/
/* tooltipps */
/*----------------------------------------------------------------*/
.tooltip {
  width: 200px;
  color: #000;
  font: lighter 11px/1.3 Arial,sans-serif;
  text-decoration: none;
  text-align: center;
}

.tooltip span.top {
  padding: 34px 8px 0;
  background: url('../bilder/bt.gif') no-repeat top;
}

.tooltip b.bottom {
  padding: 3px 8px 15px;
  color: #548912;
  background: url('../bilder/bt.gif') no-repeat bottom
}


/*----------------------------------------------------------------*/
/* berater */
/*----------------------------------------------------------------*/
.berater_antworten, .berater_antworten label {
  width: 100%;
}

.berater_antworten {
  margin-bottom: 1.9em;
}

.berater_antworten td {
  padding: 5px 0;
}

.loading_small {
  background: transparent url(../bilder/loading_small.gif) center center no-repeat;
}

.popup_produktbild {
  position: absolute;
  top: 0;
  left: 0;
  background: #FDE5BC;
  border: 1px solid #999;
}

.popup_produktbild p {
  padding: 0 8px;
  font-weight: bold;
  padding-top: 8px;
  color: #0033BB;
  font-size: 1.1em;
}


/*----------------------------------------------------------------*/
/* berater */
/*----------------------------------------------------------------*/
.table_checkout td {
  padding: 4px;
  padding-left: 0;
}

.table_checkout td.s0 {
  text-align: right;
  width: 140px;
}

.cx-pflicht {
  background: transparent url(../bilder/aw-pflicht.gif) right top no-repeat;
  padding-right: 14px;
}

.cx-eingabe {
  padding: 2px;
}

input.cx-eingabe {
  width: 180px;
}

input.cx-gutschein {
  width: 60px;
}

.cx-fehler {
  background: #ffffcc;
}

.fehler {
  color: #cc0000;
}





/*----------------------------------------------------------------*/
/* kontaktformular */
/*----------------------------------------------------------------*/
span.cx_pflicht {
  color: #D10025;
  font-weight: bold;
}

input.cx_pflicht, textarea.cx_pflicht {
}

.cx_error {
  border: 1px solid #FE0000;
  color: #fff;
  background: #FF6D6E;
  padding: 0.5em;
}

table.kontaktformular {
  margin: 2.0em 0em;
}

table.kontaktformular .spalte-1, table.kontaktformular .spalte-2 {
  vertical-align: top;
  padding-bottom: 0.3em;
}

table.kontaktformular .spalte-1 {
  width: 80px;
}

table.kontaktformular .spalte-2 input, table.kontaktformular .spalte-2 textarea, table.kontaktformular .spalte-2 select, .submit {
  padding: 0.1em;
}

table.kontaktformular .spalte-2 input.default, table.kontaktformular .spalte-2 textarea, table.kontaktformular .spalte-2 select.default {
  width: 200px;
}

table.kontaktformular .spalte-2 input.halb {
  width: 145px;
  margin-right: 5px;
}

table.kontaktformular .abstand {
  padding-top: 1.0em;
}

.submit {
  text-align: center;
  color: #000;
}

p.kontaktformular {
  text-align: center;
}

.benutzer_zaehler {
  margin-right: 10px;
  float: right;
  display: inline;
}

.benutzer_zaehler strong {
  margin: 5px;
}


/* skikatalog
------------------------------------------------------------------*/
dl.produkt0_skikatalog {
  width: 178px;
}

dl.produkt0_skikatalog dd {
}

dl.produkt0_skikatalog dd h2 {
}

dl.produkt0_skikatalog dd h2 a {
}

dl.produkt0_skikatalog dt {
  width: 163px;
}

.cx-skikatalog-td {
  margin: 1.0em 0 2.0em 0;
}

.cx-skikatalog-td table {
  width: 100%;
}

.cx-skikatalog-td table td {
  vertical-align: top;
  width: 50%;
}

.cx-skikatalog-td table td table td {
  width: auto;
}


.cx-skikatalog-tabelle {
}

.cx-skikatalog-tabelle table {
  width: 100%;
}

.cx-skikatalog-tabelle table tr.fett td {
  font-weight: bold;
}


.cx-skikatalog-tabelle-filter {
  margin: 2.0em 0;
  background: #EFEFEF;
  border: 1px solid #C6C6C6;
  padding: 1.0em;
}

.cx-skikatalog-tabelle-filter h3 {
  margin: 0 0 0.5em 0;
}

.cx-skikatalog-tabelle-filter table {
  margin-bottom: 0.5em;
}
